HTML <!DOCTYPE html> <html> <head> <title> Jake's Coffee Shop </title> </head> <body> <h1> Jake's Coffee Shop</h1> <a href="#home">Home</a> <a href="#menu">Menu</a> <a href="#music">Music</a> <a href="#Job">Jobs</a> <p> Come in and experience...</p> <img src="latte.jpg" style="width:421px;height=798px;"> <br/> <ul> <li>Speciality Coffee and Tea</li> <li>Freshly made sandiches</li> <li>Bagels, Muffin and Organic Snacks</li> <li>Open Mic Nights</li> <li>.....</li> </ul> <p>23 Pine Road</p> <p>Nottingham, NGI 5YU</p> <p>01159324567</p> <br> <p>Copyright 2011 Jake's Coffee House</p> <a href="#jake">j...
Posts
- Get link
- X
- Other Apps
Three Different Design of The Same Website 1. Is the page appealing or unappealing ? List three reasons for your answer. design A Between design A and B, design A is more appealing because the design of page is more aesthetic and minimalist design. Furthermore, the concept of the page is more reliability and usability. Then, both page is match between system and the real world because the system speak the user language, with word phrases and the concept familiar to the user but for design B, the font is not convenient for user to read it . As we can see, the graphic in design A is more attractive compared to design B because design A show the image that more real than image in design B. 2. If the page is unappealing, what would you do to improve it? design B We are going to change the design of the page to be more attractive. Call to action color which is find an accent or co...
- Get link
- X
- Other Apps
HTML & CSS <!DOCTYPE html> <html lang="en"> <head> <title>Trillium Media Design</title> <meta charset="utf-8"> </head> <body> <header><h1>Trillium Media Design</h1></header> <div><a href="index.html">Home</a> <a href="services.html">Services</a> <a href="contact.html">Contact</a></div> <h2>New Media and Web Design</h2> <article>Trillium Media Design will bring your company's Web presence to the next level.<br> We offer a comprehensive range of services:</article> <ul> <li>Website Design</li> <li>Interactive Animation</li> <li>E-Commerce Solutions</li> <li>Usability Studies</li> <li>Search Engine Optimization</li> </ul> <h2>Meeting Your Business Needs</h2> <article...
FashionValet
- Get link
- X
- Other Apps
FashionValet F ashionValet adalah merupakan sebuah perniagaan yang mengumpul sebahagian besar jenama-jenama terkenal mahupun di dalam atau di luar negara. FashionValet bukan sahaja menawarkan pakaian-pakaian mengikut fesyen terkini tetapi terdapat juga aksesori-aksesori lain yang menarik seperti kasut,beg tangan,tudung,produk kosmetik dan sebagainya. Apa yang menarik mengenai FashionValet ? Kita sebagai pengguna dapat mencari segala keperluan yang kita perlukan dengan hanya menggunakan satu laman web sahaja tanpa sebarang kesulitan. Ini kerana FashionValet telah memberikan satu kelainan di mana pelbagai jenis pakaian dan barangan aksesori lain mampu dimiliki mengikut keperluan masa dan keadaan. Percaya atau tidak, FashionValet telah memberi peluang kepada semua orang untuk merasa hasil rekaan-rekaan terkenal tanah air seperti Rizman Ruzaini, Hatta Dolmat dan ramai lagi. Menurut...
- Get link
- X
- Other Apps

Laboratory 2 : Web Design Elements <!DOCTYPE html> <html> <head> <title>Trillium Media Design</title> </head><style> <body> <h1><b>Trillium Media Design</b></h1> <ul style="list-style-type:circle"> <li>Home</li> <li>Service</li> <li>Contact</li> </ul> <h2>New Media and Web Design</h2> <div style="background-color:black;color:white;padding:20px;"> <p>Trillium Media Design will bring your company's web presence to the next level. We offer a comprehensive of services.</p> </div> <h2>Meeting Your Business Needs</h2> <p>Our expert designers are creative and eager to work with you</p> <p>copyright © 2014 Your Name Here</p> </body> <...
- Get link
- X
- Other Apps
Laboratory 2 : Exercise 2 First Page : <!DOCTYPE html> <html> <head> <title>web design element</title> </head> <style> li { list-style-type: none; margin: 0; padding: 0; } </style> </head> <body> <li> <li><a href="kucing.html">First page</a></li> <li><a href="kucing1.html">Second page</a></li> </li> <h3>A. First page</h3> <h1>We're looking for an HTML and CSS developer</h1> <img src ="kucing comel.png" style="width:760px;height:510px;"> <p>For our client, The Cat Factory, <b>we need a skilled web developer in HTML and CSS</b>. We offer a competitive salary, a bag of cat food,and toys.</p> <p>Don't wait,apply now! Our crazy team is waiting for you right meow!</p> </body> </html> ...
- Get link
- X
- Other Apps
LABORATORY 2 : RECALL 1. The markup language code to display your name in the largest-size heading element. < h1 > NURAIN FAREHA < /h1 > 2. The markup language code for unordered list to display the days of the week. < ul > < li > sunday < /li > < li > monday < /li > < li > tuesday < /li > < li > wednesday < /li > < li > thursday < /li > < li > friday < /li > < li > saturday < /li > < /ul > 3. The markup language code for an ordered list that uses uppercase letters to order the items < ol type ="A" > < li > spring < /li > < li > summer < /li > < li > fall < /li > < li > winter < /li > < /ol > 4. Think of a favourite quote by someone you admire. Write the XHTML code to dis...