<html> -Shows the start of an HTML document
<body> -I use this tag a lot, it has to do with the 'body' of the page.
<body bgcolor=""> -In between the quotation marks you put a hex code or a color name. That will be the background color of your page.
<font color=""> -In between the quotation marks you put a hex code or a color name. That will be the color of the text on your page.
<title> -You put your site name in between the <title> and </title> tags and it makes it show up on the top bar of your browser thing.
<big> -Makes big text
<small> -Makes small text
<b> -Makes bolded text.
<i> -Makes italicized text.
<u> -Makes underlined text.
<img src=""></img> -Put a link to to the image in between the quotation marks to display a picture from another site.
<li> -Makes a bullet point
<table> -indicates the start of a table
<tr> -Makes a row in the table
<td> -Makes a column in the table

There are tons more but those are just some that I use daily. Have fun with them!

 

 

 


Reply