HTML

avatar

NaN years ago

HTML stands for HyperText Markup Language. It is used to design web pages using a markup language. HTML is the combination of Hypertext and Markup language. Hypertext defines the link between the web pages. A markup language is used to define the text document within tag which defines the structure of web pages.


HTML is a markup language that is used by the browser to manipulate text, images, and other content to display in the required format.


Why use HTML?

HTML helps to structure our website well. The way a skeleton system gives a structure to the human body in a similar manner HTML acts as a skeleton for a website, without it a website cannot be made. If you want to work as a Software Developer especially in the Web Development domain, then learning HTML is a must, because without knowledge of it you cannot build a website.


  • The base for creating websites: HTML is the basic necessity a developer should know while building a website from scratch.


  • Learn web development: HTML is the first step towards learning Web Development. Once you learn HTML, you can build simple, static websites very easily.


  • Can become a freelancer: Since web development has the best scope in freelancing, therefore learning HTML will surely help you to get the best deals of website development in the market.


Basic Format: It is the basic format of creating a simple web page.


<!DOCTYPE html>
<html>
 
<head>
    <!-- Head section of website-->
    <title></title>
</head>
 
<body>
    <!-- Body section of website -->
</body>
 
</html>


Example: Let’s see a small example of the simple HTML page that displays the heading and paragraph content.


<!DOCTYPE html>
<html>
 
<head>
    <title>Simple HTML Page</title>
</head>
 
<body>
    <h1>Welcome to GeeksforGeeks</h1>
     
<p>A computer science portal for geeks</p>
 
</body>
 
</html>






approvedApproved by experts
Advance Topics

Neuton's Mission

We are a team of young and enthusiastic people who are passionate about education and want to help students to learn the skills they need to succeed in life. If you want to support us, please join our community.

phonephonephonephonemail