A simple web page using the basic HTML tags and CSS properties.

Basics of HTML


1. Definition of HTML -

HTML is a markup language that defines the structure of your content. HTML consists of a series of elements, which you use to enclose, or wrap, different parts of the content to make it appear a certain way, or act a certain way. The enclosing tags can make a word or image hyperlink to somewhere else, can italicize words, can make the font bigger or smaller, and so on.


2. Structure of HTML -

HTML is structured using HTML tags, which are enclosed in angle brackets. The most common HTML tags include <h1>, <h2>, <h3>, <p>, <ul>, <ol>, <li>, <a>, <img>, etc. Each tag is used for different operation.


Eg- Button Tag


3. Parts of HTML elements -

Parts Of elements