Tools & Technologies For HTML Development

Here are some tools & technologies for HTML development: 

 

Code Editor

A code editor is a software application that allow us to write, edit & manipulate code. We can write code of any programming language with the help of code editor. Code editor provides some great features that make code writing faster:

 

  1. It provides syntax highlighting.
  2. It provides code suggestions to write code faster. 
  3. It provides syntax and defination of programming language. 
  4. It provides auto completion of tags.
  5. It highlights errors that helps to write bugs free codes.  
  6. It provides search & replace tool for faster modification.
  7. It provides code indentation that maintain consistant formatting style.
  8. It provides multi-cursor selection that helps in faster modification.
  9. We can enable auto save feature to save our code automaticaly to prevent code lose. 
  10. We can fold codes to minimize page size for larger code file. 

 

These are just some basic features of a common code editor. Below are the some code editors that we can use for our web development journey: 

 

  1. Visual Studio Code (VS Code)
  2. Sublime Text
  3. Atom
  4. Notepad++
  5. TextMate

 

In this HTML tutorial we will use Visual Studio Code (VS Code) editor. 

 

Extensions

These are the software component that enhance code editor's capabilities. These extensions can be intalled into code editor and provides vast features, such as: editor theme customization, programming language snippets, AI code writing, code beautifying, code minifying etc. 

 

Following are the some necessory extensions that we will use in our HTML tutorial: 

 

  1. Live Server: live reload HTML code on browser. 
  2. HTML CSS Support: It provides HTML code snippet for faster coding experience.
  3. Auto Close Tag: It provides auto closing tags features in code editor. 
  4. Auto Rename Tag: Save time by auto rename html tags. 

 

VS Code Installation 

Follow these step to install VS Code on your computer: 

 

  1. Download VS Code software Click here.
  2. Run the downloaded file to start installation.
  3. Follow the necessory steps. 
  4. Restart your pc if required. 

# Add a installation video of code editor and extensions