-
Tutorial series
This tutorial series will guide you through creating and further customizing this website (http://html.sammy-codes.com/) using HTML, the standard markup language used to display documents in a web browser. No prior co...
•
By
Erin Glass
HTML
Spin Up
-
This tutorial will teach you how to add a favicon to your website with HTML. A favicon is a small image that is located in the browser tab next to your web page’s title.
•
By
Erin Glass
HTML
Spin Up
-
Tutorial
This conceptual article provides an introduction to the history, features, benefits, and risks of cloud computing. It is part of the Cloud Computing curriculum, which includes beginner-friendly, hands-on tutorials for...
•
By
Erin Glass
Spin Up
Cloud Computing
Conceptual
-
Tutorial
This tutorial walks you through all the steps of deploying a static website to the cloud with DigitalOcean App Platform, including how to get started with GitHub. If you don't have a static site, you can use our sampl...
•
By
Erin Glass
Spin Up
HTML
DigitalOcean App Platform
DigitalOcean
Git
-
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 collabo...
•
By
Lyn Muldrow
Workshop Kits
Git
Spin Up
-
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.
•
By
Erin Glass
HTML
Spin Up
-
In this tutorial we’ll learn how to use a <div> container to structure the top section of our webpage and add a background image. This tutorial is part of the broader tutorial series "How To Build A Website With HTML."
•
By
Erin Glass
HTML
Spin Up
-
In this tutorial, you'll learn how to center or align text content on your webpage using HTML. Aligning content to the center, left, or right can be useful for arranging content on your page.
•
By
Erin Glass
HTML
Spin Up
-
In this tutorial, you'll learn how to use HTML to add and style a footer on your website. A website footer is the final block of content at the bottom of a webpage. Footers can contain any type of HTML content, includ...
•
By
Erin Glass
HTML
Spin Up
-
Tutorial series
This tutorial is part of a series on creating and customizing this website (http://css.sammy-codes.com/) with CSS, a stylesheet language used to control the presentation of websites. You may follow the entire series t...
•
By
Erin Glass
CSS
Spin Up
HTML
-
Book
Download the Complete eBook! How To Build a Website With CSS and HTML eBook in EPUB format How To Build a Website With HTML and CSS eBook in PDF format
•
By
Erin Glass
CSS
HTML
Spin Up
Books
-
Tutorial
This tutorial will provide users who are new to terminal environments with the basics of using a command-line interface, providing a primer for understanding how to use Linux cloud servers.
•
By
Lisa Tagliaferri
Linux Basics
Spin Up
Cloud Computing
Linux Commands
-
Meetup kit
This workshop kit is designed to help an instructor guide an audience without a background in web development through the steps of recreating and personalizing an HTML website from start to finish in roughly 90 minute...
•
By
Erin Glass
HTML
Workshop Kits
Spin Up
-
In this tutorial, you will create a static footer that stays in a fixed position at the bottom of the viewport as the visitor scrolls down the page. You will also add menu items and social icons that change color when...
•
By
Erin Glass
CSS
Spin Up
-
In this tutorial, we’ll walk through the steps of adding a stylized profile image to your website.
•
By
Erin Glass
HTML
Spin Up
-
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...
•
By
Erin Glass
CSS
Spin Up
HTML
-
This tutorial will introduce you to styling the HTML Content Division element—or <div> element—using CSS. The <div> element can be used to structure the layout of a page and break up a webpage into separate components...
•
By
Erin Glass
CSS
HTML
Spin Up
-
Want to participate in this year's Hacktoberfest? In this tutorial we’ll introduce you to Git and GitHub, the version control system that we’ll be using to track your progress, and repository hosting service that shar...
•
By
Lyn Muldrow
Git
Open Source
Spin Up
-
Tutorial
In this guide, you will create an Ubuntu 20.04 server through DigitalOcean’s administrative panel and configure it to work with your SSH keys. Once you have your server set up, you can use it to deploy apps and websit...
•
By
Erin Glass
Spin Up
Cloud Computing
-
This tutorial will teach you how to create and style <div> containers on your webpage. The HTML Content Division element (<div>) acts as a container to structure a webpage into separate components for individual styli...
•
By
Erin Glass
HTML
Spin Up