Computer Science, asked by misterexpert, 3 months ago

1) Define the following: a) TAGS b) CONTAINER TAGS c) EMPTY TAGS 2) Write the steps to save an HTML program ​

Answers

Answered by 1170shreenidhir
0

Answer:

ans for steps of html

<html>

<head>

<title>

</title>

</head>

<body>

</body>

</html>

b) container tags: A container tag is an HTML tag that has both an opening tag and a closing tag

c)empty tags :An tag that does not have an enclosing tag is called an empty tag.

Similar questions