Computer Science, asked by harman9515, 6 months ago

HTML tags are enclosed in [] braces true and false

Answers

Answered by Anonymous
5

Answer:

False

Here's why

Answer. “HTML tags are enclosed in curly braces”This statement is False. As they are enclosed between < text >and < \ text >. Most HTML tags are described in pairs, or gathered together in an opening and closing set.

Hope it's helpful and Mark me as brainliest and follow me

Answered by mad210202
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