+ 9
Is HTML case-sensitive?
26 Respuestas
+ 7
Thank you
+ 7
nOpE !
+ 5
Thanks for such important answers, they helped me out as well 🐍❤
+ 4
No at all
+ 3
No
You can write either in upper case or in lowercase
+ 3
No.. html is not a programming language, so it is not case sensitive
+ 3
No, HTML is a markup language it is not case-sensitive.
+ 3
No it is not possible
+ 3
It is incasesensitive
+ 2
CSS is case insensitive in all matters under its control; however, some things, such as the document markup language, are beyond its control. HTML is case insensitive in most respects, except when it comes to certain attribute values, like the id and class attributes. XHTML, being XML, is always case sensitive.
+ 2
Html5 is not Case sensitive
<!DOCTYPE html> in version ≥ 5
HTML5 is not based on SGML (Standard Generalized Markup language) and therefore doesn't require a DTD (Document Type Definition) .
<!DOCTYPE html>
Case Sensitive :-
A DOCTYPE must consist of a string that is an ASCII case sensitive match for the string <"DOCTYPE".
All are valid
<!doctype html>
<!dOCtyPe html>
<!DocTYpe html>
If u need more details look at :
https://stackoverflow.com/questions/7020961/uppercase-or-lowercase-doctype
+ 1
Not at all .. you could write in both upper and lower case ..
+ 1
No
+ 1
Nope you can write in both upper and lower cases
+ 1
Nope,html is not case sensitive,its not a programming language
+ 1
No
0
no it is not a case sensitive language
0
no its case insensitive
0
Html is case insensitive, meaning that Caps or no caps the web browser will interpret it the same way.
0
No.