#html
Read more stories on Hashnode
Articles with this tag
In this week's article, I want to jump right into building a simple navbar using HTML and CSS. Let's take a look at the design we will be building and...
When starting to learn HTML you will hear the term semantic markup. What does this mean and why is it important? Let's break it down and take a look...
In this article, we are going to continue our Basic HTML series. Over the last couple of weeks, I have discussed basic HTML structure (Basic HTML...
In last week's blog post Basic HTML structure explained I covered the basics of HTML structure. In this article let's go more in-depth on the purpose...
HTML is one of the first building blocks to learn how to build websites. There are a set of rules that must be followed in order to build HTML...
When building your website you often will be faced with a choice between using a button or link (a). In some cases a link is the clear choice when you...