HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

title Attribute

title Attribute

 

 

The title attribute is used to define a piece of extra information about an element. The information is shown as a tooltip text when the mouse moves over the element. It can be used on any HTML element.

 

Attribute Explanation:-

 

Value Description
text A tooltip text for an element

 

Syntax:-

 

Its syntax is:- < element title="text" >

Code Explanation

All Tutorials related to HTML Global Attributes

All Sections related to HTML