HTML-5 versus HTML4.01-transitional -...

User 2120530 Photo


Registered User
14 posts

This is my first posting here.

I notice that CCHTML-editor defaults to HTML-5. I'm no expert, but it has seemed to me that the best and most accessible version to use today would be HTML-4.01-transitional, if one wanted to make one's site accessible to the most people.

Right now, I'm just trying to learn more about HTML instead of creating a website, so I don't really have anything to show other than a hosted blog on WordPress.com, where I have little latitude to play with much HTML.

Regards,

Alan OldStudent
The Unexamined Life Is Not Worth Living -- Socrates
My Web Site
User 117361 Photo


Ambassador
6,076 posts

Hello Alan,
You may not have noticed that you can set a number of preferences for your documents, including the DOC TYPE by going to the TOOLS > PREFERENCES in the CCHTML Editor. Personally I have my all my new pages set up as follows:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="generator" content="CoffeeCup HTML Editor (www.coffeecup.com)" />
<meta name="created" content="lun, 02 ago 2010 10.17.14 GMT" />
<meta name="description" content="" />
<meta name="keywords" content="" />

</head>
<body>

</body>
</html>
User 364143 Photo


Guest
5,410 posts

HTML-4.01-transitional, if one wanted to make one's site accessible to the most people.

HTML4, XHTML,HTML5, transitional, or strict, can all be coded to be either be accessible or not so much. It's not the doctype that matters, it's how the HTML is written.
CoffeeCup... Yeah, they are the best!
User 184085 Photo


Ambassador
1,707 posts

Also, File, New from Quick Start menu will also allow you to define what DOCTYPE you want to use.
Volunteering to help :)
http://www.tbaygeek.ca
My HTML play area
http://www.tbaygeek.ca/test/
User 2120530 Photo


Registered User
14 posts

Thanks for the information, people.

What puzzles me is why CCHTML-editor defaults to HTML-5, which still has not been completed and which neither Firefox nor IE really fully support?

Don't the majority of people surfing the web use browsers that recognize HTML-4.01 transitional?

Regards,

Alan OldStudent
The Unexamined Life Is Not Worth Living -- Socrates
My Web Site

User 103173 Photo


VP of Software Development
0 posts

Most of the HTML5 specs are already supported by all browsers, so using HTML5 as a DOCTYPE now is not a problem. You can however make the default DOCTYPE whatever you like. Just go to Tools > Preferences and set your preference.

Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 2120530 Photo


Registered User
14 posts

Thanks, Scott,

I had not realized that.

Scott Swedorski wrote:
Most of the HTML5 specs are already supported by all browsers, so using HTML5 as a DOCTYPE now is not a problem. You can however make the default DOCTYPE whatever you like. Just go to Tools > Preferences and set your preference.


Regards,

Alan OldStudent
The Unexamined Life Is Not Worth Living -- Socrates
My Web Site
User 562592 Photo


Registered User
2,038 posts

Alan Oldstudent,

I like your website. I wanted to contact you personally regarding it, but I was unable to find your contact information. How may I contact you by email?

By the way, don't post your email in the forum, just provide a link to wherever your contact information is.

Or, simply go to

www.innovatewebdevelopment.com

and send me a contact.

Thanks.
The philosopher has not done philosophy until he has acted upon the mere conviction of his idea; for proof of the theory is in the act, not the idea.

My Web Development Company: http://www.innovatewebdevelopment.com (Created with Coffee Cup Software).

My Personal Website: http://www.EricSEnglish.com

User 2120530 Photo


Registered User
14 posts

Hi Eric

You wrote:
The Philosopher wrote:
Alan Oldstudent,

I like your website. I wanted to contact you personally regarding it, but I was unable to find your contact information. How may I contact you by email? .


I hope this is not violating any rules to talk too much about my website. But if you go to it and click on the About My Musings tab at the top of the site, right above the title banner, that should take you to a page with a contact form. That's a clickable link up there, by the way.

I'm glad you asked about it, because just prior to composing this message, I tested it out and saw it needed a bit of repair. It's working now.

I noticed you're interested in philosophy. I've had an interest in it since the 1950s when I first started reading some popular books on it and then a few of the well-known philosophers.

Regards,

Alan OldStudent
The Unexamined Life Is Not Worth Living -- Socrates
My Web Site



Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.