back

CodeWithRahul

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

RahulGoswami.com

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 Prerequisite

    Tools needed to make an HTML page:

    1) HTML Editors: It is a simple tool in which every piece of HTML content has to be written. We can use any text editor as per our choice. Here we are using Visual studio code because it is lightweight and open-source. Commonly used editors:
    HowHtmlWork

    NOTE: You can write HTML even in a Notepad. Text editors like VS code make these things easier.

    Installation of Visual Studio Code:

    • Go to Google
    • Type Visual studio code download
    • Click on download and install it as per your OS

    Refer to the video to understand clearly:

    2) Browser: 2) HTML tags are not displayed by browsers, but are read and interpreted by them. In a web browser, HTML structures are rendered into a styled and pretty form. Here we are using google chrome. Commonly used browsers: Commonly used editors:

    Image Preview

    HowHtmlWork

    NOTE:In addition, we are installing a live server extension in our Vscode editor to view live reload pages. live server extension is used to launch a local development server with a live reload feature for HTML pages.

    Refer to the video to understand clearly:

    Owner of this WebPage Image

    CodeWithRahul

    Copyright © 2023 CodeWithRahul.com