My Webpage Tutorial

MACHINE PROBLEM

HOME HTML HTML tags JAVASCRIPT SAMPLE ABOUT ME FAQ



BASIC HTML TAGS

HTML TAGSDescription
html
head
title
body
font
hr
h1
marquee
table
ul
ol
br
-Every html document must be enclosed in html tags
-The head tag is where you put other information about the content of the document
-Where you put the title of the document
-The content of the document is written here
-Enclosing a words within this tag allows to edit its size, color, face etc.
-This tag allow you to create a simple line that stretches at the end of the screen
-A heading tag that has a default appearance of text
-This tag allows for simple animation that moves the content left or right
-This tag creates a table in which content is enclosed in a box
-Unordered list as the name suggest list the content in unordered pattern
-Ordered list as the name suggest list the content in ranking
-The break tag allows the next content to be placed on the next line