If you are familiar with the basics of how to set up bulleted lists in HTML, and as you become comfortable with it, you might find yourself wanting to experiment a bit now and then. If you are not familiar...
Category: Web Development & Coding
How to Create an HTML List
Since I first began learning the wonderful coding language of HTML, I have found a certain set of html elements to be particularly useful. Those elements make up what are known as HTML lists: unordered lists, ordered lists and definition...
More Creative Ways to Style the HTML HR Tag
The HR or horizontal rule is one of the earliest tags or elements that make up the the World Wide Web’s main coding language of HTML — the Hypertext Markup Language, to be precise. The HR tag wasn’t part of...
How to Add a Border to an Image with HTML and CSS
A great way to spruce up images on a website or app is to add a border around them. Adding borders is a quick and easy way to draw attention to your images and make them stand out. In this...
Things You Can Do with the HTML Image Tag
The img tag — or html image element — is one of the pillar or foundational tags of the HTML coding language. In this article we will detail how to bring images into your website or app using the “img...
CSS Padding vs CSS Margin: What’s the Difference?
When I was first learning HTML and CSS early in my career, this is one of the subjects that took a while to sink into my brain. I kept getting confused about when to use the CSS “margin” property versus...
CSS Animations: Creating CSS Hover Effects
Have you ever tried to animate an element, image, shape etc. and struggled with it because you’re not that into code? If you’ve ever tried animating something using JavaScript or jQuery and found that process a bit too cumbersome or...
How to Create an Anchor Link in HTML
The HTML anchor tag – or more correctly stated, the HTML anchor element – has been around since just about the dawn of time. Well… actually it’s only been around since the dawn of HTML, but it feels like forever...
Create an HTML Anchor Link to Jump to a Specific Part of a Webpage
HTML jump links are a very quick and easy way to create shortcuts to specific, targeted sections or areas within your content. Your readers will be able to click a link, have the destination page load in their browser, and...
Little-known HTML Elements (and What They’re Used For)
One of the reasons why I love writing articles for this blog is that I’m continually discovering and learning new things through that process. It just goes to show that no matter how long you’ve been in a certain field...