What's the Difference Between xhtml and html

preview_player
Показать описание
You'll be able to tell people you know how to write Extensible Hypertext Markup Language version 1.0 Strict that is W3C complaint at the end of this article!
Рекомендации по теме
Комментарии
Автор

You use CSS for all formatting. You aren't really supposed to format text with html, but I show that html still does provide that option.

derekbanas
Автор

@Mertt03 I agree. I need to get better screencasting software and I will

derekbanas
Автор

Sorry you didn't like it, but it is a tutorial that I made many years ago, so it probably isn't as well thought out as my newer stuff. Live and learn

derekbanas
Автор

@salmanjayesbe Yes, I heard that before. That is why I got rid of it in all of my new tutorials. Your comments have made me much better. Thanks :)

derekbanas
Автор

@markharleycurtis3 My current tutorial will be on how to easily and securely set up an e-commerce site

derekbanas
Автор

1. what does most web designers use html or xhtml?
2. which one is the easiest to use html or xhtml?

tannernifong
Автор

Very well explained. Thank you for taking your time to help :)

derekbanas
Автор

Look into Google web fonts. There are many options there that I think you'll like

derekbanas
Автор

What makes one type better than the other?

nicolehartman
Автор

One obvious benefit of using XHTML is that it leaves less for the browser to figure out in comparison to, for example, HTML (XHTML is based on XML which is stricter - while HTML is based on SGML which allows errors and leaves them for the browser to figure out by itself). This is very handy when the device you are using isn't very strong - for example, phones.

(When looking at XHTML and HTML side by side they are very similar which causes the very common misconception that XHTML is HTML "4, 5".)

StarfighterJohansson
Автор

Here is the css3 way to do that w3 . org

derekbanas
Автор

@jeethuthomas Thank you. I'm glad it was useful

derekbanas
Автор

So how do you open links in new windows with XHTML?

newbielives
Автор

which is the easier version to use, html xhtml?

cody
Автор

Which one do designers use more frequently?

evansakamaki
Автор

What is the main difference between html and xhtml?

taylorgrider
Автор

Hi Derek, i recently faced an issue with HTML tags: Table and iFrame.
I have a Table of 2x2 cells to expose 4 web pages which are exposed using 4 iFrames in each cell. The iframe which opens in each cell does not open with full size of the target HTML page. if i add a code to dynamically update iFrame, it does not work because it is bound buy the table size. If i skip the table and just use frame, i am still not able to open the iframes to the size of the target HTML pages. Any clue how i can achive opening iframes in Tables to its maximum size?

brijeshshetty
Автор

always got an error no matter what i do i cant validated my pages

technovan
Автор

For people who are just starting to learn about the different code types, would it be easier to start with HTML or XHTML first? 

phoenixlackey
Автор

What is better to organize with XHTML or HTML

Matthew-whso