a) case-sensitive
b) in upper case
c) not case sensitive
d) in lowercase
Answer: c
Explanation: HTML is a case-insensitive language, which means we can use tags either in the upper-case or in lower-case. It is recommended to write all tags in the lowercase for readability, consistency, etc.
Related Posts
What is the limit of character storage for chrome 23.0 in sessionStorage?
What is the limit of character storage for chrome 23.0 in localStorage?
In sessionStorage object data __________
In localStorage object data ________
Before HTML5 where data had to be stored?
Which attribute is used with <select> element?
Which attribute is not used for the radio type?
Join The Discussion