What You’ll Need To Start Coding in HTML

Now, let’s take a look at the tools you need to follow along.

For a start, you will need a code editor. There are so many code editors out there, like Visual Studio Code(VS Code), Sublime Text, Atom and so on.

In this tutorial, I am going to use …


This content originally appeared on DEV Community and was authored by Karl Esi

Now, let's take a look at the tools you need to follow along.

For a start, you will need a code editor. There are so many code editors out there, like Visual Studio Code(VS Code), Sublime Text, Atom and so on.

Visual Studio Code Website Homepage

In this tutorial, I am going to use VS Code, along with a few extensions for starting a web server and formatting our code.

You are welcome to use your favorite code editor if you have one, but otherwise, head over to code.visualstudio.com and download the latest version of VS Code.

Visual Studio Code Website Homepage

Now, here inside VS Code, we are going to install a couple of extensions.

Visual Studio Code Editor

So, let's open the extensions panel, and search for Prettier.

Searching for Extensions for VS Code

Here is the extension we are going to install – the Prettier Code Formatter.

The Prettier Extension we are going to install

With this extension, we can format our code and make it consistent and pretty. This is a very popular extension, and as you can see for the image, it has been downloaded 30 million+ times.

So, you can see the install button that I have highlighted in red. Just click it, and you are done.

Next, we are going to install another extension called Live Server. With this, we can launch our website inside a Development Web Server.

Live Server VS Code Extension

Again, this is a very popular extension. It has been downloaded over 32 million times.

Now, in addition to these, we are going to use a Browser to view and test our web pages. Again, you can use your favourite browser, but in this handbook, I am going to use Google Chrome. I encourage you to use the same browser, so that you can easily follow the course.

See on the next post!

P.S. This is my new series. But if you are a bit excited, you can join others, here.


This content originally appeared on DEV Community and was authored by Karl Esi


Print Share Comment Cite Upload Translate Updates
APA

Karl Esi | Sciencx (2024-07-26T02:18:00+00:00) What You’ll Need To Start Coding in HTML. Retrieved from https://www.scien.cx/2024/07/26/what-youll-need-to-start-coding-in-html/

MLA
" » What You’ll Need To Start Coding in HTML." Karl Esi | Sciencx - Friday July 26, 2024, https://www.scien.cx/2024/07/26/what-youll-need-to-start-coding-in-html/
HARVARD
Karl Esi | Sciencx Friday July 26, 2024 » What You’ll Need To Start Coding in HTML., viewed ,<https://www.scien.cx/2024/07/26/what-youll-need-to-start-coding-in-html/>
VANCOUVER
Karl Esi | Sciencx - » What You’ll Need To Start Coding in HTML. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/07/26/what-youll-need-to-start-coding-in-html/
CHICAGO
" » What You’ll Need To Start Coding in HTML." Karl Esi | Sciencx - Accessed . https://www.scien.cx/2024/07/26/what-youll-need-to-start-coding-in-html/
IEEE
" » What You’ll Need To Start Coding in HTML." Karl Esi | Sciencx [Online]. Available: https://www.scien.cx/2024/07/26/what-youll-need-to-start-coding-in-html/. [Accessed: ]
rf:citation
» What You’ll Need To Start Coding in HTML | Karl Esi | Sciencx | https://www.scien.cx/2024/07/26/what-youll-need-to-start-coding-in-html/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.