#web-development
Read more stories on Hashnode
Articles with this tag
In this article, we will go through the minimum CSS knowledge you need to know before starting with Tailwind CSS. I assume that you already know the...
In this series, we have covered the basics of HTML and in this final episode, I want to go through some questions that you might have. Why Did We Just...
When an element explains itself. ยท Semantic HTML is the last topic I want to cover in this series. But before adding some semantic elements to our...
This is our contact-us.html page right now: HTML Form In order to add a form to our page, we first need to add the form element. The form element...
Let's add a link for each of our blog posts. Inside the blog/ folder, I will create a new file called blog-post.html and for now, lets add the...
In the last part, we added some images to our blog page. In this part, we are going to add hyperlinks and navigation to our pages. In the root of the...