PDA

View Full Version : HTML Page



Rockstar
14-12-2007, 07:58 PM
What's the start of the code again like < ! DOCTYPE then html blah

I cba downloading Dreamweaver and want the start of the HTML tags and stuff

Moved by nvrspk4 (Assistant General Manager) from Designing and Development. Please post in the correct forum.

Florx
14-12-2007, 08:01 PM
http://jake-hall.co.uk/images/googleitnoob.gif - Next time.


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>

</head>
<body>

</body>
</html>

Frog!
14-12-2007, 08:02 PM
Have you heard of google?
http://www.w3.org/TR/2001/WD-xhtml1-20011004/
http://www.ssi-developer.net/xhtml/xhtml-dtd.shtml
http://www.htmlite.com/XH005.php
http://www.w3.org/QA/2002/04/valid-dtd-list.html

The 1st 4 links. >_>.

--ss--
14-12-2007, 08:04 PM
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

For XHTML transitional (The one you're most likely to use)

Want to hide these adverts? Register an account for free!