3
I need to find a specific element of what is in my html code only in css, exemplifying:
It’s like:
meuElemento [type=input]{
color: #FFFFFF;
}
Only the doubt is on how I find an element like id="textoUm"
of my html by ID, not just to pick up and do [id=textoUm]
.
How can I do that? I’ve searched several websites and I haven’t been able to.
Thanks, that’s right, but I guess I wasn’t hitting the syntax, like I was trying to put in a
p
there was sop [id=textoUm]{
you can’t make this kind of selection?– Groot
Yes! But that would be right
p[id="textoUm"]
with P with no [ space and ID value between quotation marks id="textOne"– hugocsl
Pow, thanks for the help That’s what I wanted.
– Groot
@Groot dmr tmj!
– hugocsl