#HTML/CSS

18 messages · Page 1 of 1 (latest)

fallen sparrow
#

Just completed The Daily Dribble Newsletter project , want someone to review it so that I can know whether I have followed best practices or not

amber gust
fallen sparrow
#

Just started couple of months ago...

torpid stump
#

The space is too big and the last html element looks bad

fallen sparrow
torpid stump
#

<p class="para2">
Read our <a href="https://example.com" target="_blank"><u>terms of service</u></a>.
</p>

amber gust
#

I'd also look into Semantic HTML tags, as well as Flexbox.

#

In addition, you don't need to specifically declare the display be block as that's default in most cases

fallen sparrow
#

Thanks for the feedback guys

mossy goblet
#

Don’t forget the alt attribute on your image; it can be empty string but it’s required to have the attribute

cyan phoenix
#

@mossy goblet @amber gust Hello there Everyone, i would just like to ask if anyone could give me any sort of feedback regarding my first project.

#

My issue is that when ever i go to a blank tab to pull up my work, it comes out like this :

#

Im also utilizing VS Code to do my work

mossy goblet