Introduction

                       HTML tutorial or HTML 5 tutorial provides basic and advanced concepts of html. Our HTML tutorial is Developed for beginners and professionals. The major points of HTML are given below:
  • HTML stands for Hyper Text Markup Language.
  • HTML is used to create web pages.
  • HTML is widely used language on the web.
  • We can create static website by HTML only.
HTML 5 Tags
           In this tutorial, we will learn HTML 5 tags such as audio tag, video tag, canvas tag, HTML svg, HTML Geo-location, HTML drag and drop etc.

All HTML Tags
          At last, we will learn all HTML tags one by one for example, marquee tag, textarea tag, br tag, hr tag, pre tag, h tag, code tag, input tag, title tag, meta tag, script tag, style tag etc.

What is HTML ?
           HTML is an acronym which stands for Hyper Text Markup Language. Let's see what is Hyper Text and what is Markup Language?

Hyper Text: Hyper Text simply means "Text within Text". A text has a link within it, is a hypertext. Every time when you click on a word which brings you to a new webpage, you have clicked on a hypertext.
Markup language: A markup language is a programming language that is used make text more interactive and dynamic. It can turn a text into images, tables, links etc.

       An HTML document is made of many HTML tags and each HTML tag contains different content.
              <!DOCTYPE>
              <html>
              <body>
              <h1>Write Your First Heading</h1>
              <p>Write Your First Paragraph.</p>
              </body>
              </html>
Output:



Description of HTML example
DOCTYPE: It defines the document type.
html : Text between html tag describes the web document.
body : Text between body tag describes the body content of the page that is visible to the end user.
h1     : Text between h1 tag describes the heading of the webpage. p : Text between p tag describes the paragraph of the webpage.

Brief History of HTML
            In the late 1980's , A physicist, Tim BernersLee who was a contractor at CERN, proposed a system for CERN researchers. In 1989, he wrote a memo proposing an internet based hypertext system.
           Tim BerneLrsee is known as father of HTML. The first available description of HTML was a
document Called "HTML Tags" proposed by Tim in late 1991.

Features of HTML
  • It is a very easy and simple language. It can be easily understood and modified.
  • It is very easy to make effective presentation with HTML because it has a lot of formatting tags.
  • It is a markup language so it provides a flexible way to design web pages along with the text.
  • It facilitates programmers to add link on the web pages (by html anchor tag) , so it enhances the interest of browsing of the user.
  • It is platformindependent because it can be displayed on any platform like Windows, Linux and Macintosh..etc..
  • It facilitates the programmer to add Graphics, Videos, and Sound to the web pages which makes it more attractive and interactive.

No comments:

Post a Comment

Thank you for using this blog.