AttributeDescriptionclassDefines one or more class names for an element. See Classes and IDs.contenteditableSets whether the content of an element can…
ValueMeaningnegativeelement will be focusable, but it should not be reachable via sequential keyboard navigation0element will be focusable and reachable through…
Inline with <q> The q element can be used for a quote that is part of a sentence: <p>She wrote…
Block with <per> and <code> If the formatting (white space, new lines, indentation) of the code matters, use the pre…
Meta tags in HTML documents provide useful information about the document including a description, keywords,author, dates of modifications and around…
AttributeDescriptionheightSpecifies the canvas heightwidthSpecifies the canvas width Read More
SVG stands for Scalable Vector Graphics. SVG is used to define graphics for the Web The HTML <svg> element is…
Base Document Language It’s a good practice to declare the primary language of the document in the html element: <html…
AttributeDetailsnameSets the element's name, to be used with an a tag to change the iframe's src.widthSets the element's width in…
ParametersDetailssrcAddress of the resourcetypeType of embedded resourcewidthHorizontal dimensionheightVertical dimension Read More