answersLogoWhite

0

No

HTML can be written in a simple text file and saved as .html.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What are the applications needed in HTML?

No external applications are needed in HTML. Running HTML needs a browser to see the changes.


Is html a replacement for xhtml?

No. HTML existed before XHTML. XHTML combines XML and HTML, so it is an advancement on HTML.


How do you create a static page in HTML?

A static page can be easily created in HTML page. It just needs the static tags defined in HTML.


How do you view your HTML coding in a website?

A html file can be opened by any browser direct from your computer. For it to be actually on the web it needs to be uploaded to a web server.A html file can be opened by any browser direct from your computer. For it to be actually on the web it needs to be uploaded to a web server.A html file can be opened by any browser direct from your computer. For it to be actually on the web it needs to be uploaded to a web server.A html file can be opened by any browser direct from your computer. For it to be actually on the web it needs to be uploaded to a web server.A html file can be opened by any browser direct from your computer. For it to be actually on the web it needs to be uploaded to a web server.A html file can be opened by any browser direct from your computer. For it to be actually on the web it needs to be uploaded to a web server.A html file can be opened by any browser direct from your computer. For it to be actually on the web it needs to be uploaded to a web server.A html file can be opened by any browser direct from your computer. For it to be actually on the web it needs to be uploaded to a web server.A html file can be opened by any browser direct from your computer. For it to be actually on the web it needs to be uploaded to a web server.A html file can be opened by any browser direct from your computer. For it to be actually on the web it needs to be uploaded to a web server.A html file can be opened by any browser direct from your computer. For it to be actually on the web it needs to be uploaded to a web server.


How do you install an HTML code in my website?

HTML code does not need to be installed. It needs to be written and run in a browser.


Why HTML needs CGI?

HTML has no ability to do any processing of data. To do so it needs to connect to other programming languages and data source. That is done through CGI.


What makes HTML do?

HTML is a markup language for web designing. It helps creating web pages according to our needs.


What is HTML template framework?

HTML can use templates which are already made. The users can just modify the templates according to their needs.


Where does one put PHP encoding type headers?

One will put PHP encoding type headers before instructions using HTML language. This is done in order to start the HTML sequence through the PHP header.


What is the language used for webpages before HTML?

FTP (File Transfer Protocol) and gopher protocols were used for web pages before html


Is HTTP an example of HTML code?

No. HTTP is HyperText Transfer Protocol, which is the protocol that web pages work on. HTML needs HTTP for it to work. HTTP is not code for a web page; it is not HTML.


What should be the last command in any HTML document?

The last command in any HTML document is a closing HTML tag. Just before it is the closing BODY tag. </BODY> <HTML>