Computer Science, asked by artimisra5181, 6 months ago

name the element in which various attributes are used such as Head,Name, Title in HTML??​

Answers

Answered by SajagK
1

Answer: Html tag

<html>

<head>

<title> here goes the title </title>

</head>

<body>

</body>

</html>

Similar questions