Discussion board
HTML Tags
By Pradeep Chikkanna
Are the HTML tags Case Sensitive ?

Can we write the tags like this <HTML> </html> ?
<B> </b> etc
Reply
Post   Reset
K Arun Giri dharan replied to Pradeep Chikkanna Saturday, February 27, 2010
<html><!--small-->
<body><!-small-->
hello!
</BODY><!--caps-->
</HTML> <!-- it's not case-sensitive..check it out-->

try to paste ...the above in notepad...save it(name.html) and run through a browser...... if the output is........ hello!.....than it's not case-sensitive