Saturday 7 May 2016

                    HOW TO START WITH WEBSITE DESIGN!!

As many guys are Asking  about how to make a webpage if he/she don't know programming
  1.  So guys i am back with my tutorials how to make a webpage without any programming knowledge just follow each and every step of this tutorials
  2. http://getbootstrap.com/getting-started/
  3. Download Bootstrap
  4. <!-- Bootstrap -->

  5.     <link href="css/bootstrap.min.css" rel="stylesheet">
  6.       <script src="js/html5shiv.min.js"></script>
  7.       <script src="js/respond/1.4.2/respond.min.js"></script>
  8.     <![endif]-->
  9. Add these modules in your editor where you are writing your codes
  10. Now whatever you need for example you need a button -->or--> form-->or image view--> just copy the code from bootstrap website and paste over here.
  11. your webpage will be ready or if you are having little bit knowledge in programming it would be a benefit else no problem.

No comments:

Post a Comment