HTML – Title Tag
The <title> tag defines the title of the page being displayed in the browser. It must be text only, and will be shown in the browser’s title bar or tab.
The <title> tag defines the title of the page being displayed in the browser. It must be text only, and will be shown in the browser’s title bar or tab.
The <track> tag specifies text tracks for <audio> or <video> tags, such as subtitles, captions or other text that should be visible while the media is playing.
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 <video> tag contains multiple <source> tags with various video sources to accommodate the various browsers. The browser will choose the first source it supports.
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.
Area attributes are attributes that can be used in area tags to enhance the behavior of the ImageMap link.
The audio tag is used to embed music or spoken-word audio on an HMTL page. There are multiple attributes that can be applied to the audio tag.
The base tag specifies the base URL and/or target for all relative URLs in a document. These are attributes used in the base tag.
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.
The button tag defines a clickable button. There are multiple attributes that can be applied to the button tag.
The canvas tag is a transparent container used to contain graphics on the page that are drawn using a scripting language. These are its attributes.
The col tag specifies column properties for each column within a colgroup tag. These are the attributes that can be used.
The data tag provides both a machine-readable value for data processing via scripting, and a human-readable value. These are its attributes.
The del tag defines text that has been deleted from a document. These are its attributes.
The details tag specifies additional information that the user can open and close on demand. These are its attributes.