Need Help! How To Improve This Page | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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

24th Jul 2020, 4:26 PM
Ayush Pandey
Ayush Pandey - avatar
7 ответов
+ 2
margin:10px auto;
26th Jul 2020, 6:09 AM
KRMinati
KRMinati - avatar
+ 1
You can use Bootstrap. https://getbootstrap.com/
25th Jul 2020, 5:14 PM
Javier Ballesteros
Javier Ballesteros - avatar
+ 1
Morty 🇦🇷 I have not completed that course!
26th Jul 2020, 1:51 AM
Ayush Pandey
Ayush Pandey - avatar
+ 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.
26th Jul 2020, 3:17 AM
Javier Ballesteros
Javier Ballesteros - avatar
+ 1
Can you bring the log in button a bit central
26th Jul 2020, 3:27 AM
Ayush Pandey
Ayush Pandey - avatar
+ 1
C.S bro not the form the log in button
26th Jul 2020, 12:07 PM
Ayush Pandey
Ayush Pandey - avatar
0
It will come to center
26th Jul 2020, 6:09 AM
KRMinati
KRMinati - avatar