Dt basic-html Defines the document type. This tag shows that HTML5 is being run. This HTML Tag does not have a closing tag. Hl basic-html Defines an HTML document. The tag represents the root of an HTML document. The tag is the container for all other HTML elements. Ttl
basic-html Defines a paragraph element. Browsers automatically add a single blank line before and after each
element.
Br
basic-html The
tag is used for creating the 'br' element, which represents a line break in an HTML document. The
element is classified as a "void element" as it has no content. This also means that no end tag is required
Hr
formatting TheElement (or HTML Block Quotation Element) indicates that the enclosed text is an extended quotation. ... A URL for the source of the quotation may be given using the cite attribute Ct formatting The tag defines the title of a creative work such as a movie, book, literature, sculpture, painting or drawing. Cdformatting Thetag is used to define a piece of computer code. The content inside is displayed in the browser's default monospace font. Deformatting Thetag in HTML stands for delete and is used to mark a portion of text which has been deleted from the document. The deleted text is rendered as strike-through text by the web browsers but can be changed with CSS. Dn formatting The tag is used to mark a term that is being defined in the document. The definition for the term must be found within the parent of the tag. Browsers traditionally render the text found within the tag as italicized text. Em formatting The tag marks text that has stress emphasis which traditionally means that the text is displayed in italics by the browser. This tag is also commonly referred to as the element. I formatting The tag merely gives text an italicized appearance but does not provide any semantic meaning to the text. This tag is also commonly referred to as the element. Is formatting The tag is used to markup new text that has been inserted into a document to show the history of changes to a document. Browsers traditionally render the text found within the tag as underlined text. You can use the companion tag called thetag to markup text that has been deleted from a document but retained to show the history of changes to a document. Kbd formatting The tag defines text as user input from a keyboard such as the Enter or Ctrl keys. Browsers traditionally render the text found within the tag in the default monospace font. This tag is also commonly referred to as the element. Mk formatting The tag is used to mark or highlight text that is of special interest or relevance in an HTML document. Browsers traditionally render the text found within the tag as text with a yellow background color. This tag is also commonly referred to as the element. Mrformatting The tag represents either a scalar value within a known range or a fractional value. Works similar to the