This week the focus is on HTML and CSS. I’m assuming that you have had some experience before so it’s a refresher but we go fast.
Before Class:
- Accounts
- Create GitHub account. If you already have one, make sure you remember the login info.
- We will also work with CodePen this week. You should use your GitHub account to log in to Codepen.
In Class
- Join the Live Class Sessions
- Have your computer ready to follow along.
- Also have GitHub and CodePen accounts active.
Portfolios
In Thursday’s class, all of your groups chose Ruhsona’s portfolio as an example you liked. We are going to talk about this portfolio more in class and talk about what you might have in your portfolio.
Development Environment
We will discuss code editors, including online options and Visual Studio Code. See the Development Environment page.
HTML
We will look at this in class (you can watch the video on your own) in a more interactive way.
There are some other HTML resources we will use that you can see on the HTML page.
CSS
We will do a review of CSS in class. We will focus first on
- Selectors
- Layout (CSS Grid)
And as the course goes on we will add more and more aspects of CSS.
CSS Presentations
Some other things to do to refresh your CSS knowledge:
- Watch this video on CSS
- Don’t Fear Starting from Scratch: CSS [11:02]
- Note: you can just watch to help refresh concepts. This is part of a larger series of videos. If you want to try to follow along, great. Try using VS Code that you should have installed.
- Play the CSS Dinner Selector Game
- Take a screenshot of how far you make it. You don’t have to finish it.
- This really helps to explore and learn the CSS Selectors.
Optional Resources
These are optional resources related to what we are doing this week. You don’t have to do these before class, but you can look if you have time or feel you need to explore more.
- Ken Bellows’s Stop using so many divs! An intro to semantic HTML article.
- This explains when to use the most common sectioning elements (page structure).
- HTML Essential Training by Jen Simmons
- This is on LinkedIn Learning so you will need to be able to access that account to follow the link.
- MDN HTML Elements Reference
- This is a great reference to keep handy. MDN is for Mozilla Developers Network. Mozilla makes the Firefox browser and other things.
- MDN CSS Reference
- Lea Verou’s Introduction to Modern Web Technologies
- It’s long but interactive. It covers HTML, CSS and JS. Don’t go all through at once.
DO THIS