0% found this document useful (0 votes)
2 views1 page

HTML Introduction

HTML, or Hypertext Markup Language, is a widely used language for creating webpage layouts and is saved with a '.html' extension. It includes various tags for structuring content, such as <p> for paragraphs and <h1> for headings. HTML is often complemented by CSS and JavaScript to enhance webpage functionality and design.

Uploaded by

nandinidolas10
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

HTML Introduction

HTML, or Hypertext Markup Language, is a widely used language for creating webpage layouts and is saved with a '.html' extension. It includes various tags for structuring content, such as <p> for paragraphs and <h1> for headings. HTML is often complemented by CSS and JavaScript to enhance webpage functionality and design.

Uploaded by

nandinidolas10
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

HTML

HTML means Hypertext markup language.


HTML is one of the popular language.
HTML is used to make layout of webpage.
HTML can be coded in Notepad or VS code.
HTML file is saved as ‘.html’.
Syntax:-
<html>
<head>
<title> </title>
</head>
<body> </body>
</html>
There are various tags such as
1. <p> for paragraph
2. <h1> for heading
3. <hr> for horizontal line
4. <br> to take break
and so on...
HTML is one of first language of webpage
development.
To add more elements to page we use CSS and
Javascript.

You might also like