back

CodeWithRahul

More
  • Home
  • Cources
  • Tutorials
  • Tutorials
  • Projects
  • Notes
  • Contact
  • Work With Us
  • HTML
  • CSS
  • JAVASCRIPT
  • CC++
  • PHP
  • PYTHON
  • REACT JS
  • DSA

</>Code With Rahul

Create an account
  • INTRODUCTION
    • HTML Introduction
    • HTML Working
    • HTML Prerequisite
    • HTML Document
    • HTML Structure 1
    • HTML Page
    • HTML Structure 2
    • HTML Editor
    • HTML View Source
    • HTML Tags
    • HTML Element
    • VS Code
    • installation
  • HTML BASIC TAGS
    • Skeletal Tags
    • Heading Tags
    • Paragraph Tag
    • Horizontal Line Tag
    • Line Break Tag
    • Center Tag
    • Preserve
    • Formatting Tag
  • HTML FORMATTING TAGS
    • Monospaced Font
    • Text Abbreviation Tag
    • Acronym Tag
    • Text tags
  • HTML QUOTATIONS
    • Blockquote Tag
    • Quote Tag
    • Text Citation Tag
    • Text Direction Tag
    • Address Text Tag
    • Code Tag
  • HTML ATTRIBUTES
    • HTML Attributes
    • HTML Core
    • Attributes 1
    • Attributes 2
    • HTML Generic
    • Attributes 3
  • HTML LINKS
    • HTML Links
  • HTML COMMENTS
    • HTML Comments
  • HTML IMAGES
    • HTML Images
  • HTML LISTS
    • HTML Lists
    • HTML Unordered List
    • HTML Ordered List
    • HTML Definition List
  • HTML TABLES
    • HTML Tables
  • HTML BLOCK ELEMENT
    • HTML Block
    • Elements
  • HTML INLINE ELEMENT
    • HTML Inline
    • Elements
  • HTML FORMS
    • FORM Introduction
    • More on forms

    HTML Introduction

    What is HTML?

    • HTML is an initialism for "HyperText Markup Language".
    • It is the language of the web.
    • It is used to create websites.
    • It is used to define a page layout, meaning it is a barebone page structure.
    • HTML is used for making pages of the website also called webpages that we see on the nternet
    • It consists of a set of tags.
    • This set of tags is written in HTML Document.
    • ".html" or ".htm" is the extension.
    • There are so many versions of HTML but HTML5 is the latest version.

    Features of HTML

    • It is platform-independent.
    • Images, videos, and audio can be added to a web page.
    • Hypertext can be added to the text.
    • It is a markup language.
    • It is interpreted language
    • It can be integrated with other languages like CSS, JavaScript etc.
    • Semantic Structure.
    • local Storage & Indexed DB - Client-side data storage.
    • Offline Capabilities (PWA) with Cache API & Service Workers.

    Why the word HyperText & Markup Language

    The word hypertext markup language comprises the words “hypertext” and “markup language”. The term "hypertext" refers to the linking of text with other documents and “markup language” refers to a language that uses a set of tags.
    So, HTML is the linking of text with other documents using some set of tags.

    Note:- Tags refers to some meaningful texts enclosed in angle braces ... For eg. head . Each tag has a different meaning and importance in building an HTML page which can affect the web page in its own ways

    A beautiful analogy to understand HTML:

    UnderstandHTML analogy
    Here in the explanation for the above analogy, the car skeleton refers to HTML with the page body. When that skeleton is painted it the car gets CSS and after all that car is provided with some functionalities like engine, etc (which refers to JavaScript), the car gets life and can run. Similarly, when we develop our websites we need HTML for the structure and if we want our website to look good and prettier we need CSS and if we want to add functionalities to our webpage we need JavaScript.

    History of HTML:

    • In 1989, Tim Berners Lee established www and created HTML in 1991.
    • From 1995 to 1997, he started working on versions of HTML.
    • In 1999, a committee was organized that made HTML4.0 a standard.
    • HTML4.0 is used by many, even today. However, the stable version of HTML is 5.0 also known as HTML5.
    Owner of this WebPage Image

    CodeWithRahul

    Copyright © 2023 CodeWithRahul.com