My first challenge - Build a Tribute Page

Hi everyone,

I would like to hear from you what do you think about my first project?

Can you please share with me your thoughts ?

Thanks in advance,

Revital

Hi @RevitalDoukhan,

  • Do not use lower levels to decrease heading font size:
<h1 class="text-primary well-lg">Whitney Huston</h1>
 <h5 class="text-muted 	">August 9, 1963 – February 11, 2012
 </h5>

MDN documentation:
<h1>–<h6>: The HTML Section Heading elements - HTML: HyperText Markup Language | MDN

**Do not use lower levels to decrease heading font size: use the CSS font-size property instead.**Avoid skipping heading levels: always start from <h1>, next use <h2> and so on.

HTML Standard

h2–h6 elements must not be used to markup subheadings, subtitles, alternative titles and taglines unless intended to be the heading for a new section or subsection. Instead use the markup patterns in the §4.13 Common idioms without dedicated elements section of the specification.

Common Idioms
HTML Standard

Cheers and happy coding :slight_smile:

1 Like

Thank you so very much for reviewing my code and sharing your knowledge. I really appreciate it.:slight_smile:

you’re welcome :smile: .

Cheers and happy coding :slight_smile:

According to your advice I changed the code. hope know it’s better :slight_smile:

1 Like