HTML stands for Hypertext Mark-up Language. It is the language which is used to create and design web pages on the internet. 

Some of the key reasons of learning HTML are listed here:

What are the Features of HTML?

HTML Elements and HTML Tags:

HTML will make use of the predefined tags and also the elements that will instruct the browser on how to get the content. HTML elements which will consist the opening tag, and some content, and a the closing tag will be consisted.

Primarily thing to remember is, to include the closing tags. If it gets failed then the browser applies the effect of the opening tag until the end of the page.

This is the basic structure of an HTML page, which will include the essential building-block elements like doctype declaration, HTML, head, title, and body elements.

The basic structure of the HTML page is shown below. This will consist the essential building-block of elements i.e. doctype declaration, and the HTML, and head, and the title, and body elements where all the web pages are created

<!DOCTYPE html>   ———- it will display the version of the html

<html>    ———-html root element

<head>    ——– used to include the metadata

<title>    ———it is the page title</title>

</head>    

<body>   ———-this is nothing but the content of the html

<h2>    ———–heading content

<p>    ———paragraph content in the html

</body>    ——–this is the end of the body

</html>    ——–this is the end of the html program

Questions:

1. Create an HTML basic web page.

2 Responses

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Join Free Demo Class

Let's have a chat