Sea Cat Wizard
Dec 13, 2021 18:46:38
HTML5. Full program
This program covers everything you have to know about HTML(5).
Topics that are not covered: JavaScript, CSS.
- Introduction to the Internet and HTML. HTTP and other protocols. Methods.
- Tags. Tag values and attributes. Closing tags. Valid and non-valid HTML code. How browsers work.
- Documents HTML. Doctype. Head and Body. Comments
- Paragraphs and blocks. Line breaks. Horizontal line. Preformatted text.
- Semantic blocks. Header and footer. Section, article, aside, nav. Summary and details.
- Accessibility and aria. Responsiveness, media queries.
- View elements: progress and meter.
- Text formatting: blockquote, code. Text styling, fonts, and font styling.
- Internet images: modern formats. Inserting images, using images and text together. Canvas. Scalable vector graphics (SVG).
- Hypertext. Links, absolute and relative links. Inner links. Inserting other documents (link tag). Script tag. Links to email. Target attribute.
- Lists: unordered and ordered lists. Nested lists. Description lists.
- Tables. Rows and columns. Table header, body, and footer. Merging cells vertically and horizontally. Formatting tables. Table errors. Using tables for content formatting.
- Forms. Form elements. Textarea. Select. Buttons (submit and reset). Formatting forms using tables, lists. Label.
- Forms (continued). Input: text, number, email, password, range, date, checkbox, radio button, file, color. Autofocus. Sending data. Placeholder.
- Forms(continued). Validation. Required fields. Pattern. Custom error messages. Restrict possible values and length of text.
- Video and audio: codecs and containers. Video and audio tags.
- Frames. Frame containers. Frameset rows and columns. Formatting frames.
- Image maps. Polygonal, rounded, and point areas.