HTML

Html is the skeleton of the Web pages. In this blog you can find the complete html course for beginners for free.

What is HTML:-

  • Html stands for Hyper Text Markup Language, It is easy to learn.
  • Html describe the structure of web pages.
  • Html uses in a web development.
  • Html is Skeleton of the web pages.

Current version of Html:-

  • The current version of Html is Html 5.
  • Html 5 is the fifth and current major version of the Html standard.

Why learn Html 5:-

  • Html 5 is the latest markup language standard for the world wide.
  • With Html 5, no plug-ins or 3rd party API’s are needed, and it function across multiple browsers.
  • Html 5 can evolve more easily, adapting to needs and inspiring developer creativity.
  • Html 5 allows for embedded videos for users.

Example of html:-

                <!DOCTYPE html>

                <html lang=”en”>

                <head>

                <title>page title</title>

                </head>

                <body>

                                <p> This is a paragraph tag </p>

                                <h1> This is heading </h1>

                </body>

                </html>

Example Explained:-

  • The <!DOCTYPE html> define this document is an Html 5 document.
  • The <html> element is the root element of an Html page.
  • The <head> element contains the meta information about the Html page.
  • The <title> element contains the title of the web page.
  • The <body> contains the actual contents which is shown in the web page.
  • The <p> defines a paragraph.
  • The <h1> defines a large heading.

Advantages of Html:-

  • Html is easy to learn and use.
  • Html is free.
  • Html is supported by the all browsers.
  • Html is User-friendly.
  • Html is platform-independent.

Disadvantages of Html:-

  • In a html creating a dynamic pages are hard.
  • Html does not provide any kind of security.
  • Html have some limitations.

What is an Html element:-

  • An Html element is has two  tag such as starting tag and closing tag.

Here the some html element:-

  • A heading tag is denoted by the <h1>, <h2>, <h3>, <h4>, <h5>, <h6>.
  • A paragraph tag is denoted by the <p>.
  • A horizontal ruler is denoted by the <hr>.
  • A link is  denoted by the <a> (anchor) tag.
  • A list is denoted by the <ul> (unordered list), <ol> (ordered list) and <li> (list element) tags.
  • An image tag is denoted by the <img>.

How to start learning html for free:-

3 thoughts on “HTML

Leave a comment

Design a site like this with WordPress.com
Get started