HTML ( hyper text markup languages)
- HTML: Open <html> and finish </html>
- Head: Open <head> and finish </head>
- Title: Open <Title> and finish </title>
- Body: Open <Body> and finish </body>
- H1-H6: The size of the heading style. Open <H1> and finish </h1>
- I (italic): Open <i> and finish </i>
- B (bold): Open <b> and finish </b>
- Sub: Open <sub> (The word or number that is a little bit below) </sub>
- Sup: Open <sup> (The word or number that is up usually used for the dates) </sup>
- Font color: Change the color of the font. Open <font color=" ( the name of color)"> and it doesn't have the finish
- Remember that Save the file with the name and .htm at the end
Change a Style heading
- <link rel="stylesheet" type="text/css" href="List1.css">
How to make a CSS file (Cascading style sheet)
How to make a table