answersLogoWhite

0

What is a HTML document?

Updated: 8/11/2023
User Avatar

Wiki User

15y ago

Best Answer

An HTML (Hyper Text Markup Language) document is basically a web page. It can be opened in either a text editor or a web browser. In a text editor, the HTML code can be edited to make the web page look ore behave a certain way, in web browser the document appears as it would to people viewing as a web page on the internet.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

A HTML file is any file that has a name ending with a ".HTML"

It refers to files that contain contents using the Hyper Text Markup Language. It would contain text that can be read and displayed by a browser (like IE, Mozilla)

The text would contain a lot of HTML tags that are enclosed in the <> symbols.

Ex: <Head>, <Title>, <HTML>, <Body> etc.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

Is a document created in Hypertext Markup Language that is the language used in the internet files.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

An individual HTML document is normally called a "webpage" or just "page" if the context makes it clear.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a HTML document?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the elements of an HTML document?

The elements of an HTML document are:HEADTITLEBODY


How do you open HTML document?

click on html link


Where can one download a blank HTML document for free?

You can download a blank HTML document for free online from the W3Schools website. Once on the page, click on "HTML" in the left navigation menu and then copy and paste the code from the box into a text document and name it with the .html file extension to save the blank HTML document.


What does mean HTML documents?

HTML stands for Hyper Text Markup Language. An HTML document contains HTML code that shows a Web browser how to display the document content.


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 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. &lt;/BODY&gt; &lt;HTML&gt;


Written remarks in your HTML or CSS document which will not be displayed in the browser?

Comments are not displayed by the browser, but they can help document your HTML source code.


Differentiate HTML tag from an HTML documents?

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


What is the head tag in HTML document?

The &lt;head&gt; at the beginning of an HTML document comes between &lt;html&gt; and &lt;body&gt;. It is a container that includes information that relates to the entire document. You can include the following tags in the &lt;head&gt; tag: &lt;title&gt; (required in an HTML document), &lt;style&gt;, &lt;base&gt;, &lt;link&gt;, &lt;meta&gt;, &lt;script&gt;, and &lt;noscript&gt;.


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.


How do you upload an image to a HTML document?

To put an image in an HTML document, first upload the image to a web server somewhere. Then, copy the URL of the document. Finally, place the following code into the HTML document: &lt;image src="PASTE URL HERE" /&gt;


Marks the beginning and end of the body of an HTML document?

document&nbsp; and