Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html title attribute

/*Title popup*/

<body>
  <p title="Popup here">hover me!</p>
</body>

/*Tab title*/

<head>
  <title>This is the tab title</title>
</head>
 
PREVIOUS NEXT
Tagged: #html #title #attribute
ADD COMMENT
Topic
Name
9+9 =