Chapter 36: Tabindex
Value Meaning negative element will be focusable, but it should not be reachable via sequential keyboard navigation 0 element will be focusable and reachable through keyboard sequential navigation, but it’s…
Guides and updates from the DigitalHubZ team.
Value Meaning negative element will be focusable, but it should not be reachable via sequential keyboard navigation 0 element will be focusable and reachable through keyboard sequential navigation, but it’s…
Inline with <q> The q element can be used for a quote that is part of a sentence:
Block with <per> and <code> If the formatting (white space, new lines, indentation) of the code matters, use the pre element in combination withthe code element:
Meta tags in HTML documents provide useful information about the document including a description, keywords,author, dates of modifications and around 90 other fields. This topic covers the usage and purpose…
Attribute Description height Specifies the canvas height width Specifies the canvas width
SVG stands for Scalable Vector Graphics. SVG is used to define graphics for the Web The HTML <svg> element is a container for SVG graphics. SVG has several methods for…
Base Document Language It’s a good practice to declare the primary language of the document in the html element: If no other lang attribute is specified in the document, it…
Attribute Details name Sets the element’s name, to be used with an a tag to change the iframe’s src. width Sets the element’s width in pixels. height Sets the element’s…
Parameters Details src Address of the resource type Type of embedded resource width Horizontal dimension height Vertical dimension
Select Menu The <select> element generates a drop-down menu from which the user can choose an option. Changing the Size You can change the size of the selection menu with…
Parameter Value max How much work the task requires in total value How much of the work has been accomplished already position This attribute returns the current position of the…
Attribute Details width Sets the element’s width in pixels. height Sets the element’s height in pixels. <source> Defines resources of the audio or video files track Defines the text track…