Write a HTML program and display school name in the centre and print ‘my school is my pride' by using different< fonts>and tags
Answers
Answered by
0
Answer:
HTML Program to display school name in centre and print "my school is my pride" by using different <font> and tags.
<html>
<head>
<title>
My School is my pride
</title>
</head>
<body>
<font color: yellow
font: verdana >
<h1>my school is my pride</h1>
</font>
<font color: blue
font: arial>
<h2>my school is my pride</h2>
</font>
</body>
</html>
Explanation:
Similar questions