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
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.
go to file menu--> select option "save as" --> then choose the file type "html document" name the file. and you are done
HTML stands for HyperText Mark-up Language. It is a method of 'writing' web-pages.
HTML- HyperTextMarkup Language..... HTML is used for creating web pages for example...
Cascading Style Sheets (CSS) determines how web pages are displayed. Hyper-Text Markup Language (HTML) determines the content of the pages.
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.
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.
Web pages use what is called HTML, or Hyper-Text Markup Language.
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.
HTML file is designed to improve website interface. It's in plain text for simplicity and enforce standardization.
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.
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.
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.
go to file menu--> select option "save as" --> then choose the file type "html document" name the file. and you are done
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.
You save it as a text file with either a .htm or a .html extension.
When you save a document as a web page, the document is save as an HTML document. Hypertext Markup Language (HTML) is the language that web pages are written in. This language tells the browser how text should be displayed, font styles and colors, where graphics should be placed, etc. Once the file is saved as a webpage, it can then be uploaded to a web server and read by a browser.