Computer Science, asked by ranitalwaria25, 1 year ago

Choose the title for theweb page as printing

Answers

Answered by LuckyYadav2578
6

I am choosing the title 'Printing' you can choose any other title as per your wish.

Web page title --> printing

<html>

<head>

<title>

Printing

</title>

</head>

<body>

Add the contents of the web page

</body>

</html>

here, in the above coding I am using title tag to give the title to the web page. You have not included any content for the web page that's why I have written "Add the content of the web page".

Similar questions