Search This Blog

html5-footer in fresco play HackerRank handson -- Create a footer using html5 semantic tag "footer"

 Create a footer using html5 semantic tag "footer"


Steps to do hands-on:

  1. install the required packages by clicking the install button
  2. write the code
  3. run the application and test it

Answer:

<!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>
  <footer><p>Copyright @TCS 2016</p></footer>
</body>
</html>







No comments:

Post a Comment

If you have any doubts, Please let us know.