Details Tag

The details element allows you to create an expandable block that is hidden by default. Sometimes th...

Lists Tag in HTML5

To create lists in HTML5, the elements <ol>(numbered list) and <ul>(unordered list) are ...

Image Tag in HTML5

Working with images The img element is used to display images in HTML . This element presents us wit...

Text formatting Tag

A number of html elements are designed to format textual content, such as bold, italic, etc. Conside...

HTML5 Headings

Elements <h1>, <h2>, <h3>, <h4>, <h5> and <h6> are used to creat...

Grouping elements

A number of elements are designed to group content on a web page. Div element The div element is use...

Elements in HTML5

The bulk of the html document, in fact everything that we see in our browser when loading a web page...

Varieties of HTML5 syntax

When creating an HTML5 document, we can use two different styles: HTML and XML. HTML style assumes t...

HTML5 Document

Elements are the building blocks of an html5 document. To create a document, we need to create a sim...

HTML5 Tags & Attributes

Before moving on to creating your HTML5 web pages, let’s take a look at the basic building blo...