HTTP
by Дмитрий Горшков
1. Comments
1.1. <!-- Write your comments here -->
2. Links
2.1. <a> Defines a hyperlink
3. Images
3.1. <img> Defines an image
3.2. <map> Defines an image-map
3.3. <area> Defines a clickable area inside an image-map
4. Tables
4.1. <table> Defines a table
4.2. <th> Defines a header cell in a table
4.3. <tr> Defines a row in a table
4.4. <td> Defines a cell in a table
4.5. <caption> Defines a table caption
4.6. <colgroup> Specifies a group of one or more columns in a table for formatting
4.7. <col> Specifies column properties for each column within a <colgroup> element
4.8. <thead> Groups the header content in a table
4.9. <tbody> Groups the body content in a table
4.10. <tfoot> Groups the footer content in a table
5. list
5.1. <ul> Defines an unordered list
5.2. <ol> Defines an ordered list
5.3. <li> Defines a list item
5.4. <dl> Defines a description list
5.5. <dt> Defines the term in a description list
5.6. <dd> Defines the description in a description list
6. Quotations
6.1. <abbr> Defines an abbreviation or acronym
6.2. <address> Defines contact information for the author/owner of a document
6.3. <bdo> Defines the text direction
6.4. <blockquote> Defines a section that is quoted from another source
6.5. <cite> Defines the title of a work
6.6. <q> Defines a short inline quotation
7. Computer Code
7.1. <code> Defines programming code
7.2. <kbd> Defines keyboard input
7.3. <samp> Defines computer output
7.4. <var> Defines a variable
7.5. <pre> Defines preformatted text
8. Styles - CSS
8.1. <style> Defines style information for a document
8.2. <link> Defines a link between a document and an external resource