Showing posts from June, 2021

How to make Tables using HTML Codes/Tags

Hi folks! Today we will be learning about creating tables using HTML tags. To do so, we first need to know about the different tags that are used in creating tables. 1. <table> It defines a table. 2. <tr> It is a table row in a …

How to Make Forms Using HTML Tags/Codes

Today we will be learning how to create forms using HTML. We'll first make a form, then display the code for it in steps. Registration form User personal information Enter your full name …

Basic HTML Tags/Codes for Websites

Hi there everyone! This is the first post of this website. In this post we are going to learn simple and basic HTML codes/tags that might be useful for you and your website. We will be sharing each HTML tag with demo/live example so that you will b…

That is All