Skip to main content

HTML5 Semantics | Fresco Play | Hands On 1 | header

Question 

Question is given in the snip below :

.........................................................................................................................................

Answer:
Answer is given in the Snip below :





.............................................................................................................................

code is given below:

<!DOCTYPE html>

<html>

<head>

<link rel="icon" href="favicon.png" type="image/png">

<title>Destiny</title>

<link href="mystyle.css" rel="stylesheet" type="text/css">

</head>

<body>

<header>

<a>WELCOME TO MY PAGE</a>

</header>

</body>

</html>
.........................................................................................................................................




Comments