Write a html program to design the following webpage by following
the instructions mentioned below:
1. Line Width : 50%, height : 30px, background color:lime
2. Paragraph: justify
Attachments:
Answers
Answered by
0
Answer:
<html>
<head> Write your presentation name here</head>
<hr width="50%" size="30" color="green">
<title> Write your heading here</title>
<body bgcolor="lime">
<p align="justify">
WRITE YOUR CONTENT HERE.
</p> </body> </html>
HOPE THIS WILL HELP YOU.☺️
Similar questions