Lab Exercise 5: Pick Your Choice A B Programming Networking
Lab Exercise 5: Pick Your Choice A B Programming Networking
List of Companys Vehicle 1. Van o WDA 2232 2. Car WEW 5311 WNA 9080
3. Write .html and .css file Cell 1 (background colour= blue) Cell 3
Cell 2 Cell 4
4. Write .html and .css file Cell 1 Cell 2 Cell 4 Cell 5 (text colour= blue) 5. Write .html and .css file Cell 1 Cell 3 Cell 5 (border colour= blue)
Cell 3 Cell 6
hmmm (S2-2011) 1
microprocessors and computer within adjacent buildings. Ethernet and FDDI are examples of standard LANs. metropolitan area network a data network intended to serve an area the size of a large city. Such networks are being implemented by innovative techniques, such as running optical fibre through subway tunnels. A popular example of a MAN is SMDS. wide area network a network, usually constructed with serial lines, extending over distances greater than one kilometer.
hmmm (S2-2011) 2
A. Creating a Simple Table 1. Tables are made up of rows of cells. The number of cells in each row determines the tables shape. a. To create a simple table: 1. 2. 3. 4. 5. 6. 7. 8. 9. Type <table> Type <tr> to define the beginning of the first row Type <td> to define the beginning of the cell Type the contents of the cell Type </td> to complete the cell Repeat steps 3-5 for each cell in the row Type </tr> to complete the row Repeat steps 2-7 for each row To finish the table, type </table>
B. Adding a Border 1. A border helps to distinguish your table from the rest of the page. However, if youre laying out your page with tables, you may not want to call so much attention to the border. a. To create a border with (X)HTML: 1. 2. Inside the initial table tag, type border If desired, type =n, where n is the thickness in pixels of the border
hmmm (S2-2011) 3
NETWORKING
CONTENT: LAN WAN MAN Local Area Network A computer network that spans a relatively small area Most LANs are confined to a single building or a group of buildings
Wide Area Network A computer network that spans a relatively large geographical area WAN consists of two or more LANs
Metropolitan Area Network Data network designed for a town or city MANs are larger than LANs, but smaller than WANs
hmmm (S2-2011) 4
The filename of the image is computer.gif Create an anchor for: o o o Local Area Network Wide Area Network Metropolitan Area Network
Create link LAN, WAN and MAN to specific anchor: o o o LAN Local Area Network WAN Wide Area Network MAN Metropolitan Area Network
Write CSS statements to apply these format: o for font; o font style = Verdana font colour = navy
apply for all cell; border colour = navy boder style = solid border width = 5px
hmmm (S2-2011) 5
Form Create a form for UniKL students to fill up their personal information that consist of: text box password box menu radio button checkbox large text area submit button reset button
hmmm (S2-2011) 6