HTML

How To Style the HTML  Element — step-by-step DevOps tutorial on Progressive Robot

How To Style the HTML Element

The HTML element is a semantic element that tells the browser that its content is part of the body of the webpage and intended for display. In this tutorial, we will learn how to add a `` element to our web document where we can add content later on. It is part of the broader tutorial series “How To Build a Website With HTML.”

Read more
How To Add a Footer To Your Webpage With HTML — step-by-step DevOps tutorial on Progressive Robot

How To Add a Footer To Your Webpage With HTML

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, including text, images, and links.

Read more
Introduction to CSS Counters — step-by-step DevOps tutorial on Progressive Robot

Introduction to CSS Counters

In programming, counters are variables that hold a value that increments according to customizable rules. Modern Cascading Style Sheets (CSS) have a well-supported counter property that can track increments without JavaScript. In this tutorial, you will run through the basics of CSS counters by using them to number section elements in an Hypertext Markup Language (HTML) document and tally up the number of rows in a table element.

Read more
How To Style the HTML  element with CSS — step-by-step DevOps tutorial on Progressive Robot

How To Style the HTML
element with CSS

This tutorial will introduce you to styling the HTML Content Division element—or

element—using CSS. The

element can be used to structure the layout of a page and break up a webpage into separate components for individual styling. We will also cover adding and styling HTML elements inside of a

element.

Read more
How To Style Common Form Elements with CSS — step-by-step DevOps tutorial on Progressive Robot

How To Style Common Form Elements with CSS

Web forms are a common element of website design, ranging in complexity from a search form field to complex data filtering. Knowing how to use CSS to style and work with these elements helps provide better solutions to improve your user’s experience. This tutorial covers the creation and styling of a web form that requests various data from the user. The form will use text fields, radio buttons, checkboxes, drop-down selections, a text area, and a submit and reset button.

Read more
How To Build A Website With HTML: A the cloud provider Workshop Kit — step-by-step DevOps tutorial on Progressive Robot

How To Build A Website With HTML: A cloud provider Workshop 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 minutes. It includes a slide deck with speaker notes and hands-on exercises, a tutorial series with additional reference material, and a live demonstration website. Students will finish the workshop with a personal website ready to deploy to the cloud.

Read more
How To Use and Understand HTML Elements — step-by-step DevOps tutorial on Progressive Robot

How To Use and Understand HTML Elements

This tutorial explains how HTML elements are used to structure and format webpages and provides hands-on exercises to help users understand how HTML elements work. It is part of the tutorial series “How To Build a Website With HTML.”

Read more
CHAT