HTML HTML full form is “Hyper Text Markup Language”. For creating, presenting and formatting different types of documentary of World Wide We...
HTML
HTML full form is “Hyper Text Markup Language”. For creating, presenting and formatting different types of documentary of World Wide Web (WWW) this language is used mostly. By using HTML designers and developers properly presents videos, animations, documents, audio, texts etc.
Concept on html is very simple.It is not a programming language as like C/ visual basic/ C++. It is a script type language. Script type languages are used for document structure building process. It is a versatile type language.
Its previous version was SGML. Full form of SGML is (Slandered Generalized Markup Language).Now HTML 5 is using in developing.
Creating HTML document
By using any type of text editor HTML document can be created. HTML document is made by following the web page making rules written scripts in these text editors. In windows operating system different types of text editor is used as like Notepad, Notepad++, Word Pad, Front Page etc.
At first click on the start button on the dextop.
Next step click on that and find the search bar and search Notepad.
Then notepad will open and click on file and click save from there.
We have to change the extension of the text editor from .txt to .html.
After saving we will see something like given below picture. In my case Google chrome has already set as default. We can easily change the default browser.
Then we have to open that .html file by a web browser as like Opera, Internet Explorer, and Mozilla Firefox what we like.We will show the output of the .html page from here. As like this we have to create html page from notepad.
Advantages from HTML
- By memorizing a few tags a web page can be made easily.
- Most of the browsers HTML supported. That is why it is used by most developing sectors.
- It is platform independent.
- In any simple text editor it can be written easily.
- By combining many World Wide Web elements can make by this.
- It is easily learn able and also easily usable.
- Maintenance easier.
- Cost is less.
- Loading speed of page is faster.
- Using hyperlink we can go another page from the opened page.
- User data collection is possible by creating an HTML form.
Disadvantages from HTML
HTML has also some disadvantages.
- Dynamic pages are not created from here.
- We have to write a lot of code in this script language.
- Security system of this is not too good.






No comments