+ 2
What is the basic use of html?
If i learn html where and how can i use it?
4 Réponses
+ 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!!
+ 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.
+ 2
You can use html to create amazing website for all to see :)
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