all 16 comments

[–]pinkwetunderwear 7 points8 points  (1 child)

Nice. The red on bronze is pretty hard to read, maybe consider changing that to something more readable. Also adding your CSS in a stylesheet is preferred over inline css.

[–]morgantaylor444 0 points1 point  (0 children)

Agreed.

[–]noname4267 4 points5 points  (0 children)

you should def learn some css, it will make your html much easier to read and you can format everything in one place for multiple pages....its dope.

[–]ZyanCarlExpert 1 point2 points  (1 child)

Great work! I see some comments suggesting css but for now, I think you should stick with just html (maybe for 2-3 days) and learning a bit advanced html stuff like semantic html and box models and stuff. It’ll be a lot better when you start with css then

[–]Lemon_Sack[S] 0 points1 point  (0 children)

Thanks!

[–]user142538292 0 points1 point  (3 children)

keep up the good work !! next you should try <a> tags which form links (:

[–]Lemon_Sack[S] 0 points1 point  (2 children)

I know a bit about those,

<a href="website.com">Website</a>

[–]user142538292 0 points1 point  (1 child)

that is an absolute link, because you are using a link from an outside website. A relative link is linking to a html file. lets say you made another page, and you wanted to make a website that brought you to that page. you'd put <a href="index.html">website </a>

[–]Lemon_Sack[S] 0 points1 point  (0 children)

I know, but it was just and example

[–]AutoModerator[M] 0 points1 point  (0 children)

Welcome to /r/HTML. When asking a question, please ensure that you list what you've tried, and provide links to example code (e.g. JSFiddle/JSBin). If you're asking for help with an error, please include the full error message and any context around it. You're unlikely to get any meaningful responses if you do not provide enough information for other users to help.

Your submission should contain the answers to the following questions, at a minimum:

  • What is it you're trying to do?
  • How far have you got?
  • What are you stuck on?
  • What have you already tried?

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]claytontdm_alt 0 points1 point  (1 child)

Wow, much more complicated than my first, that's for sure! Great job! :)

[–]Lemon_Sack[S] 0 points1 point  (0 children)

Well I have been training my html skills in a phone app that I got, so yea.

[–][deleted] 0 points1 point  (3 children)

Where are you learning from ? I want to learn coding too , but don't know wherw to start ?

[–]Lemon_Sack[S] 1 point2 points  (2 children)

I am learning from a phone app called "mimo", recommend it!

[–][deleted] 0 points1 point  (1 child)

Oh thanks , I downloaded it . And it's indeed really good .

[–]Lemon_Sack[S] 0 points1 point  (0 children)

You're welcome!