I have a Question I. posted an Web code name draft html I'm sure it has some problems any help with it would be appreciated | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I have a Question I. posted an Web code name draft html I'm sure it has some problems any help with it would be appreciated

The email section is in my opinion is subpar and I believe there are other errors in my code please help I'm sure someone knows more than I do !

21st Dec 2016, 9:07 PM
Ronald Keith
3 Answers
+ 2
It appears to have lines shuffled and mixed ^^ Do you have type it in the code playground or maybe copy-paste from external ? Try to reorganise it correctly before debugging ;)
21st Dec 2016, 9:25 PM
visph
visph - avatar
+ 2
Well, I try to reorder, but your code is very disgusting, really Oo... So, I can't rewrite the form section for you, because your version isn't enough interpretable. For the rest of the html, watch out your tags, be sure to correctly open, close and include parameters, because you've got a lot of mistakes like tag not closed, bad syntaxe, and so on... You'll be advised to indent cleany your code for better notice all this errors ;) For the form, restart learning how they operate, because visibly, you don't well understand for the moment :P
21st Dec 2016, 9:50 PM
visph
visph - avatar
0
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <html style="background-color:#87CEFA"style> <div style = "background-color: light sky blue;"> </div></style> <div id ="heading"> <p class = "heading"> Ronald Keith 1 st' website </p></div> <class ="paragraph">Welcome to all ! If you are reading this just know this if it were not for Sololearn you would not be ! </p></div></class> <h2>Links</h2> <a href ="http://www.sololearn.com">:This is an great place to get started on your way to codeing !</a> </h2> <hr> <a href ="http://www.sololearn.com/Blog">: Learn to code on line for free ! </a> </h2> <h1> <hr> <p class = Collaborate> Feel free to follow me on Sololearn or Sign up to Collaborate via email ! </p> </h1> <input id ="email" place holder> "rkeith474@gmail.com" "Submit" </input> </body> </html>
22nd Dec 2016, 8:30 PM
Ronald Keith