Basic HTML
HTML is not a programming language, but just by knowing HTML, you can build a whole website. HTML is used to structure content, separate content, and specify different types of content. For example, you can specify some text to be very important. <h1 id=”unique-title”> I Am a very Important title. </h1> Most tags come in … Read more