Friday, 17 February 2017

HyperText Markup Languange

Assalamualaikum guys..

            On previous class, after Dr.Azran had brief us a few things about assignments and introduction about computer science, he decided to make a quiz on the next class. We had well-prepared but suddenly we heard the news from our class leader saying that other lecturer will replacing him on the next class.

            In the next class, a woman in the middle age with blue baju kurung walk inside our class with a warm smile and introduce herself as Dr.Linda.

In her first class, Dr.Linda had taught us about HyperText Markup Languange (HTML).

What does it mean?
  • HTML is a text mixed with markup tags where tags enclosed in angle brackets (<h1>Introduction<h1>)

BASIC HTML 

It is important to begin with <html> and end with </html>.
The visible part of the HTML document is between  <body> and </body>

So,this is our first try which is basic examples of HTML



HTML LIST

Then,we were taught how to make list using HTML.
There are two types of list which are :
  • ordered list(<li>) 
  • unordered list(<ul>)




HTML TABLES

  • Tables are defined with the <table> tag.
  • Tables are divided into table rows with the <tr> tag
  • Tables are divided into table data with the <td> tag
  • Table row can also divided into table heading with <th> tag

If you do not specify a border for the table, it will be displayed without the borders.
A border can be added using the border attribute
<table border = "1" cellpadding =10 >

So, Dr asked us to make tables with cellpadding and without cellpadding .Here's the result.



HTML LINKS

Links are found in nearly all web pages. It allows users to click their way from page to page.
Specify the target  in the <a href=" ">.Then add the text that should work as a link. Finally, add an </a> tag too indicate where the link ends.

First example :


Second example :


HTML IMAGE

We've also learned how to insert an image and a moving image into the website (which is cool)!


IP ADDRESS

Do you know what is the mean of IP Address? As what we had learnt in our class, an Internet Protocol Address use for communication. The IP address serves two principal functions: host or network interface identification and location addressing.

Convert decimal number to binary number
Convert binary number to the decimal number



No comments:

Post a Comment