Creating Web Pages!©

by Craig Power All rights reserved.

TAG NAME DESCRIPTION
<html> </html> Opens, closes web document
<head> </head> Opens, closes the heading section
<title> </title> Opens, closes the title line
<body> </body> Opens, closes the body of the page
<p> </p> Opens, closes a paragraph
<br> Creates a line break

MORE HTML TAGS