+ 1
Need Help! How To Improve This Page
Please someone help in improving n designing my web page..... May you add some ingredients to beautify it https://code.sololearn.com/W5KmZnCZHFC3/?ref=app
7 Answers
+ 2
margin:10px auto;
+ 1
You can use Bootstrap.
https://getbootstrap.com/
+ 1
Morty đŠđ· I have not completed that course!
+ 1
Oh, I see. Ok, let me help you by pointing out some errors that I saw in your code.
You cannot do <p><h1></p> </h1>. The last label to open must be the first to close. The correct thing would be <p><h1></h1> </p> or <h1><p></p> </h1>.
Also you cannot do <h1><strong><i> INSTAGRAM<i></i></strong> </h1>. There is a tag <i> left over.
Check all the code, there are other similar errors, such as closing tags without opening tag.
+ 1
Can you bring the log in button a bit central
+ 1
C.S bro not the form the log in button
0
It will come to center