What is the basic use of html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is the basic use of html?

If i learn html where and how can i use it?

5th Dec 2016, 1:53 AM
Deepak Bhatt
Deepak Bhatt - avatar
4 Answers
+ 4
You use HTML (HTML5) for the basic structure of a website. HTML is based on tags and really(!) easy to learn! Give it a shot and continue with CSS (for giving your structure aesthetical style) and Javascript (for giving it functionality). Make a website!!
5th Dec 2016, 2:39 AM
smallybells
smallybells - avatar
+ 3
HTML is the center of a webpage. It is the structure of your site. The web browser interprets HTML and, in real-time, displays it's contents on the page/tab. The web browser can only understand HTML thus other, server side languages like PHP and ASP are parsed into HTML in the end. Basically you can look at web programming like this: HTML - Structure and contents*. CSS - Style and looks. JavaScript - Control and logic. *Contents of professional websites aren't usually hard-coded into HTML files but are stored inside databases instead.
5th Dec 2016, 3:45 AM
EgorL
+ 2
You can use html to create amazing website for all to see :)
5th Dec 2016, 2:32 AM
Aquarius
Aquarius - avatar
0
HTML is the basic stuff that's used to build every website. You could say it's the websites skeleton. You can use text editors like notepad++ or sublime text among many other editors, and the good news is that there are free. When you done learning it, you could start building websites, and probably make some cool cash
26th Dec 2016, 10:40 PM
martinz
martinz - avatar