954,604 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

HTML document

How do you create create a HTML document?

american212001
Newbie Poster
22 posts since Oct 2004
Reputation Points: 10
Solved Threads: 0
 

You use a html editor.
Personally I use html-kit from www.chami.com , but if you want a wysiwyg interface (if you can't be bothered or just don't have time to learn html) then you can use Dreamweaver, Frontpage etc.
I'd reccomend you learn html from www.w3schools.com .

DaveSW
Master Poster
769 posts since Jul 2004
Reputation Points: 54
Solved Threads: 20
 

create a new text document.
open it, and at the top put:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

save and close it.
rename it to something.html
Now its a html document. So fill it with html :)

ReDuX
Junior Poster
127 posts since Sep 2004
Reputation Points: 12
Solved Threads: 5
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You