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?
1 Réponse
+ 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