Skip to main content

HTML Setup for Beginners

Hello everyone, recently I got a feedback from one of our visitors that some beginners might not run these HTML Files. So I've decided to instruct you about how You can setup HTML Editor on your PC or Android device.


 
  • Installation



 
  • Setup
Click on Extensions and Search for "Live Server" and then Install it.
 

 

Click on "Open Folder" and select a Folder. (e.g. Tutorial)
 


 

Create two new files called "index.html" and "style.css".
 



 

Copy the HTML code and paste it to "index.html" and the CSS code to "style.css".
 
Save both files.

Right click on 'index.html' and Click "Open with Live Server".
 




And guess what? You're done.

Note: The Android Version will be uploaded soon.