Computer Science, asked by vaishaleefulzele, 2 days ago

Write the usage of following tags in HTML program: H1 Р Body B 1​

Answers

Answered by Hoseok6101
0

Answer:

<!DOCTYPE html>

<html>

<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>

</html>

Similar questions