Write an html using instructions.
Answers
Answered by
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
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
Math,
3 months ago
Math,
3 months ago
Math,
3 months ago
Computer Science,
7 months ago
History,
1 year ago