Computer Science, asked by suryansh6930, 9 months ago

Write the extension of HTML code file.
How would you display text in the title bar of brow?

Answers

Answered by charlie1505
1

Answer:

extension of html file is .html

Explanation:

To display text in the title bar of browser-

<html>

<head>

<title>Welcome to my page</title>

</head>

</html>

Hope it will help

Similar questions