We often heard about HTML but yet do we really really know what HTML is? So, today, we going to post all about HTML. Well, at least as far as we know.
HTML is an acronym for Hyper Text Markup Language. This is the language of webpages on the worldwide web (WWW). Basically, HTML is a text formatting language. Also the important terms in this web are Uniform Resource Locater or URL in short, and browser which is a software programme which is used to show web pages.
How to create HTML
The first step to create HTML, you need to know what is HTML editor. HTML editor is a word processor that has been specialized to make the writing of HTML document more effortless.
There are many different programmes that you can use to create the web document. The HTML editor enables users to create document quickly and easily by pushing a few button. Instead of entering all of the HTML codes by hand. These programmes will generate the HTML source code for you. HTML editor are excellent tools for experienced web developers, however, that is important that you learn and understand the HTML language so that you can edit code and fix 'bugs' in your pages. For this course, we will focus on using the standard Microsoft Windows text editor, which is Notepad.
1) open your Notepad
- click on "Start" button located on your Window taskbar.
- click on "Programs"
- click on directory menu labelled "Accessories"
- locate the short cut "Notepad" and click the short cut once.
3) Save your code:
- click button "File" on top left of your Notepad ,then click "Save as..." in order to save it.
- then, you need to end your file name in ".html". example:
St
4) after that you need to click the saved file at its saved location. The result will be like this:
th
5) How to put an image to your pages. before that there is some of examples on how to write the coding:
- <IMG SRC=“jordan.gif“ border=4>
- <IMG SRC=" jordan.gif" width="60" height="60">
- <IMG SRC=“jordan.gif" ALT="This is a text that goes with the image">
- <IMG SRC=" jordan.gif “ Hspace="30" Vspace="10" border=20>
The image above show the example on how to write the coding if you want to put image on your pages. please try yourself and you will the result like this.
6) How to make a link to your pages:
- the tags used to produce link are the <a> and </a>. The <a> tells where the links should start and </a> indicate where the link should end. Everything between these two are the links.
- the examples below shows on how to make the word HERE work as link to yahoo.
click <a href="http://www.yahoo.com">HERE</a> to go to yahoo.
- the <TABLE></TABLE> element has four sub-elements:
1) Table Row <TR></TR>
2) Table Header <TH></TH>
3) Table Data <TD></TD>
4) Caption <CAPTION></CAPTION>
The Table Row elements usually contain Table Data elements or Table Header elements. - The image on the right is a sample on how to make a table:
Then you will see the result will appear like this:
I, think that's all for this time. I hope you will understand about the:
- HTML and its definition
- How to create HTML
- How to put image on your page
- How to make a link on your page
- and How to make table.
the
%5
Th
5)
Step
No comments:
Post a Comment