In html, write the text" I am the student of st.xavier's Academy".Font size should be 10and colour font should be
maroon
Answers
Answered by
1
Answer:
<html>
<head>
<title>sample page</title>
</head>
<body>
<p style="color:#800000;font-size:10px;">I am the student of st.xavier's Academy</p>
</body>
</html>
Similar questions