Posts

Showing posts from October, 2017

Lab 5 - Jake's Coffee Shop

Image
1) HTML Coding: <!DOCTYPE html> <html> <head> <h1> Jake's Coffee Shop </h1> </head> <body> <div> <a href="#Home">Home</a> <a href="#Menu">Menu</a> <a href="#Music">Music</a> <a href="#Jobs">Jobs </a> </div> <div> <p>Come in and experience...</p> <img src="coffee.jpg"/> <br/> <ul> <li>Speciality Coffee And Tea </li> <li>Freshly made sandwiches </li> <li>Bagels, Muffins and Organic Snacks</li> <li>Music and Poetry Readings</li> <li>Open mic nights</li> <li>...</li> </ul> <p>23 Pine Road </p> <p>Nottingham, NGI 5YU </p> <p>0115 9324567</p> <br> </div> <footer> <p>Copyright @ 2011 Jake's Coffee House </p> <a hr...

Lab 4 - CSS

Lee Xhi Qing AI160225 Wong Xiao Feng AI160247 embedded.html <!DOCTYPE html> <html lang="en"> <head> <link rel="stylesheet" type="text/css" href="color.css"> <title>Trillium Media Design</title> <style> body { background-color: #e6e6fa; color: #191970; text-align: center; } h1 { background color: #191970; color: #0000CD; } h2 { background color: #aeaed4; color: #191970; } </style>     <meta charset="utf-8"> </head> <body> <h1>Trillium Media Design</h1> <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:<...