answersLogoWhite

0


Best Answer

tags are used to differentiate the text like headings, normal text

User Avatar

Wiki User

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

Wiki User

9y ago

The purpose of tag is to make the user understand the code. It makes developing a web page easier for people.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the purpose of the tag in HTML file?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


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.


Need of frame in HTML?

Frames are used to divide the HTML page into sections. The <frame> tag is used for that purpose.


The purpose of the b tag in HTML?

The tag is used to make bold text.Example: Hello World!Will result in: Hello World!


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.


What is the purpose of em in HTML?

It italicises text, so it does the exact same thing as the I tag does.


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.