Explore all newline lessons
lesson
Frameworks vs Libraries: Explanations and ExamplesYour First 30 Days of Web DevelopmentTo get in front of what might later become confusing, I want to stop and quickly talk about **Frameworks and Libraries**.
lesson
The Top 4 Programming Languages and their ApplicationsYour First 30 Days of Web DevelopmentNow that we have a sense of what the top Programming Languages are, we should investigate what these Programming Languages are used for.
lesson
How to Pick Which Programming Language You Should Learn FirstYour First 30 Days of Web DevelopmentHow do you know what Programming Language to learn? Do you need to learn more than one Programming Language, and if so in what order should you learn them?
lesson
Javascript Basics for Web DevelopersYour First 30 Days of Web DevelopmentHTML gives the web structure. CSS provides that structure with style. **JavaScript makes that structure _interactive_**.
lesson
CSS Units: What They are and How to Use ThemYour First 30 Days of Web DevelopmentToday we'll be focusing on the different CSS units, which indicate a size. We will use the DevTools to play with different variations.
lesson
Using CSS Selectors: Beginner-Friendly Exercises and ExamplesYour First 30 Days of Web DevelopmentTo get more comfortable with Selector Specificity, let's revisit our "css-practice.html" document.
lesson
Understanding CSS Specificity: Id, Class, and Tag SelectorsYour First 30 Days of Web DevelopmentWhat's easier to say, "toy boat β΅οΈ" or "selector specificity" three times fast? Try it out. I can say neither.
lesson
CSS Syntax Basics: Selectors, Properties, and ValuesYour First 30 Days of Web DevelopmentCSS syntax is relatively straightforward, and you may have even picked up on the syntax basics through some of the previous examples.
lesson
How to Link CSS to HTML: Inline style and StylesheetsYour First 30 Days of Web DevelopmentBut how do we get CSS onto a web page? There are three basic ways of adding CSS to a web page: Inline style, Internal and External stylesheets.
lesson
A Beginner's Guide to CSS with examples and exercisesYour First 30 Days of Web DevelopmentOur HTML is rather plain. Let's use CSS to give it some style π.
lesson
How to Structure an HTML Page with Tags and ElementsYour First 30 Days of Web DevelopmentTime to get our hands dirty. Let's write some HTML.
lesson
HTML Tags and Elements: Definitions, Examples, and RelationshipsYour First 30 Days of Web DevelopmentElements are made up of tags, tags are not made up of elements. Elements are the building blocks π of HTML.