0
What are benifits of HTML?
Where to use it?
2 Answers
+ 3
Hey there!
Imagine your website to be a house.
Then HTML is the bricks and mortar that builds/makes the house. So your website structure is made by HTML. After that your site is made.
But, is a house with only bricks and mortar beautiful? Ofcourse not. You do the styling of the house using tiles and furniture.
This is what CSS does.
It styles and beautifies your website.
So both of these are essential for web developement.
I would suggest that you learn HTML5 and CSS3 together. It makes things easier to understand.
If you have anymore questions, please ask me.
Hope this Helps.
+ 1
Html is body of man if backend is his soul.
It allow you to express content to your user/clients.