Spin Up

How To Create the Body of Your Homepage With HTML — step-by-step DevOps tutorial on Progressive Robot

How To Create the Body of Your Homepage With HTML

In this tutorial, you will learn how to use HTML

elements and style properties to arrange and style text and image content on a webpage. We’ll walk through the steps of recreating the middle section of our demonstration website, but you can use these skills to arrange content in any way you choose.

Read more
How To Create Pseudo-classes With CSS — step-by-step DevOps tutorial on Progressive Robot

How To Create Pseudo-classes With CSS

In this tutorial, you will learn about how and why to use CSS pseudo-classes. You can use pseudo-classes to change the style of an element based on user activity, such as hovering over an element with their cursor or visiting a link.

Read more
How To Use HTML Attributes — step-by-step DevOps tutorial on Progressive Robot

How To Use HTML Attributes

In this tutorial, we’ll learn how to use HTML attributes to set values for the size and color properties of HTML text elements. It is part of the broader tutorial series “How To Build a Website With HTML.”

Read more
How To Nest HTML Elements — step-by-step DevOps tutorial on Progressive Robot

How To Nest HTML Elements

This tutorial will teach you how to nest HTML elements in order to apply multiple HTML tags to a single piece of content. You will also learn best practices for nesting HTML elements.

Read more
CHAT