Computer Science, asked by aathifa7606, 1 year ago

Write the steps to create and view an html document in a web browser

Answers

Answered by charlie1505
8

Answer:

save html program with the extension

. html

then save that html file to desktop

After that click on. html file and select option open with

Answered by Anonymous
4

<html>

<head>

<title>Page Title</title>

</head>

<body>

<h1>This is a Heading</h1>

<p>This is a paragraph.</p>

</body>

</html>

Similar questions