Computer Science, asked by Anonymous, 3 months ago

create an html program using container and empty tags


no definition of container or empty tags only give me pic of html program using container or empty tags​

Answers

Answered by Xubair007
3

Answer:

<!doctype html>

<html> <!--Container Tag-->

<head>

<meta charset="utf-8">

<title>Facebook</title> <!--Container Tag-->

</head>

<body> <!--Container Tag-->

<p> Hi <br> <!--Empty Tag-->

 I am mark suckburger.

<hr> <!--Empty Tag-->

</p>  

</body>

</html>

Explanation:

Attachments:
Similar questions