answersLogoWhite

0

Basically...All that is needed to create an HTML document are:

A computer with a text editor (like notepad or textedit)

A web browser to view the page you programmed

And a working knowledge of HTML!

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How are HTML documents and webpages related?

HTML is a language that is used to create web pages. A HTML document is a web page in effect. It is the browser that opens a HTML document and displays it as a web page.


How is the HTML document used for making a hyperlink?

Correct syntax for creating a hyperlink in HTML is <a href="the_file_name_link.html">This is a link</a>


What is a program used to create a document?

Any simple text editor can be used to create an HTML document. HTML documents are just simple text, so any basic editor will do the job. Notepad, Vim, or Emacs are all good examples of very simple programs used to create HTML documents. (I'm not sure of the Macintosh equivalent to these, but that would work just as well.)


What is a HTML validator used for?

An HTML validator is used to check the validity or syntactical correctness of a fragment code or document. It also technically refers to validation using DTDs by SGML tools.


What are the tools used in HTML?

The simplest tool is a basic text editor like Notepad. You can create HTML files using just that. You can get more sophisticated HTML editors and also specialised programs for web development, like Dreamweaver and Frontpage, that will help you create HTML.


Differentiate HTML tag from an HTML documents?

HTML tags are used to delimit HTML elements inside an HTML document.


What is document tag in HTML?

HTML does not have a DOCUMENT tag. The closest thing it has is DOCTYPE, which specifies which specification of HTML (there are several versions) is being used for that page.


What is a simple program used to create HTML documents?

Any simple text editor can be used to create an HTML document. HTML documents are just simple text, so any basic editor will do the job. Notepad, Vim, or Emacs are all good examples of very simple programs used to create HTML documents. (I'm not sure of the Macintosh equivalent to these, but that would work just as well.)


What are the uses of HTML document?

An HTML document could be used to run on Browser. It could be put on server to make the world see it.


Is HTML the code used to display a document on the web?

yes


How is DOM used in JavaScript?

DOM stands for document Object Model that is used to get, change, add or delete HTML elements.


Uses of HTML?

HTML is the language used to create web pages.