+ 2
Using my newly learned HTML skills, what do you think about this small site? ;)
https://code.sololearn.com/WgHgOEM82emt/?ref=app https://code.sololearn.com/WgHgOEM82emt/?ref=app
5 Respuestas
+ 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".
+ 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.
+ 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.
+ 1
It's a start in the right direction. You are missing a closing html tag though...
+ 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.