Anyone here knoe's how to write in xhtml format ?
I'v ebeen using simple html editors like seamonkey,
but haven't found something good for xhtml
Thanks in advance!
Adam
Forums
xhtml wysiwyg editor
Moderator: admin
6 posts • Page 1 of 1
Re: xhtml wysiwyg editor
Basically, the only difference between XHTML and HTML is, that XHTML is stricter, for example you need to close all tags, elements need to be typed lowercase, the nesting of elements need to be followed properly etc. XHTML basically brings your HTML to standards. It's the way YOU code, not necessarily how your editor handles the tags. So your editor should work just fine, unless it adds some junk tags to your code. If so, then a good list of standard compliant editors can be found here http://webdesign.about.com/od/windowsht ... ditors.htm
-

Pavol Almasi
Contribution Level: 2 - Posts: 132
- Joined: Fri Jan 22, 2010 1:23 pm
Re: xhtml wysiwyg editor
Didn't understand you there Pavel,
thanks for the response though
What do you mean html and xhtml are the same?
You mean I can an html build a page with let's say seamonkey,
and then convert it to xhtml?
And if so,
can you tell me how please?
Thanks a bounch in advance!
Adam
thanks for the response though
What do you mean html and xhtml are the same?
You mean I can an html build a page with let's say seamonkey,
and then convert it to xhtml?
And if so,
can you tell me how please?
Thanks a bounch in advance!
Adam
-

Adam Goldman
Contribution Level: 2 - Posts: 113
- Joined: Sun Nov 01, 2009 5:48 am
Re: xhtml wysiwyg editor
In short XHTML is more adaptable to browser quirks than HTML.
For some reason no two browser use ALL the HTML tags the same way. It is a real pain for a webdesigner.
XHTML is supposed to make all browser display the XHTML code the same way. Does it work 100% I'm not sure.
I used to design Websites with HTML but now I just use existing platforms such as Wordpress & Joomla.
As far as WYSIWYG editors I don't know of a better one than Dreamweaver. Steep price but if you are seriousely considering webdesign you can't go wrong with that.
Hope that helps.
For some reason no two browser use ALL the HTML tags the same way. It is a real pain for a webdesigner.
XHTML is supposed to make all browser display the XHTML code the same way. Does it work 100% I'm not sure.
I used to design Websites with HTML but now I just use existing platforms such as Wordpress & Joomla.
As far as WYSIWYG editors I don't know of a better one than Dreamweaver. Steep price but if you are seriousely considering webdesign you can't go wrong with that.
Hope that helps.
Confused about online marketing? FREE eBook Reveals Online MLM Strategies That Work!
-

Remko srnang
Contribution Level: 2 - Posts: 52
- Joined: Mon Mar 08, 2010 7:46 pm
Re: xhtml wysiwyg editor
Yes, XHTML still uses HTML tags. It is only stricter when it comes to certain coding styles. For example, it is well explained here http://www.w3schools.com/xhtml/xhtml_html.asp
For example HTML allows
XHTML must end the tags in the correct order like this
Another example HTML allows not to use any closing tag, for example
In XHTML you need to add </p> at the end of the paragraph, like this
For example tags <HR> <BR> are correct in HTML, but in XHTML, they too need to be closed and lowercase <br /> <hr />
In HTML, you can use uppercase tags, for example <BODY><HEAD>, in XHTML, they need to be lowercase <body><head>
Basically, it is a syntax differences, that are supposed to make the browser behave more predictable and the code to be more readable. But now, HTML5 is coming, with new set of syntax and rules....
For example HTML allows
- Code: Select all
<b><i>This text is bold and italic</b></i>
XHTML must end the tags in the correct order like this
- Code: Select all
<b><i>This text is bold and italic</i></b>
Another example HTML allows not to use any closing tag, for example
- Code: Select all
<p>This is a paragraph
In XHTML you need to add </p> at the end of the paragraph, like this
- Code: Select all
<p>This is paragraph</p>
For example tags <HR> <BR> are correct in HTML, but in XHTML, they too need to be closed and lowercase <br /> <hr />
In HTML, you can use uppercase tags, for example <BODY><HEAD>, in XHTML, they need to be lowercase <body><head>
Basically, it is a syntax differences, that are supposed to make the browser behave more predictable and the code to be more readable. But now, HTML5 is coming, with new set of syntax and rules....
-

Pavol Almasi
Contribution Level: 2 - Posts: 132
- Joined: Fri Jan 22, 2010 1:23 pm
Re: xhtml wysiwyg editor
Ok guys thanks a bounch
will play with that for a while and see what happens
will play with that for a while and see what happens
-

Adam Goldman
Contribution Level: 2 - Posts: 113
- Joined: Sun Nov 01, 2009 5:48 am
6 posts • Page 1 of 1
Who is online
Users browsing this forum: Google [Bot] and 1 guest


