HTML Prerequisite

Tools needed to make an HTML page:

1) HTML Editors:  HTML text Editors tools to write every piece of HTML content.

Commonly used editors:

HTML Prerequisite

NOTE: HTML code can even be written in Notepad. Text editors like VS code make things fun and easier.

Installation of Visual Studio Code:

  • Go to Google.com
  • Search for Visual Studio code download
  • Click on the first link
  • then download and install it as per your OS

Refer to the video to understand clearly:

2) Browser: Browsers do not display HTML tags but rather read and interpret them. Web browsers render HTML structures into a styled and visually pleasing form when displaying web pages. Here we are using google chrome.

Commonly used browsers:

  • Google Chrome
  • Mozilla Firefox
  • Microsoft Edge
  • Apple Safari
  • Brave Browser
  • Opera

Using any text editor and any browser, we will be able to render pages.

NOTE: In addition, we are installing a live server extension in our Vscode editor to view live reload pages.

Top 10 Editor for HTML

  • Notepad++
  • Visual Studio Code
  • Sublime Text
  • Atom
  • Brackets
  • Adobe Dreamweaver
  • Bluefish
  • CodePen
  • JSFiddle
  • Emmet

Leave a Comment