HTML5 Notes For Professionals. 100+ pages of professional hints and tricks
β Scribed by GoalKicker.com
- Publisher
- GoalKicker.com
- Year
- 2018
- Tongue
- English
- Leaves
- 124
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Table of Contents
Content list
About
Chapter 1: Getting started with HTML
Section 1.1: Hello World
Chapter 2: Doctypes
Section 2.1: Adding the Doctype
Section 2.2: HTML 5 Doctype
Chapter 3: Headings
Section 3.1: Using Headings
Chapter 4: Paragraphs
Section 4.1: HTML Paragraphs
Chapter 5: Text Formatting
Section 5.1: Highlighting
Section 5.2: Bold, Italic, and Underline
Section 5.3: Abbreviation
Section 5.4: Inserted, Deleted, or Stricken
Section 5.5: Superscript and Subscript
Chapter 6: Anchors and Hyperlinks
Section 6.1: Link to another site
Section 6.2: Link to an anchor
Section 6.3: Link to a page on the same site
Section 6.4: Link that dials a number
Section 6.5: Open link in new tab/window
Section 6.6: Link that runs JavaScript
Section 6.7: Link that runs email client
Chapter 7: Lists
Section 7.1: Ordered List
Section 7.2: Unordered List
Section 7.3: Nested lists
Section 7.4: Description List
Chapter 8: Tables
Section 8.1: Simple Table
Section 8.2: Spanning columns or rows
Section 8.3: Column Groups
Section 8.4: Table with thead, tbody, tfoot, and caption
Section 8.5: Heading scope
Chapter 9: Comments
Section 9.1: Creating comments
Section 9.2: Commenting out whitespace between inline elements
Chapter 10: Classes and IDs
Section 10.1: Giving an element a class
Section 10.2: Giving an element an ID
Section 10.3: Acceptable Values
Section 10.4: Problems related to duplicated IDs
Chapter 11: Data Attributes
Section 11.1: Older browsers support
Section 11.2: Data Attribute Use
Chapter 12: Linking Resources
Section 12.1: JavaScript
Section 12.2: External CSS Stylesheet
Section 12.3: Favicon
Section 12.4: Alternative CSS
Section 12.5: Resource Hint: dns-prefetch, prefetch, prerender
Section 12.6: Link 'media' attribute
Section 12.7: Prev and Next
Section 12.8: Web Feed
Chapter 13: Include JavaScript Code in HTML
Section 13.1: Handling disabled Javascript
Section 13.2: Linking to an external JavaScript ο¬le
Section 13.3: Directly including JavaScript code
Section 13.4: Including a JavaScript ο¬le executing asynchronously
Chapter 14: Using HTML with CSS
Section 14.1: External Stylesheet Use
Section 14.2: Internal Stylesheet
Section 14.3: Inline Style
Section 14.4: Multiple Stylesheets
Chapter 15: Images
Section 15.1: Creating an image
Section 15.2: Choosing alt text
Section 15.3: Responsive image using the srcset attribute
Section 15.4: Responsive image using picture element
Chapter 16: Image Maps
Section 16.1: Introduction to Image Maps
Chapter 17: Input Control Elements
Section 17.1: Text
Section 17.2: Checkbox and Radio Buttons
Section 17.3: Input Validation
Section 17.4: Color
Section 17.5: Password
Section 17.6: File
Section 17.7: Button
Section 17.8: Submit
Section 17.9: Reset
Section 17.10: Hidden
Section 17.11: Tel
Section 17.12: Email
Section 17.13: Number
Section 17.14: Range
Section 17.15: Search
Section 17.16: Image
Section 17.17: Week
Section 17.18: Url
Section 17.19: DateTime-Local
Section 17.20: Month
Section 17.21: Time
Section 17.22: DateTime (Global)
Section 17.23: Date
Chapter 18: Forms
Section 18.1: Submitting
Section 18.2: Target attribute in form tag
Section 18.3: Uploading Files
Section 18.4: Grouping a few input ο¬elds
Chapter 19: Div Element
Section 19.1: Basic usage
Section 19.2: Nesting
Chapter 20: Sectioning Elements
Section 20.1: Nav Element
Section 20.2: Article Element
Section 20.3: Main Element
Section 20.4: Header Element
Section 20.5: Footer Element
Section 20.6: Section Element
Chapter 21: Navigation Bars
Section 21.1: Basic Navigation Bar
Section 21.2: HTML5 Navigation Bar
Chapter 22: Label Element
Section 22.1: About Label
Section 22.2: Basic Use
Chapter 23: Output Element
Section 23.1: Output Element Using For and Form Attributes
Section 23.2: Output Element with Attributes
Chapter 24: Void Elements
Section 24.1: Void elements
Chapter 25: Media Elements
Section 25.1: Audio
Section 25.2: Video
Section 25.3: Using <video> and <audio> element to display audio/video content
Section 25.4: Video header or background
Chapter 26: Progress Element
Section 26.1: Progress
Section 26.2: Changing the color of a progress bar
Section 26.3: HTML Fallback
Chapter 27: Selection Menu Controls
Section 27.1: Select Menu
Section 27.2: Options
Section 27.3: Option Groups
Section 27.4: Datalist
Chapter 28: Embed
Section 28.1: Basic usage
Section 28.2: Deο¬ning the MIME type
Chapter 29: IFrames
Section 29.1: Basics of an Inline Frame
Section 29.2: Sandboxing
Section 29.3: Setting the Frame Size
Section 29.4: Using the "srcdoc" Attribute
Section 29.5: Using Anchors with IFrames
Chapter 30: Content Languages
Section 30.1: Base Document Language
Section 30.2: Element Language
Section 30.3: Elements with Multiple Languages
Section 30.4: Regional URLs
Section 30.5: Handling Attributes with Diξ£erent Languages
Chapter 31: SVG
Section 31.1: Inline SVG
Section 31.2: Embedding external SVG ο¬les in HTML
Section 31.3: Embedding SVG using CSS
Chapter 32: Canvas
Section 32.1: Basic Example
Section 32.2: Drawing two rectangles on a
π SIMILAR VOLUMES