#html
Read more stories on Hashnode
Articles with this tag
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...
Learn how to add images to your HTML page · Right now, our blog page from last part is missing an image for each post. Let's add that with the Image...