In the paragraph, link the word "Wikipedia" their website: https://www.wikipedia.org/
In the paragraph, link the word "about" to an HTML file named about.html
.
But what if the page to which you want the link to point is located inside a sub-directory? Change the existing link to point to about.html
inside a sub-directory named "pages".
Add an anchor link to the words "visual design" in the first paragraph. The link should jump the user down to the "Visual Design" h2 when clicked.
Hint: You will need to add something for the link to point to. Use the name visual-design
for that.
Create a link for the words "Email me" that points to the email address: fake@example.com
.