HTML HTML Basic MCQ Question #4807
Single Choice Not Set

QThe HTML tags are:

ID: #4807 HTML Basic MCQ 160 views
Question Info
#4807Q ID
Not SetDifficulty
HTML Basic MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A case-sensitive
  • B in upper case
  • C not case sensitive
  • D in lowercase
Correct Answer

Explanation


HTML is a case-insensitive language, which means that the tags and attributes can be written in either uppercase or lowercase and the browser will interpret them the same way.

It is generally recommended to write all HTML tags and attributes in lowercase for a few reasons. 
First, lowercase tags and attributes are easier to read and can make the HTML code more readable and consistent. 
Second, some older browsers may not handle uppercase tags and attributes correctly, so using lowercase can help ensure that the HTML code is more compatible with a wider range of browsers.

Share This Question

Challenge a friend or share with your study group.