Thursday, 13 February 2014

Assalamualaikum W.B.T and happy weekend!!!

In previous class we had learned about the HTML, and we manage to do a few HTML tutorial such as creating tables, listing and publishing image. We are totally proud of ourselves because it's not that simple to do the coding since ti's quite complicated and really test our patient. However it's was great to have our own coding after struggling for two hours. 




Actually, what is HTML stands for??  HTML or HyperText Markup Language is the main markup language for creating web pages and other information that can be displayed in a web browser. HTML is written in the form of HTML elements consisting of tags enclosed in angle bracket such as <html> , within the web page content. HTML also can be used to create tables, insert images either moving or non-moving images, getting through a link, create ordered and unordered lists and create documents. 




Below are the examples of a few coding done by us. The first one is to create a table.

Coding :

<html>
<body>
<html>
<body>


<h4>with cellpadding: </h4>
<table border ="1"
cellpadding="10">

<tr>

<td>Name</td>
<td>Add</td>

<tr>
<td>Munirah</td>
<td>Kemaman,Terengganu</td>

</tr>

<td>Azah</td>
<td>Gemas,Negeri Sembilan</td>

</tr>
</table>

</body>

</html>

Table :

Name Address
Munirah Kemaman,Terengganu
Azah Gemas,Negeri Sembilan

The second one is to get through a link.
Coding :

<html>
<body>
<p>
<a href="https://www.facebook.com/">See My Facebook.</a>

</p>
</html>

See My Facebook.
Thats all from us about html, hope u will learn something from this entry.Till we me again.
Bye Bye!!!

No comments:

Post a Comment