answersLogoWhite

0


Best Answer

When writing XHTML, yes! Valid XHTML tags and attributes (but not values) must be lowercase. When referring to XHTML in other languages like CSS or JavaScript, case sensitivity is usually present.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

'Case insensitive' means it doesn't matter if you use upper or lower case - <p> or <P> for example. No HTML tags are case sensitive, some HTML tutorial websites will use uppercase tags because uppercase letters are easier to distinguish.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Technically no, as they will function in either case or a mix of the two. However, you are encouraged to put tags into lower case and in order for a page to be validated they have to be in lower case. So you should really put them in lower case.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What do you mean by tags are case sensitive in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Is html5 case sensitive?

Actually, it depends on the version of HTML and your browser. The current standard requires you to write HTML tags in lower-case letters. However, many browsers will recognize both &lt;BODY&gt; and &lt;body&gt; as valid HTML tags.


Java script is case sensitive or not?

HTML was designed to allow for any variation of case in the tags. However, new HTML 5 and CSS rules require your HTML tags to be in lower case. For example &lt;P&gt;&lt;/P&gt; would be acceptable in HTML 4, but &lt;p&gt;&lt;/p&gt; would be required under the HTML 5 standards.


Whether HTML is case sensitive or C?

HTML is not case-sensitive, while C is a case-sensitive language. In HTML, the tags, attributes, and values can be written in uppercase or lowercase letters, and it will still be interpreted the same way by the web browser. For example, the &quot;p&quot; tag can be written as or , and both will be interpreted as paragraph tags. On the other hand, C is a case-sensitive language, which means that the identifiers such as variables, function names, and keywords must be written in the correct case. For example, &quot;main&quot; is different from &quot;Main&quot; and &quot;MAIN&quot; in C. It's important to keep in mind the case sensitivity rules while coding in these languages to avoid syntax errors or unexpected behavior.


Should you use upper case or lower case HTML tags?

If the document has a newer doctype specified, and it is important to you that your document validate correctly, or you want to "code for the future", then you will want to use lower case tags.Correction: Neither HTML 4.01, which is the current recommenadation, nor HTML 5, which is still only a draft, have restrictions on case. Only XHTML, a subset of XML, requires lower-case elements and attributes.In older document types it is typical to see uppercased tags, but HTML tags are not case sensitive: means the same as . Plenty of web sites use uppercase HTML tags in their pages.Correction: An opening HTML tag is composed of an element with possible attributes surrounded by angle brakets. The closing tag also has a backslash to distinguish it from the opening tag. H1 is an element, is a tag containing the H1 element.The World Wide Web Consortium (W3C) recommends lowercase in HTML 4 (citation needed), and demands lowercase tags in future versions of (X)HTML.Correction: Authors of HTML documents may use lower-case, upper-case, proper case, or CaMeL case. Some authors put elements in upper-case and their attributes in lower-case. Other authors find using lowercase uses a few less keystrokes.XHTML is a subset of XML. XML is case sensitive, so LI and li would be two different elements. This is the reason that XHTML elements and attributes are lower case.


What are built-in tags Like for HTML and CSS?

No tags are used in CSS. Tags are actually what CSS primarily styles.

Related questions

Do HTML coding got to be capitalized?

HTML tags are not case sensitive.


Is html5 case sensitive?

Actually, it depends on the version of HTML and your browser. The current standard requires you to write HTML tags in lower-case letters. However, many browsers will recognize both &lt;BODY&gt; and &lt;body&gt; as valid HTML tags.


Is form tag case sensitive?

No. HTML tags are not case sensitive. However, he standard approach by designers now, is to type them in lower case.


Java script is case sensitive or not?

HTML was designed to allow for any variation of case in the tags. However, new HTML 5 and CSS rules require your HTML tags to be in lower case. For example &lt;P&gt;&lt;/P&gt; would be acceptable in HTML 4, but &lt;p&gt;&lt;/p&gt; would be required under the HTML 5 standards.


Whether HTML is case sensitive or C?

HTML is not case-sensitive, while C is a case-sensitive language. In HTML, the tags, attributes, and values can be written in uppercase or lowercase letters, and it will still be interpreted the same way by the web browser. For example, the &quot;p&quot; tag can be written as or , and both will be interpreted as paragraph tags. On the other hand, C is a case-sensitive language, which means that the identifiers such as variables, function names, and keywords must be written in the correct case. For example, &quot;main&quot; is different from &quot;Main&quot; and &quot;MAIN&quot; in C. It's important to keep in mind the case sensitivity rules while coding in these languages to avoid syntax errors or unexpected behavior.


Should you use upper case or lower case HTML tags?

If the document has a newer doctype specified, and it is important to you that your document validate correctly, or you want to "code for the future", then you will want to use lower case tags.Correction: Neither HTML 4.01, which is the current recommenadation, nor HTML 5, which is still only a draft, have restrictions on case. Only XHTML, a subset of XML, requires lower-case elements and attributes.In older document types it is typical to see uppercased tags, but HTML tags are not case sensitive: means the same as . Plenty of web sites use uppercase HTML tags in their pages.Correction: An opening HTML tag is composed of an element with possible attributes surrounded by angle brakets. The closing tag also has a backslash to distinguish it from the opening tag. H1 is an element, is a tag containing the H1 element.The World Wide Web Consortium (W3C) recommends lowercase in HTML 4 (citation needed), and demands lowercase tags in future versions of (X)HTML.Correction: Authors of HTML documents may use lower-case, upper-case, proper case, or CaMeL case. Some authors put elements in upper-case and their attributes in lower-case. Other authors find using lowercase uses a few less keystrokes.XHTML is a subset of XML. XML is case sensitive, so LI and li would be two different elements. This is the reason that XHTML elements and attributes are lower case.


What are HTML tages?

HTML tags are the predefined tags that are embedded within the "&lt;&gt;". Each HTML tags has the following attributes and operations.


What are built-in tags Like for HTML and CSS?

No tags are used in CSS. Tags are actually what CSS primarily styles.


What is the connection of a notepad with HTML tags?

You can use Notepad to write HTML pages, and HTML consists of tags. So you would be writing a lot of tags when using Notepad to create a HTML page.


What does HTML use tags for?

HTML cannot work without it's tags. It uses tags for it's scripting work.


How do you add HTML to your website?

HTML can be added by adding tags to the code. HTML tags are the ones that cause the view to modify.


What is an HTML webpage?

An HTML webpage is a collection of HTML tags. The tags are arranged in a proper way to create a web page.