Posts

Showing posts from January 30, 2019

Hou to simple css easy code

 <!doctype> <html> <head> <<style> body { background-color:blue; } h1 { text-size:20px; bgcolor:yellow; } </style> <h> This is the first css heading <h1> </body> </html>