write an HTML program using the instructions given below:
Attachments:
Answers
Answered by
9
I wrote the code and it is absolutely working as you want. Please, let me know how you think about this code in the comment section?
<!DOCTYPE html><html> <head> <title>Aditi's Request</title> </head> <body>
<p><font size= "5" face = "Comic Sans" color = "Blue"><i>First Paragraph</i></font></p>
<p align = "Center"><font size= "5" face = "Comic Sans" color = "Blue">Second Paragraph</font></p>
</body></html>
<!DOCTYPE html><html> <head> <title>Aditi's Request</title> </head> <body>
<p><font size= "5" face = "Comic Sans" color = "Blue"><i>First Paragraph</i></font></p>
<p align = "Center"><font size= "5" face = "Comic Sans" color = "Blue">Second Paragraph</font></p>
</body></html>
surajithere:
Why don't you mark it as Brainliest?
Similar questions