­

Web Interface Design Project (part 2)

December 14, 2013
Designing Roomes rates Tables (show rowspan and colspan). HTML <div id="contents"> <h2>Rooms Rates :</h2> <div class="CSSTableGenerator" > <table > <tr> <td>Room Type</td> <td >Weekdays (RM- nett)</td> <td>Weekends (RM- nett)</td> <td>S/Peak (RM- nett)</td> </tr> <tr> <td >SUPERIOR</td> <td colspan="3">129.00</td> </tr> <tr> <td >DELUXE</td> <td rowspan="2">158.00</td> <td rowspan="2" colspan="2">168.00</td> </tr>...

Continue Reading

Web Interface Design Project (part 1)

December 10, 2013
 Building a complete website by only using HTML & CSS codes  Items that MUST be included in your webpage : • Font ...