What are some basic html websites?
I’m trying to make a web page and I can’t seem to get my codes to work. I’ve googled some html codes already, and seem to have the codes i have right, although they end up not working on my page. And i also can’t figure out how to work the background color and font.
What’s an easy basic html site?
Go to this site–
http://www.w3schools.com/html/default.asp
Click Examples and you will be taken to an area where you can see the code and the results PLUS, make changes yourself to see what happens.
body color goes inside body tag
<body bgcolor="#000000">
simple html font tags go between words
<font color="whatever" size="1-7"> </font>