Computer Science, asked by ag3763600, 2 months ago

write a code in HTML to display static web Page title as ' My first HTML page.​

Answers

Answered by NIshanthchinta1234
5

Answer:

<html>

<head>

<title>  </title>

</head>

<body>

my first html page

</body>

</html>

Explanation:

pls mark me as brain list.

Similar questions