write complete HTML for start your coding from HTML tag
Check title and background colour, font style and other
Attachments:
Answers
Answered by
4
Answer:
<!DOCTYPE html>
<html>
<body>
<h2>my school name is Oxford model sen.sec school</h2>
<i>I m in class x</i>
I like<u>computer</u>
<body style="background-color:pink;">
</body>
</html>
Explanation:
Hope it helps you
Similar questions