Computer Science, asked by ddivyapratap, 7 months ago

Select Font size = 5, Font Face - 'HomewardBound', and Font
Color - 'Red' for the text KIPS TEAM.​

Answers

Answered by Ammarkhan945
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