Category: HTML

HTML complete tutorial for beginners and experts

Form – HTML

Form has different types of HTML input elements to collect user data. Form sends the collected user data to server.…

Text Formatting – HTML

Text formatting enhances its look & feel & makes a webpage more attractive.HTML has following formatting tags: 1) <b> :…

<samp> tag

is used for computers or programming languages output. Example:

<code> tag

used for computer code or any programming language code. Example: <html><body><pre><code>var msz = 'Hello world';alert(msz);</code></pre></body></html>Use <code> tag always with <pre>…

Attributes – HTML

Attributes are “name-value” pair, changes the behavior of HTML Elements. Attributesalways used with HTML element start tag or opening tag.…

HTML Elements

These elements are the building blocks of any HTML web page, and these are called tags. HTML provide different type…

How to create HTML file

Easiest way to create HTML file, Open any Text Editor like Notepad, Notepad++,TextEdit etc, whatever you are comfortable working with.…

HTML versions

All HTML version is mentioned from the beginning to the current version. Below are all the HTML versions Version Year…

What is HTML

HTML stands for Hypertext markup language, where Hypertext is a text linked to other document or webpage, Hypertext is presented…