Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
CSS Syntax Basics: Selectors, Properties, and Values

lesson

CSS Syntax Basics: Selectors, Properties, and ValuesYour First 30 Days of Web Development

CSS syntax is relatively straightforward, and you may have even picked up on the syntax basics through some of the previous examples.

How to Link CSS to HTML: Inline style and Stylesheets

lesson

How to Link CSS to HTML: Inline style and StylesheetsYour First 30 Days of Web Development

But 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.

A Beginner's Guide to CSS with examples and exercises

lesson

A Beginner's Guide to CSS with examples and exercisesYour First 30 Days of Web Development

Our HTML is rather plain. Let's use CSS to give it some style 😎.

HTML Tags and Elements: Definitions, Examples, and Relationships

lesson

HTML Tags and Elements: Definitions, Examples, and RelationshipsYour First 30 Days of Web Development

Elements are made up of tags, tags are not made up of elements. Elements are the building blocks 🏗 of HTML.

What is HTML? An Introduction to Web Development

lesson

What is HTML? An Introduction to Web DevelopmentYour First 30 Days of Web Development

HTML is the foundational language of all content on the web. Let's get familiar with it.

Setting Up and Tooling A Web Development Text Editor

lesson

Setting Up and Tooling A Web Development Text EditorYour First 30 Days of Web Development

Today, you will meet your soon to be best friend: the text editor. A text editor is a fancy tool that developers use to write code.

GUIs, Shells, and Kernels: Definitions, Examples, and Relationships

lesson

GUIs, Shells, and Kernels: Definitions, Examples, and RelationshipsYour First 30 Days of Web Development

GUIs and Shells are two important terms we are going to explore. Understanding how they relate to our Operating System will clarify potential points of confusion later on.

Web Development Basics: What Do Operating Systems Do?

lesson

Web Development Basics: What Do Operating Systems Do?Your First 30 Days of Web Development

Whether you're a Windows or Mac user, you can participate in all the exercises. But, let's make sure we understand why an Operating System is important for our work as future Web Developers.

How to Open and Understand Developer Tools

lesson

How to Open and Understand Developer ToolsYour First 30 Days of Web Development

Before we can begin, we need to get familiar with some essential tools. The first of which is the DevTools.

How to Become a Web Developer

lesson

How to Become a Web DeveloperYour First 30 Days of Web Development

I want to stress - because I was unsure when I first started my journey - you can learn how to become a Web Developer and find a job in the field on your own.

How to Add Vue Router to an Application

lesson

How to Add Vue Router to an Application30 Days of Vue

With our application scaffold established in the last article, let's use Vue's official client-side routing library, **Vue Router**, to enable routing in our application.