What is HTML and explain it?
HTML is a popular computer language that is used to structure webpages on the browser or the internet.
HTML stands for?
Hypertext markup language.
If you want to create websites,your own website or just want to get into tech, you can use this 3 powerful languages called HTML, Css and javascript.
Explain HTML?
Let's compare this 3 powerful languages as a living human body.HTML is the skeleton for your web page because it gives the web page it's shape and holds everything together.
With HTML tags you can layout the paragraph content, images, headings, etc on your web page.
Explain Css?
Css is the color, skin and clothing on a human body.It makes your webpage more colorful, it adds texture, style and makes the webpage look the way we want it to be.Without css our website will look ugly and boring to use, so we use it to control our websites font size, margin, font family and animation making our site more appealing to users.We also use it to control responsive design on our webpage so that our site can be adaptable to all different screens or devices.
Explain javascript?
Javascript brings your webpage to life.It is the brain that controls a human body and It makes a webpage react when we click a button.When you fill up a form on a website javascript processes that form, it updates your webpage and controls everything in the background or behind the scenes.This makes the site be more interactive and makes it feel alive.
You first need to start with HTML If you want to learn more about web development and this site can help you with that.After completing our lesson you will have to learn css and javascript, we recommend w3Schools.com to help you finish your web development journey.