NYCPHP Meetup

NYPHP.org

[nycphp-talk] Zend Studio And Sourceforge

Chris Shiflett shiflett at php.net
Sun Sep 26 14:29:19 EDT 2004


--- Joseph Crawford <codebowl at gmail.com> wrote:
> XHTML?
> 
> can you direct me to something to read about it?
> 
> is it plain html?

http://www.w3.org/MarkUp/

Think of it as HTML that is XML compliant. This means, among other things,
that all tags need to be closed and nested properly, and tags with no end
tag need to be escaped (like <br /> instead of <br>). If you write really
neat HTML, you're probably pretty close already.

Chris

=====
Chris Shiflett - http://shiflett.org/

PHP Security - O'Reilly
     Coming December 2004
HTTP Developer's Handbook - Sams
     http://httphandbook.org/
PHP Community Site
     http://phpcommunity.org/



More information about the talk mailing list