Using my newly learned HTML skills, what do you think about this small site? ;) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
1st Nov 2019, 4:36 AM
Theodore206
Theodore206 - avatar
5 Answers
+ 2
The coding is great for a beginner and for newly learned skills. You should brush up on CSS because it'll become a hassle to update your HTML code when there's a ton of "bgcolors" or "fonts".
1st Nov 2019, 2:48 PM
Nicholas Jenkins
Nicholas Jenkins - avatar
+ 3
font-face should be inside the <head> tag; there should also be text-align inside the <style> tag, the visual part of the code should be in the <body> tag, follow the same code style, in your case these are tags of different case, watch for paired tags, some of them are not closed for you.
1st Nov 2019, 5:44 AM
Anna/Аня
Anna/Аня - avatar
+ 2
Try some online validation service to see any problems with your html. You can use for example "The W3C Markup Validation Service" -> "Validate by direct input". https://validator.w3.org/#validate_by_input You can quickly discover any problems with your code and learn from it.
1st Nov 2019, 6:25 AM
Michal Straka
Michal Straka - avatar
+ 1
It's a start in the right direction. You are missing a closing html tag though...
1st Nov 2019, 4:48 AM
Frenchtoast
Frenchtoast - avatar
+ 1
oh yeah about that. i was kinda getting frustrated with the automatic fill in when you write a tag but yeah sorry about that.
1st Nov 2019, 4:57 AM
Theodore206
Theodore206 - avatar