title
HTML title Element
The HTML <title> element is used to relate the title of the web document and gets placed inside of the <head> element. Search engines use the title in listings, and browser software uses the title for tabs and labels.
HTML CODE EXAMPLE
<!DOCTYPE html>
<html>
<head>
<title>My Web Page</title>
</head>
<body>
</body>
</html>
Related Posts :
object
object
HTML object Element
The HTML <object> element is used to add an external resource … Read More...
output
output
HTML output Element
NOTE: This new element is HTML5 and will be a standardized element i… Read More...
ol
ol
HTML ol Element
The HTML <ol> ordered list element is used to render numbered lists us… Read More...
option
option
HTML option Element
The HTML <option> option element is used to define the options… Read More...
optgroup
optgroup
HTML optgroup Element
The HTML <optgroup> options group element is used to group… Read More...
0 Response to "title"
Post a Comment