-->

How to Create a Simple Web Page With HTML

Saturday 16 July 2016

How to Create a Simple Web Page With HTML

KWA WAKUBWA TU ,KUANGALIA VIDEO YAO WAKIBANDUANA CHUMBANI BONYEZA HAPA CHINI 18++
1.           










Understand what HTML is. HTML (Hyper Text Markup Language) is the coding language that makes web-pages. To see what it looks like, go into Internet Explorer and right-click to choose "View Source".You will see a page of code, and that is HTML. That code is what your browser sees and then interprets it into as that web-page
·         In Google Chrome press F12.
·         In Mozilla Firefox, press Ctrl + U to view the page's source code.
·         In Safari, select View→View Source (or Option + Command + U).
·         In Internet Explorer, the VIEW menu option is "source".      YOU CAN SEE

2
Make your initial web page as simple as possible. If you don't, you'll likely get overwhelmed by the syntax and the script languages.
·         It's important to remember that you'll be writing your information between an opening HTML tag and a closing HTML tag. An opening tag looks like this: <___> . A closing tag looks like this: </___> . Eventually, the ___ is replaced with a code

   3
2.   

Go to Start, then "Programs" and then "Accessories." Click "Notepad." It is a lot easier if you use Notepad++ (you can download it for free on the internet) - once you choose the HTML language, everything you write will be automatically connected with different colors - that way it will be a lot easier to correct possible mistakes.

4
Tell the browser what language you are using. Type <html>. It is the first tag you write that tells the computer you're starting a web-page. It will also be closed last, so at the end of the document, close it off by typing this: <>. This ends the web page.

5
Add the heading of the page as shown.

6
Give your page a title. A title is important because it gives your users an idea what the page is about. Also, when users bookmark your site, that title is all they will see in their bookmark list. The title for HTML code is <title>. Close it off at the end of your title by writing </title> The title is going to show on the tab don't expect it to be the title of the actual website.

7
Work on the body of the page. Type <body> to open the body tag. Then close the body tag by typing </body>. The bulk of the information for your web-page goes between <body> and </body>.
·         To give your web-page a background color, you can add a style to the body. Instead of simply writing , write <body style="background-color:silver">. You can try a different color or even a hex code. The words in the quotation marks are known as "attributes." They must be surrounded by quotation marks!
8
Write some text between the body tags.
·         To make the text go to the next line (like pressing "Enter" on your keyboard), write <br>.
·         Want to add a marquee, otherwise known as a word that moves across a screen? Simply type <marquee>TEXT GOES HERE</marquee>.
9
Add some pictures. If you want to put a picture from the Internet onto your web page, the HTML code for pictures is <img src="URL"> . The closing tag is: . However, the closing tag is optional.
10
Check to make sure all of your tags are closed. Your webpage should look something like this:
11
Save your work. Go to "save as", put a filename with an .html extension (such as "testfile.html") and choose "all files" or "text" under file type. It won't work if both are not done. Go find the page wherever you saved it, double click it, and your default web browser should open up your very own web-page.


Visit Here for more

www.qute.ga 


http://wotebu.blogspot.co.ke//
[3.MB]DON'T WATCH THIS IF YOU ARE MARRIED BECOUSE THIS WOMAN WILL MAKE YOU DIVORCE YOUR WIFE!! FOR ADULT VIDEOS ONLY PRESS BELOW 19++

Share :
Facebook Twitter Google+

 
Back To Top