You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good job with your code! I really like the use of indentation and whitespace in your html and css code! Makes your code very easy to read! Your clean is very concise. Great start to the Ready program!
I included a few notes in both the html can css files for you to think more critically about. First, make sure to keep your html and css code separate. Right now you are combining them and rewriting a lot of code. Second, try to save your images locally instead of adding a link. Saving images adds to the stability of your website because your website is not reliant on the link to be valid all the time. Also, make sure to use the html & sign instead of just &, which is &. This is just a convention. Finally, your lines are a bit long right now. Try splitting this into new lines so it's easier to read on one screen without scrolling. Convention is usually ~79-100 characters per line.
The text was updated successfully, but these errors were encountered:
Thank you for the tips!! For clarification's sake, any spaces or returns I add into the code won't make a difference in the end result as long as the correct HTML tags are attached? Also, what did you mean by the html & sign?
Summary Grade: Satisfactory
Good job with your code! I really like the use of indentation and whitespace in your html and css code! Makes your code very easy to read! Your clean is very concise. Great start to the Ready program!
I included a few notes in both the html can css files for you to think more critically about. First, make sure to keep your html and css code separate. Right now you are combining them and rewriting a lot of code. Second, try to save your images locally instead of adding a link. Saving images adds to the stability of your website because your website is not reliant on the link to be valid all the time. Also, make sure to use the html & sign instead of just &, which is
&.
This is just a convention. Finally, your lines are a bit long right now. Try splitting this into new lines so it's easier to read on one screen without scrolling. Convention is usually ~79-100 characters per line.The text was updated successfully, but these errors were encountered: