Hyper Text Markup Language
Home Tool Markup Language
Hyperlinks and Text Markup Language
Mozilla
Microsoft
The World Wide Web Consortium
Head
H1
H6
Heading
break /
br /br
lb /
br /
br/
bold
b
bb
Italic
I
It
A url="http://www.w3schools.com">W3Schools.com
A href="http://www.w3schools.com">W3Schools
A>http://www.w3schools.com
A name="http://www.w3schools.com">W3Schools.com
Mail href="[email protected]"
Mail>[email protected]/mail
A href="[email protected]"
A href="mailto:[email protected]"
A href="url" target="_blank"
A href="url" new
A href="url" target="new"
A href="url" target=_window"
Ol
Dl
Ul
List
Dl
Ol
Ul
List
Img alt="MyImage" image.gif /img
Image src="image.gif" alt="MyImage"
Img src="image.gif" alt="MyImage"
Img href="image.gif" alt="MyImage"
Ol
Ul
Dl
Lists have to have numbers or bullets
Home.html
Index.html
Anything you want it to be.html
The name of your website.html
True
False
Creative Style Sheets
Colorful Style Sheets
Computer Style Sheets
Cascading Style Sheets
Stylesheetmystyle.css/stylesheet /
Link rel="stylesheet" type="text/css" href="mystyle.css"
Style src="mystyle.css" /
Body:color=black
{body;color:black}
{body:color=black(body}
Body {color: black}
' this is a comment
/* this is a comment */
// this is a comment
// this is a comment //
Bgcolor:
Background-color:
Color:
H1 {background-color:#FFFFFF}
H1.all {background-color:#FFFFFF}
All.h1 {background-color:#FFFFFF}
Color:
Text-color=
Text-color:
Fgcolor:
Font-style
Text-style
text-size text-size
Font-size
P {font-weight:bold}
P style="text-size:bold"
P {text-size:bold}
P style="font-size:bold">
A {text-decoration:none}
A {text-decoration:no underline}
A {decoration:no underline}
A {underline:none}
Wait!
Here's an interesting quiz for you.