Глава 29. Глоссарий по тегам HTML

Содержание

29.1. Basic Tags
29.2. Char Format
29.3. Output
29.4. Blocks
29.5. Links
29.6. Frames
29.7. Input
29.8. Lists
29.9. Images
29.10. Tables
29.11. Styles
29.12. Meta Info
29.13. Programming

29.1. Basic Tags

  1. <!DOCTYPE> Defines the document type

  2. <html> Defines an html document STF

  3. <body> Defines the body element STF

  4. <h1> to <h6> Defines header 1 to header 6 STF

  5. <p> Defines a paragraph STF

  6. <br> Inserts a single line break STF

  7. <hr> Defines a horizontal rule STF

  8. <!--...--> Defines a comment STF