How To Create the Body of Your Homepage With HTML
In this tutorial, you will learn how to use HTML
How To Add a Resume or Employment History Section To Your Website With CSS (Section 4)
In this tutorial, you will recreate the “Employment” section of the demonstration website using HTML tables and CSS classes. The methods you learn here can be applied to other CSS/HTML website projects.
How to Create Tables in HTML: A Beginner-Friendly Guide
Learn how to create tables in HTML with examples. Explore table tags, attributes, and best practices for building structured, responsive layouts.
How To Add Hyperlinks in HTML
This tutorial will walk you through the steps of adding hyperlinks to text or images on your webpage using HTML.
Hacktoberfest Workshop Kit: How to Submit Your First Pull Request on GitHub
In this workshop kit, we’ll prepare you to introduce learners to Git and GitHub, the version control system that Hacktoberfest uses to track your progress and repository hosting service that shares projects to collaborate on. By the end of this workshop, learners will be ready to submit their first pull request!
How To Style the Body of a Website With CSS
In this tutorial, you will style the body of a webpage with a CSS rule. You will use this rule to apply and style a background image and set the font family for the webpage.
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 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 Create Classes With CSS
In this tutorial, you will create a CSS class selector, which will allow you to apply CSS rules only to HTML elements that are assigned the class. CSS class selectors are useful when you want to apply different style rules for different classes of the *same* HTML element.
How To View the Source Code of an HTML Document
This tutorial will introduce you to a basic HTML document and teach you how to view the source code of an HTML document in a browser.