HTML – Pre Tag
The <pre> tag is used when you want a chunk of text to follow the exact format of how it’s written in the HTML code.
The <pre> tag is used when you want a chunk of text to follow the exact format of how it’s written in the HTML code.
The <q> tag defines a section of text that is quoted from another source and may need to stand out on its own to some extent.
The <rp> tag is optionally used to provide parentheses around a <ruby> annotation text (<rt>), to be shown by browsers that do not support ruby annotation.
A <ruby> annotations, used in East Asian typography, is text attached to the main text to indicate the pronunciation or meaning of the corresponding characters.
The <rt> tag is used in a <ruby> annotation, used in East Asian typography, to define the explanation or pronunciation of a set of the characters.
The <samp> tag is used to define sample output from a computer program and will typically display in the browser’s default monospace font.
The <small> tag makes text smaller than the surrounding text, usually set to about 80%. It is often used for copyright or side information.
The <strong> tag is used to define text with strong importance. The content inside is typically displayed in bold and should be read as a strong voice.
The <sub> tag defines subscript text that appears half a character below the normal line, and is rendered in a smaller font for things like chemical formulas.
The <summary> tag specifies the title for a <details> tag that the user can open and close on demand.
The <sup> tag defines superscript text which appears half a character above the normal line, and is rendered in a smaller font for things like footnotes.
The <time> tag is used for displaying a human-readable date and time. The datetime attribute is added to translate it into a machine-readable format.
The <u> tag is for text that is unarticulated and should be styled differently from normal text, such as misspelled words.
The <ul> tag defines an unordered list which uses various bullet types before each list item.
The <var> tag is used to defines a variable in programming or a mathematical expression. The content is usually displayed in italics by the browser.
The <wbr> (word break opportunity) tag specifies where, in a string of text, it would be preferred to add a line break if necessary.
The a tag (link) is used for creating a link to another document, image, video, or to a section of the current document. These are its attributes.
Link target attributes are attributes that can be used in link tags to choose the browser location where the link target should open.
The bdo tag (bi-directional override tag) is used to change the direction of the text from the other text surrounding it. These are the attributes.
The blockquote tag defines a section of text that is quoted from another source and may need to stand out on its own. These are its attributes.