name the element in which various attributes are used such as Head,Name, Title in HTML??
Answers
Answered by
1
Answer: Html tag
<html>
<head>
<title> here goes the title </title>
</head>
<body>
</body>
</html>
Similar questions