Computer Science, asked by yadwinder05428, 5 months ago

HTML ਦੇ ਟੈਗਜ { } ਬਰੈਕਟ ਨਾਲ ਸਮਾਪਤ ਹੁੰਦੇ ਹਨ । / HTML tags are enclosed in { } braces. / HTML के टैगज { } ब्रैकेट के साथ समाप्त होते हैं । *

ਸਹੀ True सही

ਗਲਤ False गलत

Answers

Answered by Anonymous
8

Answer:

False.................

Answered by mad210203
3

False

Explanation:

  • The full form HTML is Hyper Text Markup Language.
  • HTML is a Language.
  • HTML is the standard markup language for developing web pages.
  • The first version of HTML was developed in the year 1993 by Tim Berners-Lee.
  • There are many versions of HTML.
  • HTML 5 is the latest developed version of HTML.
  • Example:

<!DOCTYPE html>

<html>

<head>

<title>Page Title</title>

</head>

<body>

<h1>Heading</h1>

<p>paragraph</p>

</body>

</html>

From the above code, we can observe that, HTML tags is enclosed in <> (Angle brackets), not in { }.

Therefore, given statement is false.

Similar questions