Web design notes
All tags are opened with < and closed with >. Some tags are used alone and are not
part of a pair eg. <br> (a line break).
Header ( info that decribes the webpage)
Title
CSS
Body (actual contents of web page)
Table
Paragraph
Image
Basic html tags
Heading - <h1> - <h6> (for heading one-reduce number for smaller font)
Paragraph - <p>
Anchor / Link - <a>
Image - <img>
Unordered List - <ul>
Ordered list - <OL>
List Item - <li>
Horizontal Rule - <hr>
Division - <div>
Table - <table>
Phrase elements (indicate the context and meaning of text)
All tags are opened with < and closed with >. Some tags are used alone and are not
part of a pair eg. <br> (a line break).
Header ( info that decribes the webpage)
Title
CSS
Body (actual contents of web page)
Table
Paragraph
Image
Basic html tags
Heading - <h1> - <h6> (for heading one-reduce number for smaller font)
Paragraph - <p>
Anchor / Link - <a>
Image - <img>
Unordered List - <ul>
Ordered list - <OL>
List Item - <li>
Horizontal Rule - <hr>
Division - <div>
Table - <table>
Phrase elements (indicate the context and meaning of text)