Computer Science, asked by Nandini2885, 1 year ago

what r the basics of HTML?? plz explain.

Answers

Answered by Niruru
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

Nandini2885: thanks a lott!!
Niruru: :-)
Answered by Anonymous
0

Answer:

{\tt{\red{\underbrace{\bold{\huge{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