Chapter 37: Global Attributes

3 years ago

AttributeDescriptionclassDefines one or more class names for an element. See Classes and IDs.contenteditableSets whether the content of an element can…

Chapter 36: Tabindex

3 years ago

ValueMeaningnegativeelement will be focusable, but it should not be reachable via sequential keyboard navigation0element will be focusable and reachable through…

Chapter 35: Marking-up Quotes

3 years ago

Inline with <q> The q element can be used for a quote that is part of a sentence: <p>She wrote…

Chapter 34: Marking up computer code

3 years ago

Block with <per> and <code> If the formatting (white space, new lines, indentation) of the code matters, use the pre…

Chapter 33: Meta Information

3 years ago

Meta tags in HTML documents provide useful information about the document including a description, keywords,author, dates of modifications and around…

Chapter 32: Canvas

3 years ago

AttributeDescriptionheightSpecifies the canvas heightwidthSpecifies the canvas width Read More

Chapter 31: SVG

3 years ago

SVG stands for Scalable Vector Graphics. SVG is used to define graphics for the Web The HTML <svg> element is…

Chapter 30: Content Languages

3 years ago

Base Document Language It’s a good practice to declare the primary language of the document in the html element: <html…

Chapter 29: IFrames

3 years ago

AttributeDetailsnameSets the element's name, to be used with an a tag to change the iframe's src.widthSets the element's width in…

Chapter 28: Embed

3 years ago

ParametersDetailssrcAddress of the resourcetypeType of embedded resourcewidthHorizontal dimensionheightVertical dimension Read More