HTML 4 Strict Document Type Definition
HTML 4 Transitional Document Type Definition
HTML 5 Doctype
HTML 5 aims to improve HTML’s interoperability and address the growing demand for more diverse and complex web content. It also addresses HTML 4′s lacking features for web applications. In this post, we’ll look at 5 exciting new features in HTML 5. This is a guest post by Jacob Gube, a web developer/designer and author of Six Revisions, a blog on web development and design.
5 Exciting Things to Look Forward to in HTML 5 – ReadWriteWeb
Abstract
This document illustrates how to write HTML 5 documents, focusing on simplicity and practical applications for beginners while also providing in depth information for more advanced web developers.
HTML 4.01 / XHTML 1.0 Reference
Selectors are one of the most important aspects of CSS as they are used to "select" elements on an HTML page so that they can be styled. Find out more about selectors including the structure of rules, the document tree, types of selectors and their uses. There is also a step-by-step tutorial showing how selectors are used in the process of building a 3-column layout.
Visit the W3C at www.w3.org
4.3. X11 color keywords: The table provides a list of the X11 colors supported by popular browsers.
peace, mjh
Welcome – doctype – Google Code
Welcome to Google Doctype. "Written by web developers, for web developers."
What do you want to learn today?
Dive into DOM objects, including
Style your pages with CSS
- CSS properties
- pseudo-classes and pseudo-elements
- at-rules
- colors
- …and more on the way
Do you need help with an HTML element? We have an HTML reference from <a> to <xmp>.
peace, mjh
HTML 5 differences from HTML 4
Abstract
HTML 5 defines the fifth major revision of the core language of the World Wide Web, HTML. "HTML 5 differences from HTML 4" describes the differences between HTML 4 and HTML 5 and provides some of the rationale for the changes. This document may not provide accurate information as the HTML 5 specification is still actively in development. When in doubt, always check the HTML 5 specification itself.
Abstract
This specification defines the 5th major revision of the core language of the World Wide Web: the Hypertext Markup Language (HTML). In this version, new features are introduced to help Web application authors, new elements are introduced based on research into prevailing authoring practices, and special attention has been given to defining clear conformance criteria for user agents in an effort to improve interoperability.
HTML Elements Index – Jens Meiert
HTML Elements Index – Jens Meiert
For years now, enlightened designers who have embraced CSS layout have had to bend over backwards to produce complex designs that would have been trivial to produce using the HTML table-based layout techniques of the past.
The lengths to which designers must go to produce, say, a simple three-column layout using CSS techniques are so extreme that many web designers simply give up on CSS and resort to HTML tables for their layout. The Tech Times #142 and #143 were devoted to this issue.
With the release of IE8 coming this year, the stage is set for all that to change. IE8 will be the last of the major browsers to add support for CSS tables, which will enable designers to use table-based layout techniques without misusing HTML table markup.
W3Schools Online Web Tutorials
http://www.w3schools.com/default.asp
Cascading Style Sheets
http://www.w3.org/Style/CSS/
[follow Specs links]
learn web standards :: css browser support
http://www.westciv.com/style_master/academy/browser_support/index.html
[click on headings -- start with Text Properties link]
Yahoo! UI Library: Graded Browser Support
http://developer.yahoo.com/yui/articles/gbs/#gbschart
[Yahoo's evaluation]
Full CSS Property Compatibility Chart
http://corecss.unk.edu/properties/full-chart.php
[compact and thorough but missing most recent browser versions]
MacEdition Abridged CSS2 Support Charts
http://www.macedition.com/cb/resources/abridgedcsssupport.html
[Mac-specific but missing most recent browser versions]
CSS – Contents and compatibility
http://www.quirksmode.org/css/contents.html
[not quite current but covers some more advanced properties]
For other code resources on this blog (HTML, CSS & more) follow this link (then scroll down)
PC Training & Consulting Weblog » Code
http://www.mjhinton.com/help/?cat=9
Authoring HTML 5 – A Call to Web Professionals – W3C Q&A Weblog
http://www.w3.org/QA/2007/06/html5-call-to-web-professionals.html
HTML 5
http://www.w3.org/html/wg/html5/
HTML: All elements from HTML 3.2 to XHTML 2.0 – Jens Meiert
http://meiert.com/en/blog/20070630/html-elements-index/
HTML elements index – Jens Meiert
http://meiert.com/en/indices/html-elements/
W3C HTML Working Group
www.w3.org/html/wg/
HTML 5
www.whatwg.org/specs/web-apps/current-work/
W3C HTML Working Group
http://www.w3.org/html/wg/
HTML 5
http://www.whatwg.org/specs/web-apps/current-work/
Cascading Style Sheets, level 1
http://www.w3.org/TR/CSS1
Cascading Style Sheets, level 2 revision 1
http://www.w3.org/TR/CSS21/
CSS: Current Work
http://www.w3.org/Style/CSS/current-work
- – - – -
The W3C CSS Validation Service
http://jigsaw.w3.org/css-validator/
CSSCheck, a Cascading Style Sheets Lint
http://www.htmlhelp.com/tools/csscheck/
CSS Tutorial (see Try-It-Yourself link)
http://www.w3schools.com/css/default.asp
- – - – -
» 25 Code Snippets for Web Designers (Part1)
http://tutorialblog.org/25-code-snippets-for-web-designers-part1/
» 25 Code Snippets for Web Designers (Part2)
http://tutorialblog.org/25-code-snippets-for-web-designers-part2/
» 25 Code Snippets for Web Designers (Part3)
http://tutorialblog.org/25-code-snippets-for-web-designers-part3/
» 25 Code Snippets for Web Designers (Part4)
http://tutorialblog.org/25-code-snippets-for-web-designers-part4/
These are responses to some questions from an XHTML student:
There is an XHTML book by Elizabeth Castro that is one of the best.
Online, I still use http://www.w3.org/TR/html4/ quite a bit. The comparable XHTML references aren’t as complete. Likewise, http://www.w3.org/Style/CSS/#specs starting with Level 1.
For a good chart of special characters, see:
http://www.intuitive.com/coolweb/entities.html
There are good articles and “cheatsheets” at:
http://www.webreference.com/
Accessibility is tricky. There is lots of academic documentation around, but practical and proven techniques are harder to find. UNMCE offers a class a couple of times a year. Joe Clark is something of a guru: http://joeclark.org/
The little icon next to my web addresses is called “favicon.ico”. It is a tiny 16×16 pixel graphic in a format known as ICO. See http://www.favicon.com/ for some good documentation and links. mjh