You have now completed a fully working website. You have added a few webpages and created a fully working navigation system. All your pages have some meaningful and relevant content including pictures and text.
What’s Next?
This blog post will give you some ideas of add-ons you could add to your website to improve the look & feel of the site, add live content or add some interactivity to your webpages.
Check the video tutorial on how to use Google Fonts on your website: https://youtu.be/peR9V-f9OkI
You will need to add the following code in the <HEAD> section of your code:
<link href="http://fonts.googleapis.com/css?family=YOUR_CHOSEN_FONT" rel="stylesheet" type="text/css">
And then in HTML your code either use the
<FONT face="YOUR_CHOSEN_FONT">...</FONT>
Or in CSS:
BODY, H1, P {
font-family: YOUR_CHOSEN_FONT;
}
Check the video tutorial on how to embed a Google map: https://youtu.be/BsvieSBad5Q
Did you like this challenge?
Click on a star to rate it!
Average rating 4.8 / 5. Vote count: 11
No votes so far! Be the first to rate this post.






