Honestly it took me 5-6hrs to complete this but I finished it anyway😊
Anosha Ahmed
@anoshaahmedAll comments
- @therealmaduanusiSubmitted almost 3 years ago
- @jacksmith77Submitted almost 3 years ago
Is there a better, more up to date way to write this code? For the HTML and CSS.
@anoshaahmedPosted almost 3 years agoAim to use semantic tags when writing html. I would change
div class="card"
tomain class="card"
. I'll also wrap the image in anh1
. I see that you wrote two separate codes for the two screen sizes. Instead of that, I would recommend that you write the mobile code as your base code, then make a media query for the bigger size. For example, you can give a max-width to something, and then in the media query for the bigger size, you would just increase the max-width. That way you're building a responsive design but also doing less workyou did great though. that's ^ just a way for u to upgrade ur behind-the-scene skills
0 - @ahmed9aksSubmitted almost 3 years ago@anoshaahmedPosted almost 3 years ago
hey good job on this challenge! your report above shows a few issues though:
-
you should have at least one
<h1>
in your webpage -
add
alt=""
to your<img>
tags
here is a list i made of accessibility issues & best practices
hope this helps :))
Marked as helpful0 -
- @adilido99Submitted almost 3 years ago
all feedbacks are welcome !
@anoshaahmedPosted almost 3 years agohey good job on this challenge! you should have at least one
<h1>
in your webpagehere is a list i made of accessibility issues & best practices
hope this helps :))
Marked as helpful1 - @smmosesSubmitted almost 3 years ago@anoshaahmedPosted almost 3 years ago
hey good job on this challenge! your report above shows a few issues though:
-
wrap everything in your body in
<main>
OR use semantic tags! if you're usingdiv
right afterbody
, then give them arole=""
; however, it's a little frowned upon to userole
right after body, so try to stick with semantic tags instead. you can read more about landmarks here -
add
alt=""
to your<img>
tags
here is a list i made of accessibility issues & best practices
hope this helps :))
Marked as helpful1 -
- @Marvyn21Submitted almost 3 years ago@anoshaahmedPosted almost 3 years ago
hey good job on this challenge! wrap everything in your body in
<main>
OR use semantic tags! if you're usingdiv
right afterbody
, then give them arole=""
; however, it's a little frowned upon to userole
right after body, so try to stick with semantic tags instead. you can read more about landmarks herehere is a list i made of accessibility issues & best practices
hope this helps :))
Marked as helpful0 - @abdoachhoubiSubmitted almost 3 years ago@anoshaahmedPosted almost 3 years ago
hey good job on this challenge! your report above shows a few issues though:
- wrap everything in your body in
<main>
OR use semantic tags! if you're usingdiv
right afterbody
, then give them arole=""
; however, it's a little frowned upon to userole
right after body, so try to stick with semantic tags instead. you can read more about landmarks here - start headings with
<h1>
, and move up by one level each time - add language to html like so:
<html lang="en">
here is a list i made of accessibility issues & best practices
hope this helps :))
Marked as helpful1 - wrap everything in your body in
- @RTX3070Submitted almost 3 years ago
Feedbacks are welcome! : )
@anoshaahmedPosted almost 3 years agohey good job on this challenge! your report above shows a few issues though:
-
wrap everything in your body in
<main>
OR use semantic tags! if you're usingdiv
right afterbody
, then give them arole=""
; however, it's a little frowned upon to userole
right after body, so try to stick with semantic tags instead. you can read more about landmarks here -
<section>
and<article>
usually need a heading; if you don't need a heading, use some other element such as<div>
-
use classes instead of id's, if you're going to use the same one more than once
here is a list i made of accessibility issues & best practices
hope this helps :))
Marked as helpful1 -
- @s0h1s2Submitted almost 3 years ago@anoshaahmedPosted almost 3 years ago
hey good job on this challenge! your report above shows a few issues though:
- wrap everything in your body in
<main>
OR use semantic tags! if you're usingdiv
right afterbody
, then give them arole=""
; however, it's a little frowned upon to userole
right after body, so try to stick with semantic tags instead. you can read more about landmarks here - you should have at least one
<h1>
in your webpage
here is a list i made of accessibility issues & best practices
hope this helps :))
Marked as helpful0 - wrap everything in your body in
- @lucioew28Submitted almost 3 years ago
What can i do better.
@anoshaahmedPosted almost 3 years agohey good job on this challenge! your report above shows a few issues though:
- wrap everything in your body in
<main>
OR use semantic tags! if you're usingdiv
right afterbody
, then give them arole=""
; however, it's a little frowned upon to userole
right after body, so try to stick with semantic tags instead. you can read more about landmarks here - you should have at least one
<h1>
in your webpage <section>
and<article>
usually need a heading; if you don't need a heading, use some other element such as<div>
here is a list i made of accessibility issues & best practices
hope this helps :))
0 - wrap everything in your body in
- @yasser1995hasanSubmitted almost 3 years ago@anoshaahmedPosted almost 3 years ago
hey good job on this challenge! your report above shows a few issues though:
- wrap everything in your body in
<main>
OR use semantic tags! if you're usingdiv
right afterbody
, then give them arole=""
; however, it's a little frowned upon to userole
right after body, so try to stick with semantic tags instead. you can read more about landmarks here - add
alt=""
to your<img>
tags - if you're using an
img
as theh1
, then theimg
must have analt
attribute
here is a list i made of accessibility issues & best practices
hope this helps :))
0 - wrap everything in your body in
- @AdelaSchSubmitted almost 3 years ago
Hi all, I'm a beginner and would appreciate your feedback as I feel like I'm overcomplicating things :)
@anoshaahmedPosted almost 3 years agohey good job on this challenge! your report above shows a few issues though:
-
wrap everything in your body in
<main>
OR use semantic tags! if you're usingdiv
right afterbody
, then give them arole=""
; however, it's a little frowned upon to userole
right after body, so try to stick with semantic tags instead. you can read more about landmarks here -
add
alt=""
to your<img>
tags
here is a list i made of accessibility issues & best practices
hope this helps :))
Marked as helpful0 -