loader image

Author name: Abhay

HTML Attributes

In this tutorial, we will learn about attributes in HTML. Attributes are used to provide additional information about the HTML elements. They can be found on the opening tag of the element. HTML attributes usually come with two parts: a name and a value separated by an equal sign. The attribute name shows the type …

HTML Attributes Read More »

Basic Formatting Tags in HTML

When we create a web page, we add tags that give meaning to the page and allow browsers to display the appropriate structure to users. In this tutorial, we will learn about basic text formatting tags in HTML. Headings In HTML, there are six levels of headings. The tag <h1> is used for main headings. <h2> is used for subheadings. For additional …

Basic Formatting Tags in HTML Read More »