answersLogoWhite

0

with a .html extension.....
If your have made a page using just notepad ect just save as normal but make sure it has the .html or .htm extension

for example

mywebpage.html

or

mywebpage.htm

if using proper webpage building software it will do it for you

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Can you tell language is used to create webpages along with text?

HTML is the standard language for creating web pages. You can include text in web page using HTML and CSS can be used to format the text. Here is an example of the simplest HTML: <html> <head></head> <body> Your text goes here... </body> </html> Put the above in a file and save it with an extension htm or html. Now you have a web page with the text you want.


Long form of HTML?

To code HTML, you'll need a text editor such as Notepad or Notepad++. You can write your HTML code in there and save the pages as "something.html". Make sure you have the ".html" extension. If you double click the file you have made, it will open up a web browser and you'll see what your HTML has done.


What is the language of web pages?

Web pages use what is called HTML, or Hyper-Text Markup Language.


How do you save a text file as HTML if the HTML file choice is not in Notepad?

When you go to save your file, type in your desired file name, then type ".html" on the end. This tells Notepad that you want to save your document as an HTML file.


Pages in HTML are writtin in plain text why is that and why is important?

HTML file is designed to improve website interface. It's in plain text for simplicity and enforce standardization.


What is HTML and what is it used for?

HTML is Hyper Text Markup Language. It is a standardized system for tagging text files to achieve font, color, graphs and hyperlink effects on www pages. It uses Markups to describe web pages.


What changes when you save a file HTML file?

Nothing. The HTML extension is just a convenient way of identifying an HTML file on your computer. The actual content of the file is plain text--the same kind of text you might save in Notepad or Vi.


How do you save a text file as HTML?

go to file menu--> select option "save as" --> then choose the file type "html document" name the file. and you are done


What does HTML stands for?

HTML stands for Hyper Text Markup Language. HTML is the "language" used to create web pages. The rules for HTML are the same for all users, so the pages created are viewable by anyone with access to the Internet.


Do HTML pages have to be created in some type of software application specifically designed for that purpose?

No, not really. You can even use a simple text pad or a notepad to create HTML pages. Using IDE's (Integrated Development Environments) for creating HTML pages actually quickens/simplifies the process of creating HTML pages but it is not a mandatory requirement.


How should you save a file to be viewed with a browser?

You save it as a text file with either a .htm or a .html extension.


Why do you use HTML?

HTML is used to create web pages. Site authors use HTML to format text as titles and headings, to arrange graphics on a webpage, to link to different pages within a website, and to link to different websites.