Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,147,932 members, 7,799,148 topics. Date: Tuesday, 16 April 2024 at 04:04 PM

How To Convert Html To Xhtml Without Coding - Webmasters - Nairaland

Nairaland Forum / Science/Technology / Webmasters / How To Convert Html To Xhtml Without Coding (1590 Views)

Wapmasters Learn How To Create A Php Site Through Xhtml / Psd To Xhtml/css,wordpress,joomla And Others / When To Use Html And When To Use Xhtml (2) (3) (4)

(1) (Reply) (Go Down)

How To Convert Html To Xhtml Without Coding by Nobody: 8:27am On Feb 28, 2009
XHTML is very much similar to html. For instance:

HTML
<img src="dhtml.jpg">

HTML/XHTML
<img src="dhtml.jpg" alt="" />

Whatever, i usually write more of html on this board 'cos some newbies have asked me the difference
between <hr> and <hr/>

Anyway, whatever you write it in doesn't matter so long as it works.
A short way to solve this problem is by using them HTML Converter.
Re: How To Convert Html To Xhtml Without Coding by yawatide(f): 1:46pm On Feb 28, 2009
Anyway, whatever you write it in doesn't matter so long as it works.

I beg to differ. It DOES matter, otherwise those who came up with XHTML wouldn't have bothered. The best way to show this is to walk someone through an HTML file (preferably using tables) and coding the same file in XTHML, noting the change in page size, how easy the XTHML version is to read and understand, etc.

The only way to convince anyone of anything in general is through proof and statistics. If there is anyone who needs me to whip up a quick page to demonstrate this fact (heck, if you give me your own website, I will use it for the demo grin), let me know.
Re: How To Convert Html To Xhtml Without Coding by Afam4eva(m): 2:02pm On Feb 28, 2009
yawa-ti-de:

I beg to differ. It DOES matter, otherwise those who came up with XHTML wouldn't have bothered. The best way to show this is to walk someone through an HTML file (preferably using tables) and coding the same file in XTHML, noting the change in page size, how easy the XTHML version is to read and understand, etc.

The only way to convince anyone of anything in general is through proof and statistics. If there is anyone who needs me to whip up a quick page to demonstrate this fact (heck, if you give me your own website, I will use it for the demo grin), let me know.


True talk
Re: How To Convert Html To Xhtml Without Coding by Nobody: 2:08pm On Feb 28, 2009
There are many ways of achieving the same thing. My site is XHTML valid by the way - in case you havent seen it.
I think it is important to save the time of writing redundant codes. Not when there are better codes to write.
I tried the stuff and it worked fine to convert a site i made formerly in html to xhtml.

What i did was first make a backup cope, then convert it using the converter. Crosscheck with an xhtml validator.
No errors, then viewed it in a browser, works fine. O pari. I have nothing to prove to you guyz.
If any specific questions were asked, i will answer. So far there is none.
Re: How To Convert Html To Xhtml Without Coding by ztyle(m): 5:32pm On Feb 28, 2009
What i did was first make a backup cope, then convert it using the converter. Crosscheck with an xhtml validator.
No errors, then viewed it in a browser, works fine. O pari. I have nothing to prove to you guyz.
If any specific questions were asked, i will answer. So far there is none.
. . .not all questions do deserve answer, so chill, my questions is like why should we convert html to xhml, wats the need? and is it vital?  undecided
Re: How To Convert Html To Xhtml Without Coding by Nobody: 5:37pm On Feb 28, 2009
ztyle:

. . .not all questions do deserve answer, so chill, my questions is like why should we convert html to xhml, wats the need? and is it vital?  undecided
Erhm, i will leave that to the professionals talking up there to answer. I use html or xhtml - the fastest way out mostly - sometimes mixed.
Re: How To Convert Html To Xhtml Without Coding by ztyle(m): 6:17pm On Feb 28, 2009
dhtml:

Erhm, i will leave that to the professionals talking up there to answer. I use html or xhtml - the fastest way out mostly - sometimes mixed.
. . .then no need convertinq it, since the professionals, as in the Oversabi ppl will answer my question, i'm out before somethinq terrible happen here. grin
Re: How To Convert Html To Xhtml Without Coding by uspry1(f): 8:11am On Mar 01, 2009
Doesn't matter which one to use HTML or XHTML.

I prefer XHTML the latest version for more stable dynamic multimedia site i use on Flash, Flex, PHP and XML to be parsed data faster retrieval.
Re: How To Convert Html To Xhtml Without Coding by Nobody: 8:20am On Mar 01, 2009
Exactly, XHTML is more structured and easier to parse. And nice, you use flex too. And again, wap 2.0 is mainly XHTML. XHTML has some more advantages over HTML.
Re: How To Convert Html To Xhtml Without Coding by Mustay(m): 11:30am On Mar 01, 2009
XHTML is simply strict HTML.

No much difference except that XHTML acts like  a "framework" for writing HTML codes.

TO follow web standards and to take care of stakeholders of websites (including the deaf, the blind, novice etc), it's neccessary for us to build sites that are XHTML compliant and cater for the needs for the end-users.

Therefore, you have stuffs like

1. Closing every tag opened. Some tags aren't closed in HTML. e.g <img>

2. Enabling accessibility. e.g alt must have a description for images

3. Attribute names must be in lower case. no <HTML> rather; <html>

4. The id attribute replaces the name attribute

bla bla bla
Re: How To Convert Html To Xhtml Without Coding by Nobody: 12:07pm On Mar 01, 2009
I like the way you actually put it, makes it sound more interesting.
Re: How To Convert Html To Xhtml Without Coding by ztyle(m): 10:21am On Mar 02, 2009
. . .uhm i'm learninq smiley
Re: How To Convert Html To Xhtml Without Coding by Holumighty(m): 4:42am On Oct 15, 2009
Please i need html and web desing tutor.
Re: How To Convert Html To Xhtml Without Coding by Nobody: 10:59pm On Oct 16, 2009
All my time seem to be occupied at the moment. I have some few projects to complete for now and am completely booked up.
However you have some other ppl here dat can help you learn.
Re: How To Convert Html To Xhtml Without Coding by yawatide(f): 12:28pm On Oct 17, 2009
www.w3schools.com should b enouh to get your feet wet.

good luck!
Re: How To Convert Html To Xhtml Without Coding by Nobody: 3:41pm On Oct 17, 2009
Just that many of you folks think the only way to learn good is to have a direct tutor. Try those online stuffs, and come back to ask us questions, i think that is more easier to manage.
Re: How To Convert Html To Xhtml Without Coding by Mustay(m): 6:53pm On Jan 23, 2010
People have different ways of assimilation.

I guess if you are really determined, you'll learn it and understand!

(1) (Reply)

Domain Name In Nigeria For 500 Naira / Google Adds Igbo, Yoruba And Hausa To Its Google Translate / Non-Hosted US And UK ADSENSE Account For Sale (Both Verified)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 32
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.