Introduction to HTML

  Blog Desk       February 6, 2020     1829 6 Comments
html-tutorial-for-beginners

Introduction to HTML

HTML stands for Hyper Text Markup Language. It is a web page describing language developed by W3 Consortium (founder of W3 Consortium “Tim Berners Lee” in 1991).

File Extension: .html or .htm

Importance of HTML in Web page Designing

HTML is a significant tool for building up a website or web applications. It is a scripting language used to describe the structure of information on a web page. HTML, CSS, and JavaScript makes up the essential building blocks of websites. HTML controls page heading, paragraph, inserting images, creating table, list items, creating forms etc. CSS controls the look of a page, and JavaScript designs interactive a contents.

Advantages of HTML

  1. HTML is Basic of all Programming Languages
  2. It is Free
  3. HTML is Easy to Learn and Use
  4. HTML can integrate easily with Other Languages
  5. HTML is User-Friendly
  6. HTML is supported by all Browsers
  7. HTML is the Most Friendly Search Engine
  8. HTML is Simple to Edit
  9. HTML is very Lightweight
  10. Display Changes Instantly

Disadvantages of HTML

  1. It can create only static and plain pages so we can not create dynamic pages using HTML.
  2. Need to write a lot of code for making a simple webpage.
  3. Security features are not available in HTML.
  4. If we need to write long code for making a webpage then it produces some complexity.

Requirement:

Creating page

Text Editor: Notepad, Notepad++, Sublime Text, Atom, Brackets, Dreamweaver, Microsoft Front Page etc.

Web browser: Internet Explorer, Mozilla Firefox, Google Chrome, opera, Safari etc.

Publishing website:

Basic structure of HTML

Example Code


<html>
<head>
<title>This is my first page</title>
</head>
<body>
<h1>Welcome to HTML</h1>
<p>Hi I am learning HTML. It is very interesting language. It is very easy to learn</p>
</body>
</html>

Example Video

HTML Tags

HTML tags are element names surrounded by angle brackets:<>

There two types of html tag :

1. Paired tag (container tag):

  1. Opening tag <html>
  2. Closing tag </html>

2. Unpaired tag (empty tag)

  1. <br>
  2. <img>
  3. <hr>
  4. <input>
  5. <embed>
  6. <frame src>

 

introduction-to-html

6 responses to “Introduction to HTML”

  1. online says:

    Wow, this post is nice, my younger sister is analyzing these things, therefore I am going to tell her. Letta Ade Diley

  2. online says:

    A head shot can hurt and you cannot control the ball well with your knees. Lanna Onfroi Moorish

  3. online says:

    There is apparently a bunch to identify about this. I believe you made various good points in features also. Guinevere Morse Birkner

  4. torrent says:

    Thanks a lot Gabriel for your insightful comment. We cannot succumb to our fears but would need to walk through it. Randee Brent Gilli

  5. online says:

    Fastidious respond in return of this query with real arguments and explaining everything regarding that. Irita Jesus Dielu

  6. turkce says:

    It is actually a great and helpful piece of info. I am satisfied that you just shared this useful information with us. Please stay us informed like this. Thanks for sharing.| Rosabelle Torrance Margy

Leave a Reply

Your email address will not be published. Required fields are marked *