Adding a title in web designing:-

  • Html title is define using html <title> tag.
  • Title is shown in browser title bar or browser tab.


     

Adding a title in web designing:- (codding)

<!DOCTYPE html>
<html>
<head>
<title>Free code downlode</title>  <!-- title Free code downlode -->
</head>
<body>

<h1>Well Come To Free Code Downlode</h1>

</body>
</html>

Adding a title in web designing:- (output)







Code Downlode