Home > Programming > HTML Tutorial



Fast and Easy XHTML XHTML Tutorial HTML Web Standards by ...

Sort Desciption:

Fast and Easy XHTML XHTML Tutorial HTML Web Standards by Shirley ...ML Tutorials CSS Tutorials and Tips Website Tips at Websitetips.com ...



Content Inside:

Fast and Easy XHTML XHTML Tutorial HTML Web Standards by Shirley Kaiser HTML Tutorials CSS Tutorials and Tips Website TPage 1Fast and Easy XHTML XHTML Tutorial By Shirley E. Kaiser M.A. SKDesigns Website Tips at Websitetips.comDecember 2001 Updated March 2006Copyright 20012006 Shirley E. Kaiser M.A. SKDesigns. All rights reserved. Wondering how to turn your HTML markup into XHTML? Here are a few quick tips to teach you the very basics a sample XHTML document and resources for more information. If you already know HTML I suspect you can learn how to implement these markup changes within a couple of hours. If you just dig in and give it a try I think you'll be pleasantly surprised to see that it's easier than you may have thought. Ready to give it a try? Let's go.... The Basics http://websitetips.com/articles/xhtml/basi cs/ (1 of 6)3/20/2006 11:32:47 AMPage 2Fast and Easy XHTML XHTML Tutorial HTML Web Standards by Shirley ...ML Tutorials CSS Tutorials and Tips Website Tips at Websitetips.com1. All your markup needs to be in lowercase. For example instead of <P></P>it needs to be <p></p> for XHTML. 2. Every tag must have a corresponding ending tag such as <p></p> and <li></li>. Some tags don't have a corresponding ending tag such as <br> <hr> and others. Those tags to be backward compatible will look like this instead:<br /><hr />(Below is an XHTML document sample that shows more of these.) 3. Every attribute value must be in double quotes such as:<img src="image.gif" height="150" width="40" alt="funny face" />Notice that since the <img> tag doesn't have a corresponding ending tag that it also is closed with the extra space and slash too. 4. Nesting must be correct (and symmetrical). HTML also requires correct nesting but it wasn't always as problematic in browsers. XHTML requires it done properly though. For example this is incorrect:<p ...

Source: websitetips.com


add to Google Reader add to Google Bookmark add to bloglines add to newsgator add to FURL add to digg add to webnews add to Netscape add to Yahoo MyWeb add to spurl.net add to diigo Bookmark newsvine Bookmark del.icio.us Bookmark @ SIMPIFY Bookmark MISTER WONG Bookmark Linkarena Bookmark icio.de Bookmark oneview Bookmark folkd.com Bookmark yigg.de Bookmark reddit Bookmark StumbleUpon Bookmark Slashdot Bookmark blinklist Bookmark technorati add to blogmarks add to blinkbits add to ma.gnolia add to smarking.com add to netvouz add to co.mments add to Connotea add to de.lirio.us
Search Terms:

 

Related Files

HTML Tutorial

Filed under: Programming and HTML Tutorial
How the Web Works Part I: Introduction to HTML. HTML Tutorial ..... Navigate to your tutorial folder select the mustard.html file and click the Open ...

HTML TUTORIAL PART I

Filed under: Programming and HTML Tutorial
HTML TUTORIAL PART I. Home. Creating a Homepage. Creating a Homepage involves creating a file coded with HTML (Hyper Text Markup Language). ...

A Tutorial on HTML

Filed under: Programming and HTML Tutorial
A Tutorial on HTML. Dimple Patel. Documentation and Research Training ... This tutorial describes to the user some of the very basic HTML concepts tags ...

Introduction What is HTML

Filed under: Programming and HTML Tutorial
A nicely organized comprehensive tutorial (with sequels no less) to nearly. everything you'd want to learn before HTML during your HTML coding ...

Fast and Easy XHTML XHTML Tutorial HTML Web Standards by ...

Filed under: Programming and HTML Tutorial
Fast and Easy XHTML XHTML Tutorial HTML Web Standards by Shirley ...ML Tutorials CSS Tutorials and Tips Website Tips at Websitetips.com ...