answersLogoWhite

0

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

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

How do you write HTML codes and javascript events together in your HTML kit?

You need to write the HTML code in the tag format. If you want to write JavaScript put it in <script> tag.


Which tag tells the Web browser that the document file contains HTML?

The <html> tag at the top and the bottom tells the browsers. It is defined as <html> and </html> at bottom.


What are the components of a HTML file?

The HTML file contains various components. <HTML> tag is used for the beginning of the code. <HEAD> and <BODY> tags are for the content.


Does the external JavaScript file have to contain the script tag?

No, just the HTML file. If you include the tag, it will cause a syntax error. The best way to think of it is that the HTML file already has the tag in it, and the external JS file is inserted into the HTML file at that point, between the tags.


What should be the first line of your HTML file?

The first line of your HTML file should start with <!DOCTYPE HTML PUBLIC.... The first line of the actual HTML code begins with the <html> tag.


What is the function of i HTML tag?

<i> is for italics the HTML tag itself <html> is to let the browser know how to read the code and you save the file as .html or .htm. It simply reference the code that the web page is written in.


How do you write the code in the head section of a document to force the file to always appear within the inline frame of an HTML file?

You can wrap all the code in the frame tag. This will cause the head section to view in the frame.


What opening tag creates a link to an ftp server?

You use the <a> (anchor) tag the same as if you were linking to another html file. Here is an example: <a href="ftp://ftp.mysite.com/pub/file">Download File</a>.


What is the A HTML tag called?

The HTML tag is called the "anchor" tag.


How do you close meta tag remove?

Meta tag is the one that stores the meta-data about the HTML file. It contains the characteristics of the characters to be used.


What HTML tag is used to mark the top of the page?

The first tag you use when developing an HTML document is the tag. The first tag you use for the main content of your page is the tag. is the tag that marks the top of an HTML page. The minimum required first like is , which starts the definition of the page content.


How you can use jquery in HTML?

jQuery is like JavaScript, you can code inside your html file using the <script> tag. Or you can use an include tag and call an external sheet with your jQuery code.