473,472 Members | 2,181 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Capitalization and case of html tags?

Looking at the html produced by Visual Studio I see a mixed bag of tag
capitalization. For example there's <HEAD> and <body>. Then there's
<form and <TABLE>. Is there some logic behind the mixed casing?

Is there a right way and a wrong way? I believe that the W3C recommends
lower casing.

Thanks for your help.
Nov 18 '05 #1
5 1575
HTML is case-insensitive.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Bruce W.1" <br***@noDirectEmail.com> wrote in message
news:3F***************@noDirectEmail.com...
Looking at the html produced by Visual Studio I see a mixed bag of tag
capitalization. For example there's <HEAD> and <body>. Then there's
<form and <TABLE>. Is there some logic behind the mixed casing?

Is there a right way and a wrong way? I believe that the W3C recommends
lower casing.

Thanks for your help.

Nov 18 '05 #2
Kevin Spencer wrote:

HTML is case-insensitive.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

================================================== ==============

This is true. However XHTML IS case sensitive, and this is what we
should all be using, right?
Nov 18 '05 #3
For now it doesn't really matter.

If you really want to standardize, I would go for lower casing. In
particular XHTML is case sensitive and uses lower case...
--

"Bruce W.1" <br***@noDirectEmail.com> a écrit dans le message de
news:3F***************@noDirectEmail.com...
Looking at the html produced by Visual Studio I see a mixed bag of tag
capitalization. For example there's <HEAD> and <body>. Then there's
<form and <TABLE>. Is there some logic behind the mixed casing?

Is there a right way and a wrong way? I believe that the W3C recommends
lower casing.

Thanks for your help.


Nov 18 '05 #4
> This is true. However XHTML IS case sensitive, and this is what we
should all be using, right?
We should all be making informed decisions based upon a working knowledge of
the technologies available, not trying to reach a concensus as to what
technology is right or wrong.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Bruce W.1" <br***@noDirectEmail.com> wrote in message
news:3F**************@noDirectEmail.com... Kevin Spencer wrote:

HTML is case-insensitive.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

================================================== ==============

This is true. However XHTML IS case sensitive, and this is what we
should all be using, right?

Nov 18 '05 #5
Might be easier for everyone if we were all singing of the same hymn sheet
though...

It's a small thing right now but it could get bigger with the semantic web -
join me and go small case - sitting on the fence can damage your health -
especially if it's electrified...

"Kevin Spencer" <ke***@takempis.com> wrote in message
news:eT****************@TK2MSFTNGP09.phx.gbl...
This is true. However XHTML IS case sensitive, and this is what we
should all be using, right?
We should all be making informed decisions based upon a working knowledge

of the technologies available, not trying to reach a concensus as to what
technology is right or wrong.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Bruce W.1" <br***@noDirectEmail.com> wrote in message
news:3F**************@noDirectEmail.com...
Kevin Spencer wrote:

HTML is case-insensitive.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

================================================== ==============

This is true. However XHTML IS case sensitive, and this is what we
should all be using, right?


Nov 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Agoston Bejo | last post by:
Tools / Options / Text Editor / HTML/XML / Format / Capitalization Usually I use Tags: Uppercase; Attributes: Uppercase but now I edit XML pages and I set them both to "As entered". However,...
13
by: Richard | last post by:
I've been looking at implementing switch/case on my photo gallery. Most of the sites I've seen so far, only show the bare basics. With no real practical examples. As brucie does with his...
8
by: Ray | last post by:
Hello guys, OK, I've been reading some more about Python. There are some things about Python exception that I haven't been able to grasp: 1. This is a small thing, but why is object spelled...
32
by: Cornel Bicutzi | last post by:
Hello, What is the difference between HTML and XHTML... Thanks, ------------------------------------------------------------------------ IT Interview Questions :...
6
by: Corepaul | last post by:
I am new to Access 2000. My operating system is Windows 2000. In the early stage of development I noticed something weird. On my form, I have a Command Button named "btnAlbumUp". The first time...
19
by: Eric Lindsay | last post by:
Should HTML 4.01 Strict markup be done in upper case or in lower case? I understand that HTML allows either upper or lower case. I also notice that XHTML apparently requires lower case. However I...
5
by: acord | last post by:
Hi, I m getting annoying display problem when placing javascript tags in a html page. Should the javasscript tags placed at the beginning of a html page before anything start? or placed between...
9
by: anupamjain | last post by:
Hi, After 2 weeks of search/hit-and-trial I finally thought to revert to the group to find solution to my problem.(something I should have done much earlier) This is the deal : On a JSP...
32
by: Bill H | last post by:
I wouldn't consider myself a newbie to PHP since I have never written one line of code in it (am a perl guy myself), but part of a team I am working with is writing some php interfaces into a...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.