HTML

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 Style Figure and Image HTML Elements with CSS — step-by-step DevOps tutorial on Progressive Robot

How To Style Figure and Image HTML Elements with CSS

This tutorial will lead you through examples of image CSS styling for web pages, allowing you to make informed decisions about how images are displayed and altered to fit the context. You will create a web page consisting of content and three images. The first image will be loaded as an element on its own, the second will be wrapped in the

element with an appropriate
, and the third will use the element to load different images at different screen sizes.

Read more
CHAT