answersLogoWhite

0


Best Answer

The head tag includes everything you would you would usually put in the header of a website. ie name, company picture etc.

However the title tag is a tag you can place inside the head tag to say what the title of the website is going to be.

The main difference is the head tag can have multiple tags within in whereas the title tag is a tag that can go inside a head tag

User Avatar

Gail Baumbach

Lvl 10
2y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is Difference between title and heading in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Different heading levels of an HTML document?

<html> <head> <title> <body>


Can you centrally align the heading of the HTML document you created?

When you create an HTML document, you can include a heading on the page. Here is an example of how you can use HTML to center the heading: <center><h1>Page Heading</h1></center>.


What does h1 in HTML stand for?

Heading 1 For example, this would mean that HOME is the first heading in HTML. <html> <body> <h1> HOME </h1> </body> </html>


What is the difference between HTML head tag and body tag?

The <HEAD> tag is used to display the heading information like company name, page title etc in the web page The <BODY> tag is used to display the body of the web page - which contains all the contents you want to display


What does h2 stand for in HTML?

in HTML <h2> stands for heading 2


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

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


What is the difference between html and dhtml in hindi?

hello


How do you prepare an HTML?

The basic HTML base to a HTML website is <HTML> <title> </title> <head> </head> <body> </body> </HTML>


What is the HTML code for creating a level 4 heading that displays the text Heading 4?

<h4>Heading 4</h4>


What is the skeleton for an HTML based webpage?

<html> <head> <title></title> </head> <body> </body> </html>


What is the difference between DDR1 and DDR2?

http://dhivacpt.blogspot.com/2007/10/difference-between-ddr1-and-ddr2.html


The title tag belongs where in your HTML?

Anywhere in the HEAD section of the HTML document. The W3C specification says that the TITLE tag must be present for the document to be considered valid. It should be a child of the HEAD element, but the specific location therein doesn't make a difference.