Computer Science, asked by Praveenchezhian693, 7 months ago

Write an html using instructions.

Answers

Answered by deepakdeeps2007
0

Answer:

<!DOCTYPE html>

<html>

<head>

<title>Page Title</title>

</head>

<body>

<h1>This is a Heading</h1>

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

</body>

</html>

Explanation:

try yourself

Answered by AkhilGomasa
0

Answer:

Basic

Explanation:

<!DOCTYPE html>

<html>

<head>

<title>Page Title</title>

</head>

<body>

<h1>This is a Heading</h1>

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

</body>

</html>

Similar questions
Science, 1 year ago