+ 2
where is CSS here?
3 Respostas
+ 7
thanks bro I found it helpful
+ 2
actually in the example below he is defining the property inline:
<span style="cursor:help;">
Do you need help?
</span>
instead, for using css:
<p class="myclass">
Do you need help?
</p>
p.myclass {
cursor: help;
}
+ 1
css learn now sololearn . it is program .ok