I need a help with selector(HTML) in <head> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I need a help with selector(HTML) in <head>

Is the selector a CSS? (Sorry about my English, I don't be a native speaker English) For example: <head>H1 { } </Head> How I can use that?

30th Jul 2023, 4:07 AM
Rafael Vespasiano
Rafael Vespasiano - avatar
1 Answer
+ 4
Rafael Vespasiano Note that if you're having trouble in code, share your code and describe what error message you're receiving. without watching no one can figure out what's going wrong. quick quide.. use like this correct format.. the selector you're referring to is a CSS selector. <head> <style> H1 { color: blue; } </style> </head> & you need to learn this with proper way &carefully ... https://www.sololearn.com/learn/courses/css-introduction https://www.sololearn.com/learn/courses/le-responsive-web-design
30th Jul 2023, 4:22 AM
Darpan kesharwani🇮🇳[Inactive📚]
Darpan kesharwani🇮🇳[Inactive📚] - avatar