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
6
<html>
<head>
<title> My webpage</title>
</head>
<body background="gray">
<p style="font-family: 'Ebrima', sans-serif"></p>
</body>
</html>
Similar questions