Day 3 - Spicyeyeses/Site_1 GitHub Wiki
- Review the last lessons and did a quiz
- Learnt about external css
- Learnt about creating a navigation bar
- Learnt about creating multiple pages and linking them using
<a href="">
</a>
and the <link>
tags.
- Created my own navigation bar and added more web pages to my personal website
-
<img src="">
- The tag which would include an image
-
<a href="">
</a>
- The tag which would create a hyperlink for a text
-
<div>
</div>
- The tag which would create a certain division on the page
-
<style>
</style>
- The tag which would allow you to use internal css
- Make sure to put this in your head
<link rel="stylesheet" type="text/css" href="style.css">
if you are using external css
⚠️ **GitHub.com Fallback** ⚠️