Basic Layouts

CSS Basic Layouts Samples Links

Reflection Statement

What I Knew

I knew that CSS was a Cascading Styling Sheet that helps to design and styles the overall web page. You must choose tags that you want to style and put them as a selector which means you must put properties and values between the brackets.

What I Learned

I learned that when using CSS, you can style your web page. You can also link your style.css in external, inline, and internal styles.

What I Still Want to Study

I still want to study more about the new properties and values that go into CSS.