Share:
Notifications
Clear all

Earn While Learning Web3 Programming>> Start Here FREE!!!

[Solved] What Is HTML Title Element

2 Posts
2 Users
3 Reactions
332 Views
1
Topic starter

EXERCISE:

i. Watch the above lesson video and also read through the recommended resources. Then, answer following questions

ii. What Is HTML Title Element?

iii. How To Write "title" Element with title tag in HTML?

iv. Summarize in your own word in this forum below:
(NOTE: please, don't just copy paste from other students - instead answer in your own word base on your level of understanding the lesson and resources)

 

 

NOTE:

This Is An Exercise From Our FREE COURSE with CERTIFICATION:

 HTML For Web3 dApp Development Course

(If you have not enrolled yet, you can join the course totally for FREE).

 

2 Answers
1
Topic starter

What Is HTML Title Element ?

- HTML Title Element is placed inside HTML head element

- It contains the Title which is part of the Metadata of a webpage (title of the HTML webpage itself)

- How To Write "title" Element with title tag in HTML
<title> Your Title Here </title>

1

HTML TITLE ELEMENT

It defines the document's title that is shown in a browser's title bar or page's tab.

It contains the title which is part of the metadata of a webpage.

 

HOW TO WRITE HTML TITLE ELEMENT

<title><\title>

Share: