Q49.webp
Asta_boy1

Q49.webp

Kizspy Question: 49
(Choose 1 answer)
Which is the best/proper way to declare a section that has an h2 heading and three progress elements?
A. <section>
<h2>Achievements</h2>
<p>Progress in this course (100%)<progress value="1"></progress
><br/>
Progress in the Specialization capstone (20%) <progress value
="20" max="100"></progress><br/>
Progress in life goals (70%) <progress value="70" max="100"
></progress></p>
</section>
B. <section>
Achievements
<p>Progress in this course (100%)<progress>100%</progress><br/>
Progress in the Specialization capstone (20%) <progress>20%
</progress><br/>
Progress in life goals (70%) <progress>70%</progress></p>
</section>
C. <section>
<h2>Achievements</h2>
<p>Progress in this course (100%) <progress value="1"></progress>
Progress in the Specialization capstone (20%) <progress value
="20" max="100"></progress>
Progress in life goals (70%) <progress value="70" max="100"
></progress></p>
</section>
D. <section>
<h2>Achievements</h2>
<p>Progress in this course (100%) <progress>100%</progress><br/>
Progress in the Specialization capstone (20%) <progress>20%
</progress><br/>
Progress in life goals (70%) <progress>70%</progress></p>
</section>

Thông tin

Category
WED201c
Thêm bởi
Asta_boy1
Ngày thêm
Lượt xem
2,082
Lượt bình luận
11
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom