HTML INTRODUCTION

Fazzey's world


HTML Introduction

  • HTML stands for Hyper Text Markup Language.
  • HTML was created by Berners-Lee in 1993. 
  • HTML is the standard markup language for Web pages.
  • HTML can create your own Website.
  • Html is a text type format and easy to Understand.

HTML Basic Explanation

     1.   <!DOCTYPE html>               
                It defines that this document is an HTML5 document.
     2.   <html>
                This element is a root element for a html page.
     3.   <head>
                 It contains meta information about the HTML page.
     4.   <title>
                 It specifies the title for the HTML page, It shown in the browser's title bar.
     5.   <body>
                 It defines the document body for all the contents such as heading, paragraph, table, images, etc..
     6.   <h1>
                 It is used for large heading with different sizes.
     7.   <p>
                 It  defines a paragraph.

More Topic In HTML

    HTML was developed with defining the structure of documents like headings, paragraphs, images, lists, etc.. HTML is being widely used text code format to web pages with the help of different tags available in HTML language.

    Example:

      
      <!DOCTYPE html>
      <html>
      <head>
      <title>HTML Program</title>
      </head
      <body>
      <h1>GOCOURSE!</h1>
      <p>Welcome to our GOCOURSE Website.</p>
      </body
      </html>

     Output:




    More topic in HTML

    Our website uses cookies to enhance your experience. Learn More
    Accept !

    GocourseAI

    close
    send