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: HTML Tips
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...
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...
Creative Ways to Style the HTML Details and Summary Elements
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...
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,...