The HTML blockquote element is used to indicate a more extended quotation or citation taken from another source. It is typically used to set off a block of...
The input element is possibly the most powerful and versatile of HTML form controls. It can be used for all kinds of things depending on the type of input...
The HTML b element allows you to make text bold (it stands for “bold”) and is used to add emphasis to text. In HTML5, the b element has been deprecated in...
The body element in HTML is used to define the main content of an HTML document. A webpage’s visible content is typically contained within the body element.
The HTML address element represents the contact information for a person or organization associated with the document. It shouldn’t be used for arbitrary...
The article element represents a section of content that is self-contained and can be independently distributed or reused. It typically contains a heading...
The aside element represents a page section containing relatable, yet separate content from the page it’s on. You might commonly refer to these as “sidebars“...
The footer element represents a footer for its nearest ancestor sectioning content element (like an article element) or for the body element if there is no...
The HTML base element provides the base URL for all relative URLs within a document. It’s usually placed inside the head section and should appear only once...