If you are having some trouble with the programming, I will start a list that I have come up with on my own and with the help of my Computer Apps teacher. (I'm a freshman in high school.) Okay, here goes:
HTML Code:
<html> //Put this at the start of the website code
<head> //Beginning of the header section (top)
<title> //Beginning of title (goes in header, is displayed at top of Internet Explorer window)
</title> //Ends title
</head> //Ends header
<body> //Begins body section (main)
<p></p> //Beginning and end tags for new paragraph
<br> //Next line (no end tag)
<hr> //Makes horizontal line across page; starts new line (no end tag)
<h1> through <h6>
//Makes headline (h1 is largest, h6 is smallest)
</h1> through </h6>
//Ends corresponding headline
<b> or <strong>
//Bold print
</b> or </strong>
//Ends bold
<i></i> //Tags for italics
<u></u> //Tags for underline
<body bgcolor="color"> or <body bgcolor="hexcode">
//Sets background color
<body text="color"> or <body text="hexcode">
//Sets body text color
<body font size="#">
//Sets font size (1-6)
<a href="example.com">text displayed</a>
//Makes hyperlink [U]text displayed[/U] to example.com
<a href=mailto:me@example.com>Mail to me</a>
//Makes mailto hyperlink [U]Mail to me[/U] to me@example.com
Sorry, I have to go. But I will be posting my full list soon at my website, coldgunmetal.com.
Bookmarks