Open links in new tab
  1. HTML (Hyper Text Markup Language) is the standard markup language for creating web pages. It describes the structure of a web page and consists of a series of elements that tell the browser how to display the content.

    Example

    <!DOCTYPE html>
    <html>
    <head>
    <title>Page Title</title>
    </head>
    <body>
    <h1>This is a Heading</h1>
    <p>This is a paragraph.</p>
    </body>
    </html>
    Copied!

    Explanation

    • The <!DOCTYPE html> declaration defines that this document is an HTML5 document.

    • The <html> element is the root element of an HTML page.

    • The <head> element contains meta-information about the HTML page.

    • The <title> element specifies a title for the HTML page (shown in the browser's title bar or in the page's tab).

    • The <body> element defines the document's body and is a container for all visible contents, such as headings, paragraphs, images, hyperlinks, tables, lists, etc..

    • The <h1> element defines a large heading.

    • The <p> element defines a paragraph.

    HTML Elements

    An HTML element is defined by a start tag, some content, and an end tag:

  1. Learn HTML: Completely Free Tutorial for Beginners and Developers

    • This HTML tutorialis designed for aspiring web designers and developers with a need to understand the HTML in enough detail along with its simple overview and practical examples. This tutorial will give you enough ingredients to start with HTML, from where you can take yourself to a higher level of expertise.
    See more on tutorialspoint.com
  2. Learn HTML Code | Codecademy

    Start at the beginning by learning HTML basics — an important foundation for …

    • 4.6/5
    • Category: Partially Free
    • Alison Free Learning
      https://alison.com › free-learning › diploma-courses
      About our ads

      Free Online Coding Courses | Certified Free Courses

      SponsoredFree Online Coding Courses From Beginner To Advanced - With Certificates. Thousands Of Free Certificate Courses. Study Online Anytime, Anywhere & At Your Own Pace.
    • Coursera
      https://www.coursera.org
      About our ads

      HTML Development Course - Learn HTML

      SponsoredLearn the essentials with the IBM Full Stack Software Developer Professional Certificate. Prepare for new roles with the IBM Full Stack Software Developer Professional Certificate.
    • Codecademy
      https://www.codecademy.com › get-started › free
      About our ads

      Html Course | Learn HTML | Over 50 Million Users

      SponsoredTake your skills to a new level and join millions of users that have learned HTML & CSS. Master your language with lessons, quizzes, and projects designed for real-life scenarios.