How To Create the Body of Your Homepage With HTML
In this tutorial, you will learn how to use HTML
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.
How To Add Your Educational History and Skills To Your Website Using CSS (Section 5)
In this tutorial, you will recreate the “Education” section and “Skills” section of the demonstration website using HTML tables and CSS classes. Feel free to switch out Sammy’s information with your own if you wish to personalize the size. The methods you learn here can be applied to other CSS/HTML website projects.
How To Declare Values For Multiple Properties In a CSS Rule
In this tutorial, you will learn how to declare values for multiple properties in a CSS rule so that you can modify selector properties like color, size, and font all at once.
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.”
How To Adjust the Content, Padding, Border, and Margins of an HTML Element With CSS
In this tutorial, you will learn about the *CSS Box Model*, a model used to refer to the content, padding, border, and margins of an HTML element. Understanding the CSS Box Model is helpful for adjusting the size of any of these parts of an HTML element and understanding how the size and position of elements is determined.
How To Deploy a Static Website to the Cloud with an app platform
This tutorial walks you through all the steps of deploying a static website to the cloud with an app platform, including how to get started with GitHub. If you don’t have a static site, you can use our sample site to learn how App Platform works.
How To Use Inline-level and Block-level Elements in HTML
This tutorial will teach you the difference between inline-level and block-level elements in HTML and how they affect a piece of content’s position on the page.
How To Build a Tiled Layout With CSS (Section 3)
In this tutorial, you will recreate the tiled layout of the “Projects” section of the demonstration website. You will also add the `hover` pseudo-class to these elements so that they change color when a user hovers over them.
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.