Posts

Showing posts from September, 2017

Lab 1- Focus on Web Design

Image
Lee Xhi Qing AI160225 Wong Xiao Feng AI160247 a.  What is the purpose of the site? The main purpose of “Youtube” is to allow people from all over the world to upload and share video clips of different content. This is the place which provides a forum for a people to connect, inform and inspire others worldwide. Basically, “YouTube” is a distribution platform for original content creators and advertisers. b.  Who is the intended audience? People who are literate. People who have access to internet (via personal computer or smartphone). People who have some very basic education. Mostly targeting youth, however even elders are preferred. People who want to use this for leisure. People and organizations who want a platform for social media marketing.      In simple worlds, it’s everyone! c.  Do you think that the site reaches its intended audience ? Why or why not? Yes, YouTube had reaches its intended audience. According to com...

Lab 2 - Web Design Elements

Lee Xhi Qing AI160225 Wong Xiao Feng AI160247 <!DOCTYPE html> <html> <head> <style> div.title {     background-color: black;     color: white;     margin: 20px 0 20px 0;     padding: 20px;     text-align: center; } </style> </head> <body style="background-color:powderblue;"> <div class="title"> <h1><hr> Trillium Media Design </hr></h1> <hr> </div> <div class="title"> <p><h4> <style> li {list-style-position: inside;} </style> <ul> <li>Home</li> <li>Services</li> <li>Contact</li> </ul> </p></h4> </div> <div class="title"> <h2>New Media and Web Design</h2> <p><blockquote cite="http://www.worldwildlife.org/who/index.html"> <ol type="1"> <li...

Lab 2 - Exercise 2

Image
Lee Xhi Qing AI160225 Wong Xiao Feng AI160247 First Page <!DOCTYPE html> <html> <body> <h1>We’re looking for an HTML and CSS developer</h1> <img src="cat1.jpg"> <p>For our client, The Cat Factory,<strong> we need a skilled web developer in HTML and CSS</strong>. 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! </body> </html> Second Page <!DOCTYPE html> <html> <body> <h4>Justin Beaver: Ever since I learned HTML, my life has made a complete 180</h4> <p>Posted by: Damian Wielgosik</p> <p>Justin Beaver confessed something that even his greatest fans would have never expected of the skilled musicians and lyricist. The young rock-and-roller admitted since he typed his first title tag, his life became easier. It has been reported ...

Lab 2 - Recall

Lee Xhi Qing AI160225 Wong Xiao Feng AI160247 1. <! DOCTYPE html> <html> <body>             <h1> XHILYNN </h1> </body> </html> 2. <! DOCTYPE html> <html> <body> <ul>         <li> Sunday </li>         <li> Monday </li>         <li> Tuesday </li>         <li> Wednesday </li>         <li> Thursday </li>         <li> Friday </li>         <li> Saturday </li> </ul> </body> </html> 3. <! DOCTYPE html> <html> <body> <ol type = "A">         <li...