roman reigns pictures - roman reigns wallpapers download

Showing posts with label HOW TO MAKE A WEBSITE. Show all posts
Showing posts with label HOW TO MAKE A WEBSITE. Show all posts

Wednesday, 16 March 2016

HOW TO MAKE A WEBSITE

By With No comments:
HOW TO MAKE A WEBSITE



  1. Buy a domian name
  2. Buy a hosting plan 
  3. Use a notepadd++ or html editor
  4. Use html language to basic coding 
  5. Start html coding 

  •  USE HTML MAIN ELEMENT
     
    <html>
 <head> </head>
   <body> </body>
 </html>
 
  1.   USE A TITLE TAG 
  • <title>My first website</title>
     
    USE A PARAGRAPH TAG 
     
     <p>Hurrah! This is my first website.</p>
      
  • The p in <p> is short for "paragraph" which is exactly what it is - a text paragraph.
Your HTML document should now look like this:
 
 <html>

   <head>
   <title>My first website </title>
   </head>

   <body>
   <p>Hurrah! This is my website.</p>
   </body>

 </html>
 
  • In the top menu choose "Open" under "File" (or press CTRL+O).
  • Click "Browse" in the box that appears.
  • Now find your HTML document and click "Open".
  • In the top menu choose "Open" under "File" (or press CTRL+O).
  • Click "Browse" in the box that appears.
  • Now find your HTML document and click "Open".
 
 

latest posts

Advertisement