Give me some examples of HTML tags with explanation.
PLEASE GUYS........
Answers
Answered by
11
The simple programming of HTML is-
<html>
<head>
<title> My First Web page <\title>
<head>
<body>
This is a paragraph
<\body>
<\html>
<html> - Defines an HTML document.
<head> - Defines a heading of document.
<title> - Defines a title of the document
<body> - Defines a document's body.
<p> - paragraph
<!...> - comment
These are some basic tags of HTML.
# It will help you#
<html>
<head>
<title> My First Web page <\title>
<head>
<body>
This is a paragraph
<\body>
<\html>
<html> - Defines an HTML document.
<head> - Defines a heading of document.
<title> - Defines a title of the document
<body> - Defines a document's body.
<p> - paragraph
<!...> - comment
These are some basic tags of HTML.
# It will help you#
Niruru:
Thank you very much.
Answered by
2
i hope it help you in your question.
Attachments:
Similar questions