design the webpage class 10
Attachments:
Answers
Answered by
0
Answer:
<!DOCTYPE html>
<html>
<head>
<title>Access number by sites and browsers</title>
<style>
body {
background-color: black;
text-align: center;
color: white;
font-family: Arial, Helvetica, sans-serif;
}
</style>
</head>
<body>
<h1>Access Number by Sites and Browsers</h1>
<p>| | SITES ACCESSED. |</p>
<p>|BROWSER. |CANVAS|COLLEGE|OTHER|</p>
<p>|Chrome | 50%. | 70%. | 10% |</p>
<p>|Firefox. | 40% | 20% | 40% |</p>
<p>|All Others| 10%. | 10% | 50% |</p><p>|Created using fictious data. |</p><p> ©2018 Your name </p>
</body>
</html>
Explanation:
I am from class 6 you can do some changes in between to enhance its appearance
Similar questions