Posted by Beauregard T. Shagnasty on 06/29/07 11:58
Matija wrote:
> On Thu, 28 Jun 2007 23:41:33 GMT, M wrote:
>
>> "Matija" <mgavrno@gmail.com> wrote:
>>> I'd like a recommendation for a good tutorial or book that teaches
>>> standard HTML. Thank you.
>>
>> I liked this one. The author(s)tarts from absolute basics and builds
>> from there. Everything presented in nice, easy-to-digest chunks.
>> http://www.htmldog.com/
>
> That one seems to be teaching XHTML?
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Simply substitute the HTML 4.01 Strict doctype and don't use those
trailing slashes ( /> ) on closing elements. There isn't much else that
is different. Otherwise, htmldog is a quite good tutorial.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
> I'm not sreally sure what to learn, HTML or XHTML. I want my page to
> be viewable in as many browsers as possible.
HTML 4.01 Strict
--
-bts
-Motorcycles defy gravity; cars just suck
[Back to original message]
|