Create a footer using html5 semantic tag "footer"
Steps to do hands-on:
- install the required packages by clicking the install button
- write the code
- 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.