Tuesday, September 8, 2015

HTML Tags

Another thing to remember in html is the tags  usually html tags come in pairs like
<title> and </title> so the <title> is the starting tag and the </title>
is the ending tag. but their are also independent tags in which they dont need to have a ending tag.

<hmtl>-Defines an HTML document
<head>-Defines the head of html document
<body>-Defines the body of html document
<h1> to <h6>-Defines HTML headings
<hr>-Defines a horizontal line
<img>-Defines a image


0 comments:

Post a Comment