Attributes of HTML
The title Attribute
The heading name of the page is title and coded in <title> </title>
Example
<html>
<head>
<title>Home page</title>
</head>
<body>
</body>
</html>
The href Attribute
To link the two pages use the href attribute in <a href=></a>
Example
<html>
<head>
<title>Home page</title>
</head>
<body>
<a href="jewellery.online.html">Home</a>
</body>
</html>
Size Attribute