Skip to main content

Posts

Showing posts from September, 2020

HTML basics for absolute beginners

Whether you’re interested in becoming a professional full-stack developer or you simply want to learn more about how websites work, the first basic thing you need to study is HTML. So this is gonna be an ongoing series, and each of them will cover different topics related to web development. As a stepping stone, let us start with Hypertext Markup Language (HTML) Before we dive into HTML, I want to let you know that patience is the key to learn web development or anything for that matter. In fact, you can even study HTML for months if you decide to dive really deep into it, covering each and every inch of it. Anyways we are not gonna do that here, we are just gonna go through some of the very important and useful tips and tags. First of all, HTML is not a programming language, it is just a markup language used to edit and format what we see. HTML is probably the first step that fulfills Front-end development which grows into back-end, web, and finally full-stack development if you are i