title attribute in html
## DISPLAY TOOLTIP IF LINK IS HOVER
<a href="youtube link" title="My Youtube Channel">Youtube</a>
NOTE: CAN ALSO BE USED IN DIFFERENT HTML TAGS
title attribute in html
## DISPLAY TOOLTIP IF LINK IS HOVER
<a href="youtube link" title="My Youtube Channel">Youtube</a>
NOTE: CAN ALSO BE USED IN DIFFERENT HTML TAGS
Title attribute
/* title attribute */
/* you can use title attribute in: image, elements, or inputs etc. */
/* you can also use title attribute in a parent element then all of its childrens and grandChildren will inherit it. It called ancestor title attribute */
/* example below is a parent title attribute or ancestor */
<div title="CoolTip">
<p>Hovering here will show "CoolTip".</p>
<p title="">Hovering here will show nothing.</p> /* you can use title="" so that this children will be exempted from its parent with a title attribute */
</div>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us