Facebook Twitter Google+

HTML/CSS tips

Own tips and tricks for HTML/CSS
Menu
  • Tips

How To Create Your First CSS File

shust December 29, 2020 Tips No Comments
Today we are going to write and save our first CSS file. Let’s begin by opening a text editing program. If you are on a Microsoft Windows PC open …
0 Comments Leave Your Response

Using CSS background images

shust December 29, 2020 Tips No Comments
Summary This article covers CSS backgrounds in detail: background color, image, repeat, attachment, and position. Near the end, it also looks at advanced techniques such as CSS sprites. Introduction …
0 Comments Leave Your Response

CSS images: url()

shust December 29, 2020 Tips No Comments
Summary CSS has a variety of different properties that can reference an image file, displaying that file on a web page normally as part of an element’s background. This …
0 Comments Leave Your Response

HTML links

shust December 29, 2020 Tips No Comments
Summary In this article we provide a basic treatment of HTML anchors, or <a> elements, more commonly known as HTML links. Introduction In this article you’ll learn about one …
0 Comments Leave Your Response

Your first look at JavaScript

shust December 29, 2020 Tips No Comments
Summary Now it is time to get your hands dirty. This article provides a basic introduction to coding with JavaScript. Introduction In this article of the Web Standards Curriculum, we …
0 Comments Leave Your Response

The CSS layout model: borders, boxes, margins, and padding

shust December 28, 2020 Tips No Comments
Summary This article covers the CSS layout model in some detail, including box model, borders, margin and padding, and how they all work. Introduction At first glance, the CSS …
0 Comments Leave Your Response

HTML lists

shust December 28, 2020 Tips No Comments
Summary This article introduces the three list types in HTML and explores their basic features. Introduction Lists are used to group together related pieces of information so they are …
0 Comments Leave Your Response

Why use CSS?

shust December 28, 2020 Tips No Comments
Summary This tutorial looks at why we should use CSS, and why using CSS for styling our documents is better than using presentational HTML. Information: Why use CSS? CSS …
0 Comments Leave Your Response

Considerations for Styling a Modal

shust December 28, 2020 Tips No Comments
A modal. A small box that pops up to tell you something important. How hard can it be? Wellllll. Medium hard, I’d say. There’s quite a few considerations and …
0 Comments Leave Your Response

Understanding ID and Class in CSS

shust December 28, 2020 Tips No Comments
Overview So far you have added style to various elements in your portfolio page, but the styles you’ve added have affected all elements of a particular type. For example, when you …
0 Comments Leave Your Response
  • Previous

Recent Posts

  • How To Create Your First CSS File
  • Using CSS background images
  • CSS images: url()
  • HTML links
  • Your first look at JavaScript

About:

Welcome to my little site about smart moves & (dirty) tricks for making cool websites! The site structured around what I’ve learned when working with websites for various purposes. The content is focused on the practical aspects and designed for troubleshooting rather than educational purposes.

HTML/CSS tips Copyright © 2021. All rights reserved.