Find number of container tags in this
piece of code.
<DOCTYPE html>
<html>
<head>
<title My Favourite Superhero</title>
</head>
<body>
<p> Batman is awesome. </p>
</body>
</html>
A 4
B 5
C 6
D 7
Answers
Answered by
0
Answer:
5
Explanation:
container tags are tags which are required to be closed. In your question there are 5 of them.
<html>,<head>,<title>,<body>,<p>
Similar questions