Knowledge Walls
John Peter
Pune, Maharashtra, India
What is HTML Title and TagLine means in Computer software engineer articles of One day One Thing to Know
2770 Views
Title and TagLine 
Title - is the title of the company
TagLine - is the subtitle of the company

Example
Infosys [Title]
Building Tommorow's Enterprise [Subtitle/Tagline]
HTMLExample
<!DOCTYPE html>
<html>
    <head>
        <title>HTML page title and tag title example html</title>
    </head>
    <body>
        <div>
   <h1>Infosys</h1>
   <p>Building Tommorow's Enterprise</p>
  </div>
    </body>
</html>
Hints 
h1 header tags are mainly used to specify the title of the page.
p paragraph tag is used to specify the subtitle or tagline of the company.

Above example is created by HTML5 version.
Next Topics
Next lessons of current book.
Best Lessons of "One day One Thing to Know"
Top lessons which are viewed more times.
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details