CS计算机代考程序代写 file system FTP COMP3322 Modern Technologies on World Wide Web

COMP3322 Modern Technologies on World Wide Web
Workshop1: Fundamentals of Web Pages – HTML, CSS, and Responsive Web Design
Introduction
In this workshop, we are going to develop a simple HKU Custom Search Page. We will practice how to use basic HTML elements and CSS styling to format the webpage and use Responsive Web Design to adapt its look on a variety of devices. After finishing this workshop exercise, your page will appear as shown in the following screenshots:
Screenshot 1: when the screen width is larger than 1080px
COMP3322 WORKSHOP1 1

Screenshot 2: when the screen width is smaller than 580px
Screenshot 3: when the screen width is larger than 580px, but smaller than 1080px
Note: The same CSS code may lead to quite different page display on different browsers. You are recommended to use Chrome to develop/test your page.
COMP3322 WORKSHOP1 2

Workshop Exercise
[Step1]: Download “Workshop1_2020.zip” from HKU Moodle and extract it to a folder named “workshop1”. In this folder, there are two files index_WS1.html, style_WS1.css which are the template files in which you will add more HTML code and CSS code, respectively .
Section I: Build the HTML page
[Step2 (Page Title)]: In index_WS1.html, set the title of the page to “HKU CS Custom Search”.
[Step3 (Logo)]: At the top of the page, there is a division

with the id of “logo”. Make the division clickable, and link to HKU CS Home page (https://www.cs.hku.hk/) when clicked (using the element).
[Step4 (Navigation List)]: Underneath the HKU logo, there is a division

with id “navi”. In this division, use