Day 4 - Spicyeyeses/Site_1 GitHub Wiki
- Review and did a quiz on the things we learnt from the previous lessons
- Started to customize my website more detailedly
- Learnt about more css customizations like
float
, margins
- Learnt about how to import animated frames
- Learnt about
<iframe>
</iframe>
, a tag that allows you to important things from other websites.
- Learnt about how to use web components, available resources such as W3School
- Customized my own pages by making the 3 web pages different from each other.
- Alway remember to name your default page
index.html
- For a tag's class
<class="XXX">
, you will need to start the name with a dot in the css: .XXX{}
- Use
<div>
</div>
tags to divide content on your page which you can customize them separately.
⚠️ **GitHub.com Fallback** ⚠️