|
||||||
| HTML Programming Forum discussion covering HTML, XHTML, DHTML and all flavors of HTML. Hypertext Markup Language is used to create websites. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||||
|
It Is required, if you really want a 100% valid page you should close each and every opened tag
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall ![]() Business Directory | Technology Blog | Windows Help |
|
|||||
|
I'm pretty sure the <head> tag definitely needs closing. I'm pretty certain that the initial <html> isn't needed either, or if it is, </html> definitely isn't.
__________________
Cheap Airsoft Guns If you are looking for high-quality, yet cheap, airsoft guns, then check out MrAirsoft.com |
|
|||||
|
I've actually been viewing source code lately and I've seen a lot of people without closing <head> tags. I guess they aren't needed.
__________________
Cheap Airsoft Guns If you are looking for high-quality, yet cheap, airsoft guns, then check out MrAirsoft.com |
|
|||||
|
They aren't completely required - but you should always use them. Otherwise, more stricter browsers might render it improperly, or worse...
|
| Sponsored Links |
|
|
|
|||||
|
They actually are required according to the XHTML declaration.
People that don't use them are taking a chance that their page won't render properly in newer browsers. Firefox follows the standards more than Internet Explorer so firefox is more likely not to read it properly.
__________________
Success is the ability to go from failure to failure without losing your enthusiasm. ~ Winston Churchill Pictures of England |
|
|||||
|
Although:
a) Firefox renders pages better than IE. b) The beta of IE8 passed the Acid test, so it's getting better at rendering pages. |
|
|||||
|
As of now, Firefox renders pages better if they follow the XHTML specification correctly.
IE is getting better at rendering pages better though. What's the acid test?
__________________
Success is the ability to go from failure to failure without losing your enthusiasm. ~ Winston Churchill Pictures of England |
|
|||||
|
It's called Acid2. Take a look at Acid2 Browser Test - The Web Standards Project.
Here's what it says: Quote:
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| About HTML | Onur | Tutorials, Classes and Code | 0 | 08-28-2007 06:13 PM |
| Special tags to display html code on the page | Bodyag | HTML Programming | 4 | 04-10-2007 09:38 AM |
| Optional Closing Tags in HTML | Bodyag | HTML Programming | 2 | 03-11-2007 01:20 PM |
| HTML Introduction | clookid | Tutorials, Classes and Code | 5 | 01-08-2007 09:43 PM |
| What is HTML, DHTML and XHTML? | Lop | HTML Programming | 5 | 08-09-2006 11:00 AM |