what r the basics of HTML?? plz explain.
Answers
Answered by
5
Hey friend !
Your answer is here...
1. HTML stands for Hyper Text Markup Language.
2. HTML is a building block for web pages. By this we are able to make our own web page.
3. HTML file is a text file containing small markup tags.
4. Markup tags tells the browser, how to present the page.
5. One of the basic coding in HTML is :
<html>
<head>
<title> My first Webpage <\title>
<\head>
<body>
This is my first homepage. <b> This text is bold <\b>
<\body>
<\html>
# I hope it will helpyou.
@ Neer Tanwar.
Thank you
Your answer is here...
1. HTML stands for Hyper Text Markup Language.
2. HTML is a building block for web pages. By this we are able to make our own web page.
3. HTML file is a text file containing small markup tags.
4. Markup tags tells the browser, how to present the page.
5. One of the basic coding in HTML is :
<html>
<head>
<title> My first Webpage <\title>
<\head>
<body>
This is my first homepage. <b> This text is bold <\b>
<\body>
<\html>
# I hope it will helpyou.
@ Neer Tanwar.
Thank you
Nandini2885:
thanks a lott!!
Answered by
0
Answer:
Hey friend !
Your answer is here...
1. HTML stands for Hyper Text Markup Language.
2. HTML is a building block for web pages. By this we are able to make our own web page.
3. HTML file is a text file containing small markup tags.
4. Markup tags tells the browser, how to present the page.
5. One of the basic coding in HTML is :
<html>
<head>
<title> My first Webpage <\title>
<\head>
<body>
This is my first homepage. <b> This text is bold <\b>
<\body>
<\html>
Similar questions