HTML Tags
HTML Tags
HTML Tags
Tag Description
<base> Specifies the base URL/target for all relative URLs in a document
<bdi> Isolates a part of text that might be formatted in a different direction from other
text outside it
<canvas> Used to draw graphics, on the fly, via scripting (usually JavaScript)
<col> Specifies column properties for each column within a <colgroup> element
<details> Defines additional details that the user can view or hide
<link> Defines the relationship between a document and an external resource (most used
to link to style sheets)
<noscript> Defines an alternate content for users that do not support client-side scripts
<rp> Defines what to show in browsers that do not support ruby annotations
<source> Defines multiple media resources for media elements (<video> and <audio>)
<template> Defines a container for content that should be hidden when the page loads
<track> Defines text tracks for media elements (<video> and <audio>)
<u> Defines some text that is unarticulated and styled differently from normal text