A list of a few basic tags
<h1> <h2> <h3> (headings of importance)
<p> (paragraph tag)
<strong> (gives bold emphasis to a word or phrase)
<em> (gives italic to a word or pharse)
<img> (displays image)
<a> (anchor tag, used to create links)
<title> (title tag to add page name)
<div></div> (this tag is used to divide parts of your page into chunks. the div itself will be invisible and we do this to allow us to move and style that section of the page we have div'ed.)
List tags
<ul></ul> (this is an unordered list used to make bullet points)
<ol></ol> (this is a ordered list tag made to make ordered lists that are numbered or lettered
<li></li> (inside a list tag, you have to incorparate list items defined by its own <li> tag
No comments:
Post a Comment