+ 5
Is it possible to write every code written in html and css, using html only?
1 Respuesta
+ 6
html is for structure css for styling
if by inline style you mean html then yes
<p style="color:blue;">a</p>
but not all external css supported in inline style