michellebranch / portfolio_site

coding portfolio
1 stars 0 forks source link

Mood Board page setting visual display text in the header of the file. #1

Open djchateau opened 2 days ago

djchateau commented 2 days ago

Issue

Mood Board page currently has emphasized text in the header tags instead of in a paragraph tag.

Expected Result

Visual elements that use tags <em>, should only be present inside <body> tag. If the intent is to title the page properly for its meta data, use <title></title> tags for the title of the page which can be inside <head> tags.

Use heading tags if you want to have a title-like display at the top of your page, but heading tags need to be in the <body> tags.