- HTML stands for Hyper Text Markup Language. _ It is not a programming language, but a markup language.
- To become a web developer, this language must be learned well first. However, it is very easy to learn.
- By learning this you can create a web page. After that, if you learn CSS, you can give a little more life to that page
- Finally learn PHP + Database and you will be able to create a complete Database Driven website.
Things to learn HTML (ie where to write HTML code)
Notepad. Open Notepad and get ready. Since you are new, start with notepad and then switch to another advanced editor like Netbeans or Dreamweaver. And if you have work experience in Dreamweaver then you can start now. You will not get any fun or benefit from coding with the notepad that is by default in Windows. But there is one such lightweight notepad named "Notepad++" in which you will find a lot of benefits and you can definitely use it for writing professional code. Here is the download link
Words to know well to learn HTML-
- HTML element (Element)
- HTML Tag
- HTML Attribute
These words will always come up and have a clear meaning.
HTML, XHTML, and HTML5
The latest version of HTML is HTML5. HTML5 follows all XHTML rules. So learning HTML 5 will automatically learn the previous versions. So we will also provide tutorials in that way.
* This organization called W3C creates and manages HTML.
* HTML 5 is basically HTML but with many new tags and rules added which we will cover in later tutorials as needed.
- details last updated on 30 October 2014
