Articles in this series
Audio the <audio> is an HTML element to embed audio content into documents, it may contain one or more audio sources represented using the src...
Lists refer to collections of items and are one of the best ways to produce content in a structured format, we encounter lists on daily basis such as...
In this article, we will learn how to create tables in HTML(without using CSS as our target series is HTML), instead of trying various tags, lets us...
If I want to make the text Bold, we have two tags <b> and <strong> <b> - Bold <b> is used to draw the reader's attention to the element's content...
<h1> to <h6> are the elements that represent six levels of the section in headings, where <h1> is the highest and <h6> is the lowest <h1> can be used...
What is HTML? HTML - Hyper Text Markup Language, is a code to structure the content of the web page(content to appear in a certain way), in simple...