3 years, 5 months ago
What is the best way to create a "well formed" XHTML document?
Also, how is it used and what is the best program used to write XHTML code?
Separate topics with commas, or by pressing return. Use the delete or backspace key to edit or remove existing topics.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$1 Answer
Well, I have to recommend How to Make Your Own Website. Then use html Tidy to covert your html document into Xhtml. (http://tidy.sourceforge.net/). The differences between strict HTML and XHTML are very subtle. I would also check out Mahalo's How to SEO Your Website and How to Increase Website Traffic for more tips.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$
Xhtml is simply a more "friendly" version of html. That means it stays true to form on different browsers. As to the best program, I have used TopStyle (http://www.newsgator.com/individuals/topstyle/default.aspx ) for years because it allows you to integrate html, xhtml and CSS in one document. It's very easy and color codes as you are working (making it easier to read).