Write HTML tags to create the web page given below. The colour used in the background is ‘Gray’. The font used for the text is ‘Ebrima’.
(Note:click on Question to enlarge)

Answers
Answered by
3
Answer:
<!DOCTYPE html>
<html>
<head>
<title>Test Page</title>
<style type="text/css">
body
{
background:gray;
font-family: "Ebrima";
}
</style>
</head>
<body>
<h1>test page</h1>
</body>
</html>
Answered by
1
Answer:
I'm not really sure but if you would like to Then I could go and check it on the internet and explain it to you
Similar questions
Math,
2 months ago
Social Sciences,
2 months ago
Math,
5 months ago
English,
5 months ago
Social Sciences,
10 months ago
English,
10 months ago
English,
10 months ago