What is CSS in Web Design? Are there different types of CSS?

CSS (Cascading Style Sheets) is a programming language used in web design to define the appearance and layout of HTML (Hypertext Markup Language) documents. CSS separates the presentation of a web page from its content, allowing web designers to create visually appealing and responsive [...]

2023-04-25T17:17:07+00:00April 25th, 2023|CSS Tips, CSS Tricks, Web Design|2 Comments

Removing Empty HTML Tags with JQuery or CSS

Recently a client asked for a simple way to remove empty HTML tags in their content. The HTML in question had a number of H2 tags that had no content but were creating space in their WordPress posts. Naturally you could simply remove them using [...]

2020-11-18T04:33:02+00:00November 18th, 2020|CSS Tips, jQuery Snippets, Web Programming|0 Comments
Go to Top