Select Font size = 5, Font Face - 'HomewardBound', and Font
Color - 'Red' for the text KIPS TEAM.
Answers
Answered by
3
Answer:
in html
<DOCTYPE html>
<html>
<head>
<title>#</title>
</head>
<body>
<div class="wasd">
<font size="5px" font face="HomewardBound">
<p>KIPS TEAM.</p>
</font>
</div>
<body>
</html>
Explanation:
Similar questions