To standardize text output within a browser, the HTML standard was invented to describe the rules of text data layout for correct output. This course covers the basics of HTML markup, working with typography, outputting media documents, and working with forms.
Syllabus
HTML Markup Fundamentals
- HTML markup
- tags
- Text in HTML
- Nesting of tags
- HTML attributes
Text in HTML
- Paragraphs
- Text typography
- Headings
- Lists
- Nested lists
- tables
- combining cells within rows and columns
- HTML special characters
- Links
- Formatted text
- Inserting computer code into HTML
Media Elements
- Images
- Audio
- Video
HTML document structure
- Basic structure
- Meta tags
- link
- Viewport
- Block and line elements
Forms
- Forms in HTML
- Text input field
- Checkbox
- Radio button
- Textarea
- List
- Form submission
HTML5 Semantic Elements
- Semantic elements
- Header
- Menu
- Unique page content
- Section
- Self-contained section
- Sidebar
Miscellaneous
- Semantic WEB
- Micropartitioning
- Errors in HTML markup