My professor in an assignment wants us to list our education by colleges/highschools. He specifically states "Enclose the above <h3>
inside of an <a>
element with the fully qualified URL of the school’s main website as the href and set the target attribute to _blank. By enclose, I mean place the <a>
tag immediately before the <h3>
and the </a>
immediately after the </h3>
." I do exactly as stated and it does not work, and creates a "target ="_blank" text below two other <a>
elements in <nav>
. This line of code is written in <main>
.
I expected a <h3>
that is hyperlinked to my University homepage, that displays my University name on it.
` inside of ``, but FYI it's better to put `
– tdy Jan 27 '23 at 23:20` **outside** of ``: https://stackoverflow.com/a/62291557/13138364