HTML

What is HTML?

        HTML stands for Hyper Text Markup Language. HTML describes the structure of a Web page. HTML consists of a series of elements.HTML is the standard markup language for creating Web pages. HTML elements tell the browser how to display the content.

HTML Editor Software

    Html file editor software as under:-


    Notepad

    This software already  existed in all windows.


    Notepad++

    This software is available on the websites for downloading. Click Here


How to Create Web Page File

When you open a notepad or other web development software. Then you open a new file and type the data below mention with  html tags. 



The same file save with extension html, where you want. Therefore,  when you double click on  this file, the output result is shown as under.



What is HTML Tag? 

        html tag use in web as below noted < html > -------- < / html > Starting tag of HTML is < html > and ending Tag < / html>

Example


HTML HEADING TAGS


HTML headings are titles or subtitles that you want to display on a web page.

It is defined with the <h1> to <h6> tags.

<h1> defines the most important heading. <h6> defines the least important heading.

When you type below noted tags on html editor program and then save


As result show below noted font


TITLE TAG

Title tag is used in html for web page titling. Starting tag <title> and ending tag </title>, between tags you will write anything for the title as below noted example.


When you run your html file, display the title below the noted example.