Computer Science, asked by chetankoravi1989, 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'.​

Answers

Answered by faseelaandru
6

<html>

<head>

<title> My webpage</title>

</head>

<body background="gray">

<p style="font-family: 'Ebrima', sans-serif"></p>

</body>

</html>

Similar questions