Search This Blog

html5-header - Create a header using html5 semantic tag "header"

 Create a header using html5 semantic tag "header"


Answer: 

Steps: Install>>Run>>and then  Test


<!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>
 //write your code here
    <header>WELCOME TO MY PAGE</header>
</body>
</html>


Image: 








No comments:

Post a Comment

If you have any doubts, Please let us know.