HTML Tutorials - Herong's Tutorial Examples - v2.30, by Herong Yang
HTML Tutorials - Herong's Tutorial Examples
https://www.herongyang.com/HTML
Copyright © 2009-2023 Herong Yang. All rights reserved.
This tutorial book is a collection of notes and sample codes written by the author while he was learning HTML himself. Topics include HTML5 and HTML 4.01 standards; HTML document structure; HTML element and attribute syntax; embedding SVG to generate graphics; embedding JavaScript code; adding (CSS Cascading Style Sheets) for display format; displayed and printed versions of HTML documents; responsive design of Web pages; MathML integration in HTML documents. Updated in 2023 (Version v2.30) on MathML tutorials.
Table of Contents
Differences between HTML and XHTML
Relation between HTML and JavaScript
Relation between HTML and DHTML
Relation between HTML and MathML
Introduction of HTML5 Features
Differences between HTML5 and HTML 4
Adding Inline SVG Image in HTML5 Documents
Adding MathML Formula in HTML5 Documents
"article" and "section" Elements
"header" and "footer" Elements
"details" and "summary" Elements
"figure" and "figcaption" Elements
HTML Document Structure and Content
HTML Document Top Level Structure
HTML Document Metadata Elements
Headings and Implicit Sections
Elements for Explicit Sub Sections
Sectioning Contents with Heading Elements
Paragraph and Flow Content Elements
Text and Phrasing Content Elements
HTML Document and Elements Syntax
Document Character Set and Encoding
Entering Comments in HTML Document
Opening and Closing Tags of Elements
Using Character Entity References
Using Numeric Character References
Displayed and Printed HTML Documents
Differences between Displayed and Printed HTML Documents
Default Font Family and Font Size
Printed Width of HTML Document
Printed Height of HTML Document
Text Paragraph Block Size and Overflow
Pagination Control of HTML Documents
Responsive Design of Web Pages
Keywords: HTML, HyperText, Markup, Language, Tutorial