As we discussed in our last article How to Style the HTML Details and Summary Tags, the details tag (or “element”) can be used on its own, or combined with the summary tag. This combination of HTML tags is called...
Category: Web Development & Coding
How to Style the HTML Details and Summary Tags
HTML DETAILS TAGS are included in the relatively new group of HTML5 elements. The details tag (or “element”) can be used on its own, or combined with the also new summary tag. This HTML combination is called a disclosure widget,...
How to Show Internal Borders in HTML Tables
HTML tables are a relatively easy way to take a large amount of information and tabular data and display it in nice, neat rows and columns. Unfortunately, however, the use of tables in modern HTML is discouraged; tables are not...
Styling Text with CSS: Basic Effects
Using CSS to Style Text CSS coding is a source of endless fascination for me and offers me (and countless others) an avenue for creative expression. I really feel that being creative with code is a modern-day art form...
Styling Text with CSS: Advanced Effects
Using CSS to Style Text There is SO much you can do to dress up your blog articles, enhance your websites, draw attention to your article headings – and much more – by adding a bit of CSS code...
Creative Ways to Style an HTML HR Tag
Over the course of my years working with HTML as a web developer I have used the HR tag (<hr>) too many times to remember. I love this tag and use it often and have used it quite often on...
How to Create Cool Button Hover Effects in Squarespace
Not too long ago I created a website for one of my clients and decided to use the Squarespace web CMS/platform. The website was built using the Mojave template, which is part of the overall Brine family of Squarespace templates. ...
What is a CSS Pseudo Element?
CSS pseudo elements are keywords that can be added to an HTML element’s CSS selector, in order to style a certain piece of that element. Using pseudo element code you can pinpoint how you would like a portion of an...
What is a CSS Pseudo Class?
CSS pseudo classes can be added to an element’s CSS selector, in order to style it in certain way, to affect the state that it is in. Pseudo classes affect the state of an html element, and cause some action...