Computer Science, asked by vyaspratyush01, 5 months ago

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 sinhaamit95
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 TOXICGHOST
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