September 2024
Intermediate to advanced
743 pages
27h 48m
English
HTML is relatively easy to learn. All you need to know is the following information:
Which elements are available
Which attributes you can use for which elements
Which elements you’re allowed to use in which place of the HTML code
All three items are most easily answered with a good HTML reference (see Appendix B). In the following sections, we’ll briefly highlight some of the most important elements.
In HTML, six different levels are available for headings. Correspondingly, six different elements are available: <h1> (first level) to <h6> (sixth level), with “h” short for “heading.” In a browser, similar to word processors like Microsoft ...
Read now
Unlock full access