which tag is used to give a suitable title to the web document
Answers
Answered by
2
<title>
your webpage title here
title>
this is the tag used for webpage title....
I hope it will helps you...
Please mark me as Brainliest.....
@eswarvts
Answered by
1
Answer:
The title tag is defined as the title for the web browser. The title tag is compulsory for designing a web page with HTML. The title appears in the title bar in the web page. It gives the user a brief idea of what the website is about.we use It to give a name for the website.
Title tag is opened by <title> and ended by </title>
Title tag is placed between <head> and </head>
example of a basic html coding:
<html>
<head>
<title>first page</title>
</head>
<body>
This is a line of text.
</body>
</html>
Similar questions
English,
6 months ago
English,
6 months ago
Math,
6 months ago
Physics,
11 months ago
CBSE BOARD X,
1 year ago