0
Guys am new to html. How can i use div and span to style up my code?
<html> <head> <title>Title</title> </head> <body bgcolor="#fff000"> <div class="section"> <h3 align="center"><span>Sammie</h3></span> </div> </body> </html>
2 ответов
+ 2
U need to learn css to style up your code...
0
You have to use CSS instead and you shouldn't put style properties into HTML tags