HTML Attributes

An img element with two HTML attributes

HTML attributes are properties of tags that provide additional information about HTML elements. We can use them to modify the behavior of HTML elements. Each tag or element can have attributes which define the behavior of that element. We can…

Read MoreHTML Attributes

HTML Tags

Syntax of HTML tags

The predefined words (also called reserved keywords) used in the HTML are called tags. In an HTML, we write all the documents using tags. For example, we do the beginning of the HTML file with <html> tag and ended with…

Read MoreHTML Tags

HTML Elements

Syntax of HTML tags

An HTML document is a text file that consists of elements. These elements are the basic foundation of creating any web page. They are used to defining the basic structure and content in the web page. A pair of tags…

Read MoreHTML Elements