| tag | definition | example |
|---|---|---|
| <p> </p> | paragraph | this is a paragraph |
| <a href="__"> | hyperlink | this is a hyperlink |
| <ol></ol><li></li><ul></ul> | list tags |
|
| <table></table> | table | this entire chart is a table that runs on the table command |
| <img alt="" style="" src> | images |
|
| <!-- this is a comment--> | this is a comment | you wish you could see this pic right >;) |
| <em> | emphasis | i love the emphasis |
| <strong> | strong emphasis/bold | this looks nice right? |
| <br. | line break | 123 456 |
| <span> | easy way to add CSS | this is red |