answersLogoWhite

0

What does HTML page mean?

User Avatar

Anonymous

15y ago
Updated: 8/17/2019

A HTML page is a web page that is created using Hyper Text Markup Language and is saved with a .html extension

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What do you mean by HTML header?

HTML header is placed on the top of a HTML page. It is wrapped inside the <head> element.


How do you submit an HTML?

I don't understand exactly what you mean by that but if you simply save a file with the extension .HTML it will be a HTML file that you can publish online. for eg <HTML> <body> This is my HTML page </body> </HTML> will simply show "This is my HTML page" on your web browser hope i helped


What does edit HTML mean?

It means to change the HTML. Webpages are created using HTML. To change the page, you need to edit the HTML. So people open the source code of the HTML and change it and then upload the new version of the page.


How can you get the HTML code from a HTML document?

If you mean HTML website, just check the page source. If you mean a '.html' document, Right click and select Open With and select any text editor.


What do you mean by header?

HTML header is placed on the top of a HTML page. It is wrapped inside the <head> element.


What do you mean by the HTML of a page should be W3C compliant?

W3C is the World Wide Web Consortium. It sets standards for the internet, including HTML. If a HTML page follows those standards then it is W3C compliant.


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.


What is the difference between an HTML page and a dhtml page?

DHTML combines HTML, JavaScript, the HTML DOM, and CSS.


What does doctype HTML public mean?

In HTML, the <!DOC TYPE> means the type of HTML coding you are using. There are many different versions of HTML. This part of the code tells the web-browser how to format the page.


Is it compulsory to write HTML tag in HTML file?

Yes. It tells the browser that it is a html page. A page should start and finish with a pair of html tags.


What is the function of the HTML in wed page?

The function of HTML is to create a layout in Web page. It constructs the design of the page smoothly.


What is behind a webpage?

Behind the Web Page is the HTML. The HTML is a language for the browser to read, and instructs the browser in how to display the page. If you want to see the HTML, right click on the page. A box will open, then select view source. A window will then open with the HTML for that page.