This is a discussion on "Converting from HTML to XHTML" within the Web Page Design section. This forum, and the thread "Converting from HTML to XHTML are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Converting from HTML to XHTML
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Converting from HTML to XHTML
Hey every oen i am writing this article on How to Convert your HTML documents to XHTML so here we go and i hope you will understand it these are the steps i would go through if i wanted to convert form HTML to XHTML
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> HTML 2.0 This isn't used much any longer, but if you want to indicate that your document is very minimal, you might use this DTD. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> HTML 3.2 HTML 3.2 is still used fairly often. It includes tables, applets, superscripts, and subscripts. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" So, when you're writing your HTML or XHTML, be sure to specify the DTD. Otherwise, you might be surprised at how your pages display in newer browsers. This a Namespace Declaration to peope, who use it <?xml version="1.0"?> <x xmlns:edi='http://ecommerce.org/schema'> <!-- the edi namespace applies to the "x" element and contents --> </x>
cause thats how i got help on some of the stuff when i wanted to learn well still learning now the best part i am good at is HTML the worst bit of Coding i am not to sure on as yet lol is XHTML but i will pick it up in the near future cause i will get as much help as i can to improve my skills Once I had valid XHTML, I needed to convert the page into logical blocks so that they could be moved to their correct locations on the page. This resulted in a page with "semantic layout", and it is essentially all the page elements listed one by one on the page. It's not very pretty, because all the layout and decorative tags have been removed. Thanx Aaron |
|
|
![]() |
| Tags |
| html xhtml |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] converting flash to html | Posie | Starting Out | 3 | Dec 2nd, 2007 20:04 |
| [SOLVED] Converting BBcode to HTML | AdRock | PHP Forum | 10 | Oct 9th, 2007 08:53 |
| help with converting HTML to XHTML | sing2trees | Web Page Design | 4 | Sep 20th, 2006 03:35 |
| I'm converting my pages from HTML to CSS,,, Help me! | ahm531 | Web Page Design | 9 | Sep 6th, 2006 10:06 |
| Tutorial - Converting A Website To XHTML | gwx03 | Web Page Design | 10 | Dec 30th, 2003 21:25 |