anitaalam / MDIA-4590-Assignment-2

0 stars 0 forks source link

6. All 'a tags' must have title attribute #4

Open anitaalam opened 2 years ago

anitaalam commented 2 years ago

Description: There are a lot of missing title attribute in the project.php, footer.php, banner.php files. Also all the title attribute needs to be improved in the header.php file.

Steps to Reproduce:

  1. go to https:// anitalam.ca
  2. on the homepage, find any link and hover over any button or link
  3. a little textbox blurb is supposed to pop up but there isn't

Expected Results: There should be a little textbox that shows a small blurb of what the link goes to or what the button does. Image

Actual Results: Because there is no title attribute, when the mouse is hovered over the link/button, a textbox blurb doesn't show up. Image

anitaalam commented 2 years ago

Fix #26