Unstoppable Domains

I have a question!

Spacemail by SpaceshipSpacemail by Spaceship
Watch

Beverly

Account Closed
Impact
0
What exactly is XHTML. how much different from HTML is it? and, do I have to re-learn a whole bunch of stuff to write valid code with it?
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
Rarely any differences between HTML and XHTML except XHTML is more XML oriented.

So you don't need too much time to switch to XHTML from HTML, actually I doubt you'd really have to in a few years cause' W3C has adopted HTML5 as the future standards rather than XHTML2.0.
 
0
•••
HTML is quite loose. Tags can be left open (although shouldn't be). Some tage dont need to be closed at all such as <br>

In XHTML all tags that have been opened must be closed. In the case of <br> it is usually done by <br /> (same tag opens and closes it in this case same thing as doing <br></br>.
 
0
•••
Ok
XHTML is almost Same as HTML
XHTML has more rules than HTML..
In XHTML we can Use Comments
If You are faniliar with HTML & want to Learn XHTML then No need to worry Just go to w3schools.com & see the differences b/w HTML & XHTML
 
0
•••
0
•••
One of the simplest thing that you have to keep note of when using XHTML is that you have to close all your tags. For example in HTML you can add an image like this
Code:
<img src="img-url.com">
which is OK in html, but when you're switching to XHTML its required that you close every single tag. Since the <img> tag doesn't have a closing tag in html - in XHTML you have to close it like this
Code:
<img src="img-url" />
see the / at the end that / closes the tag itself.

I hope you get the picture, there are some other minor difference which you won't have trouble with if you've learned HTML completely.

Hope that helps ;)
Regards,
 
0
•••
html is (usually) more messy, less compatible, and unprofessional. xhtml isn't that much harder to learn anyway so do that instead :tu:.
 
0
•••
Dynadot — .com Registration $8.99Dynadot — .com Registration $8.99
Appraise.net

We're social

Unstoppable Domains
Domain Recover
DomainEasy — Live Options
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back