Skip to main content

How to build a Website?

Let's begin!

First of all you don't need any additional software the good old Notepad will be good to go!


The basic platform is HTML if you have a basic understanding about it, then it won't be any problem for you to build a website.

      


We use CSS for graphical purpose and adding Jscript to the program will provide features like text editor, option bar etc.

In this module I'm only covering Front-End Development and these three are the horsemen of Front-End  Development!

There are several tags and functions that you're going to see in these platform, you don't need to mug it up! Just understand there use and application!

There are further advanced features like Bootstrap which I'm not keeping in this module!

A good artist copies and a great artist steals!

You can create any website just by copying their source code which you can do by: 

  • Pressing Ctrl+U the source which will open the source code in new tab of your browser.

  • Or you can right click on the website it'll shows you the option for view page source (second last option in Chrome Browser) and you're good to go!

  • Just copy the source code in Notepad and save the file with .html extension (Eg: blogger.html)

 

Comments

Popular posts from this blog

How to beat Chrome's Dino Game?

The game is based on JScript! We just need to write a single line of code and after then we're good to go! Open Chrome Dino Game { Paste the following URL in new tab ( chrome://dino ) } Press F12 or { Ctrl + Shift + I } or you can right click and then click on Inspect Click on Console Type the following command Runner.instance_.gameOver = () => {} Press Enter Key! Now you're good to go!