HTML tags are enclosed in { } braces./HTML true or false
Answers
Answered by
0
Answer:
The answer of the following question is False.
Explanation:
No, HTML tags are not enclosed in { } braces.
- HTML stands for Hypertext Markup Language.
- HTML uses pair tags not single tags.
- HTML tags are gathering together as the closing and opening tags.
- Tags are enclosed in less-than sign and greater-than sign.
Example- This in an HTML code with tags used:
<html>
<body>
<p>My first paragraph.</p>
</body>
</html>
Similar questions