Home > Basic HTML Codes > What are some basic html websites?

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?

Basic HTML Codes , ,

  1. crsimon36
    February 25th, 2010 at 16:21 | #1

    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.

  2. 870 Express
    February 25th, 2010 at 16:21 | #2

    body color goes inside body tag

    <body bgcolor="#000000">
    simple html font tags go between words

    <font color="whatever" size="1-7"> </font>

  1. No trackbacks yet.