国产人妻人伦精品_欧美一区二区三区图_亚洲欧洲久久_日韩美女av在线免费观看

合肥生活安徽新聞合肥交通合肥房產(chǎn)生活服務(wù)合肥教育合肥招聘合肥旅游文化藝術(shù)合肥美食合肥地圖合肥社保合肥醫(yī)院企業(yè)服務(wù)合肥法律

CS2204編程代寫、代做Java程序語言
CS2204編程代寫、代做Java程序語言

時間:2024-10-14  來源:合肥網(wǎng)hfw.cc  作者:hfw.cc 我要糾錯



 - 1 - 
CS2204 Fundamentals of Internet Application Development 
Course Work No. 1 (CW1) 
Semester A 2024-2025 
 
10% Marks 
Due Date: 13 October 2024, 23:59 [Week 6] 
 
Learning Outcomes: 
 
• Design structures of web pages for a more realistic, commercial-like website 
• Achieve user requirements by using appropriate HTML5 markups. 
• Produce web pages that can pass through validation. 
 
  - 2 - 
1. Overview 
 
You must build a simple Web site for Visionary Innovation Hub by going through the 3S’s: structure, 
style, and script. This CW1 is the first step focusing on structure only. The Web site, therefore, would 
not be fully functional until the second and third parts (CW2 & CW3) using CSS and JavaScript are 
completed. 
 
To encourage you to have critical thinking and investigation, only the basic information of the Web 
pages is specified, and you have the freedom to design the structure if it can fulfill the specified 
requirements. However, like any design, some structures are better than others. 
 
To ensure timely feedback to the student’s questions, each of the following TAs will be responsible for 
different groups of students according to the last digit of your student ID. If you have any questions, 
you can contact the corresponding TA directly by email. A TA will also attend the tutorials in person 
to answer your questions related to the assignment. 
• Student ID’s last digit 0 ~ 2: YAO Yiming (yimingyao3-c@my.cityu.edu.hk) 
• Student ID’s last digit 3 ~ 5: WANG Xueying (xywang85-c@my.cityu.edu.hk) 
• Student ID’s last digit 6 ~ 9: ZENG Xiangrui (xiazeng9-c@my.cityu.edu.hk) 
 
Guideline for late submissions: 
• Late within 3 hours - 10% marks deduction 
• Late within 3 ~ 12 hours - 50% marks deduction 
• After 12 hours - no submission will be accepted 
 
  - 3 - 
2. Requirements of Structure 
Required information on the Web site is grouped into blocks, then pages. There are six main pages and 
one design page. All contents, unless specified, should be completed by yourself. If you use information 
and ideas from others online, you MUST acknowledge and quote the source on the design page. If you 
are found to have plagiarized, you will be subject to severe penalties, including but not limited to 
a zero for this coursework, failing the course, and being reported to the school authorities. 
Therefore, please follow the above rules to ensure the successful pass this course. 
 
 
There are 7 pages in total. The default landing page of the Web site is the Home page. The contents of 
every page can be found in the file "cw**contents.txt" available on Canvas. 
 
Home Page 
 
a) This page contains information grouped into 5 blocks, 3 of which are the standard header, 
navigation bar, and footer blocks as follows: 
 
a.1) The header/banner block consists of a logo (logo.png) and the heading of the Website; 
these are separated and should not be done in one single image. You should use <header> for 
the heading block. The size of the logo should be set to 334×100. The following is an example 
of how to set the size of an image: 
 
<img src="…" width="334" height="100"> 
 
a.2) The navigation bar should include links to all the website’s six main pages (except the 
Design page); all jump hyperlinks must be valid in the navigation bar. Ensure all links point to 
the correct page so users can access the required information without problems. Also, ensure 
that the layout and design of the navigation bar are consistent across all pages so that users can 
easily find the information they need. You also need to note that you need to use a reasonable 
HTML structure to organize the navigation bar. You need to note that there is no requirement 
for the navigation bar to be horizontal or vertical. <nav> should be used for the navigation bar. 
 
 
a.3) The footer with another logo (footer_logo.png, 260×40) and information about the 
copyright and a link pointing to the Design page. <footer> should be used for the footer block. 
 
 
Please choose a proper way to display the copyright icon and replace “CS2204” by your name 
with a link to the Design page.  - 4 - 
 
These three blocks would appear on not only the home page but also all other pages. 
HTML code of them should be duplicated on every page. 
 
b) The remaining 2 blocks are as follows: 
 
b.1) The welcome block contains some information shown in the screenshot. You can find 
the content of this page in the appendix at the end of the document. The website we needed to 
implement had a large amount of text, so we provided all the website’s textual content in the 
appendix. 
b.2) The basic information block contains four types of information shown in the screenshot: 
address, telephone, business hours, and location which is an image (location.jpg, 800×800); 
use the most structured elements to present such information. At the end, an image 
(button.png, 400×100) link points to the Apply page. We have implemented the button’s 
functionality with an image here. 
 
The following is an example of a finished home page. 
   - 5 - 
 
About Page 
 
c) contains the standard header, navigation bar, and footer, the same as the home page. The About 
page also includes two more blocks: the promotional image block and the information block. 
 
d) You should put an extra promotional image block inside the header that contains only one 
image (about.png, width=”1400”). You should put it in the <header> with the header block 
introduced before. 
 
  - 6 - 
e) The information block should display the information below. Use <p> for each paragraph. 
Also, it should display the “Highlights of Visionary Innovation Hub” table that contains some 
brief information. The cw1 does NOT require the “Highlights of Visionary Innovation Hub” 
table’s border. 
 
 
 
Apply Page 
 
f) contains the standard header, navigation bar, and footer, the same as the home page. The order 
page also includes three more blocks. 
g) The welcome block contains welcome information. On this webpage, we include the phrase 
"Welcome to VIH" in the block. 
The apply block shows the companies in Visionary Innovation Hub that can be applied; it 
has the heading “Common Choices of Interns” followed by three more minor headings with 
names (Technology Zone, Innovation Zone, and Ecology Zone. You should design five 
company application forms for the Technology Zone (first five, TechWave~Connectify), three 
company application forms for the Innovation Zone (EcoTech~CreaTech), and four company 
application forms for the Ecology Zone (GreenFuture~EcoBuild). Each company is a <form> 
including a <img> (200×200), a <label>, a <input>, and a <button>. We do not use these 
buttons in this coursework. We will functionalize them in later coursework with JS. Companies 
in the same zone should be organized in a <div>. The “action” and “method” of each form 
should be set to “#” and “get”, respectively. The resulting block displays information about 
chosen companies, rankings, and the number of completion choices in a table format. The head 
of this table, time, and “Total number of …” are three sub-headings like <h2>.  - 7 - 
 
 
 
  - 8 - 
 
Visit Page 
 
h) This page contains information grouped into six blocks, 3 of which are the standard header, 
navigation bar, and footer blocks, as introduced above. The remaining three blocks are as 
follows. 
i) The welcome block is a block of HTML code containing a paragraph that displays a warm 
welcome to visitors and introduces the campus and academic environment of the Visionary 
Innovation Hub. <p> should be used for each paragraph. You will lose some points if we find 
all the text in the welcome block crammed into one paragraph. 
j) The location block contains five types of information as shown in the screenshot: address, 
telephone, fax, email, and location (location.jpg, 800×800); use the most structured elements 
to present such information. 
k) The reservation block is an HTML snippet that contains a reservation form. It displays a form 
on a web page for booking a visit and collects information about the user's reservation. The 
user can fill in the information about the reservation to visit the hub, including the date, time, 
and number of visitors, and submit the form via the submit (Check Availability) button. It 
would be best to implement everything in the reservation block shown in the screenshot, 
including but not limited to the legend “Booking information,” the form’s action attribute, Date, 
Time, and “No. of Visitors,” and Check Availability and reset. You need to note that you 
should develop at least two different time options. In the screenshot, we have implemented 
five options. 
 
 
  - 9 - 
 
Information Page 
 
l) This page contains information grouped into five blocks, 3 of which are the standard header, 
navigation bar, and footer blocks, as introduced above. The remaining two blocks are as 
follows. 
m) There are two promotion information blocks, each containing a text passage for the 
promotion of Visionary Innovation Hub, followed by a video(width="700") that plays 
automatically and continuously. Inside the <video> tag, use the <source> tag to define the 
source file for the video. In this project, two source files are provided as alternatives. The 
browser will select the first supported file type for playback. If the browser does not support 
either source file type, then the video will not play. The first <source> tag specifies the MP4 
file source of the video, and the second <source> tag specifies the WebM file source of the 
video. 
 
Videos are available on: 
http://cs2204.cityu-dg.local/~instructor/video/video1.mp4 
http://cs2204.cityu-dg.local/~instructor/video/video1.webm 
http://cs2204.cityu-dg.local/~instructor/video/video2.mp4 
http://cs2204.cityu-dg.local/~instructor/video/video2.webm 
 
n) The information table block contains an HTML table for displaying various internship 
opportunities of different companies and their related information. In the first row of the table, 
the <th> tag defines the table header, including the column headings "Zone" "Company" 
"Focus" and "Internship Salary". Starting with the second row, each corresponds to 
information about a company. The text content of each cell is defined using <td> tags. This 
table presents the various interns and their related information of different companies so users 
can easily compare and find the programs of interest. 
  - 10 

 
Contact Page 
 
o) This page contains information grouped into four blocks, 3 of which are the standard header, 
navigation bar, and footer blocks, as introduced above. The remaining two blocks are as 
follows. 
p) The contact block creates a table with contact information, including location, address, 
telephone, fax, and e-mail. Such a table can be used to display the contact information of a 
school or organization, making it easy for visitors to access relevant information for 
communication or contact. 
  - 11 

 
Design Page 
 
q) This is an additional free format Web page for you to acknowledge the sources of information 
used in your design. If you use images, icons, or text obtained from the Internet, write the 
source and links on this page. Most information will be put in later for CW2 and CW3. 
Whether you need something to acknowledge or not, enter your name and student ID. 
r) This page is mainly used for acknowledgement. Therefore, the TA will only grade this design 
page based on whether it contains the necessary information, such as your name and 
acknowledgments (if needed). There is no special formatting requirement for the content of 
this page, e.g., you can use any suitable tags to present the information in this design page. 
 
  - 12 

3. Assessment criteria 
 
You will be assessed by how much and how well you can apply what has been learned from the course; 
some considerations are: 
 
• No styling nor JavaScript is required in CW1 (do not include any style or CSS, except for 
image sizes added as attributes in the tag as specified in this document; marks will be deducted 
if your styles confuse our marking) 
• use appropriate HTML structural tags (e.g., <header>, <footer>, <div>, <span>), and give as 
much structure as feasible. 
• Adopt all possible good practices discussed in lectures. 
• Your website should be organized in proper folders, e.g., HTML and image. 
• Make sure the hyperlinks on your web page are available. 
• All pages except the design page must pass through validation with no error. You can use 
https://validator.w3.org/#validate_by_input+with_options for a check. 
 
4. Submission 
 
• Your solution will be submitted to Canvas for grading. Details about the Canvas submission 
site will be released soon via the Canvas Announcement. 
 
• Submit a zip file of your website with appropriate folders set up so that it can be tested directly 
by unzip - be careful with your URLs; they should work when your submission is tested as 
local files on other computers or as Web pages served by a Web server. The TA will download 
your zip file and unzip it on their own computer and grade it. Therefore, please ensure that 
the file paths involved in your solution are correct. It is highly recommended to unzip your 
zip file and test it on another computer to ensure that all pages/images/links are functioning 
properly before submission. 
 
• DO NOT include video files in your submission file; DO NOT use YouTube video; should 
use any one given video link in the server folder. Note that this link can only be accessed 
within the CityU(DG) network. If you are outside campus, you should use VPN. 
 
http://cs2204.cityu-dg.local/~instructor/video/video1.mp4 
http://cs2204.cityu-dg.local/~instructor/video/video1.webm 
http://cs2204.cityu-dg.local/~instructor/video/video2.mp4 
http://cs2204.cityu-dg.local/~instructor/video/video2.webm 
 
Videos for the promotion information block: video1.mp4, video1.webm, video2.mp4, 
video2.webm 
 
5. Miscellaneous information 
 
• You should retain a copy of your submission. The same set of web pages will be used again 
in CW2 and CW3 for adding styles and JavaScript, respectively. 
• Some images are available in the Canvas CW1 folder. 
 
 
~ End ~ 

請加QQ:99515681  郵箱:99515681@qq.com   WX:codinghelp





 

掃一掃在手機打開當(dāng)前頁
  • 上一篇:INFO1113代做、代寫INFO1113設(shè)計編程
  • 下一篇:代做COMP3811、C++/Python程序設(shè)計代寫
  • 無相關(guān)信息
    合肥生活資訊

    合肥圖文信息
    流體仿真外包多少錢_專業(yè)CFD分析代做_友商科技CAE仿真
    流體仿真外包多少錢_專業(yè)CFD分析代做_友商科
    CAE仿真分析代做公司 CFD流體仿真服務(wù) 管路流場仿真外包
    CAE仿真分析代做公司 CFD流體仿真服務(wù) 管路
    流體CFD仿真分析_代做咨詢服務(wù)_Fluent 仿真技術(shù)服務(wù)
    流體CFD仿真分析_代做咨詢服務(wù)_Fluent 仿真
    結(jié)構(gòu)仿真分析服務(wù)_CAE代做咨詢外包_剛強度疲勞振動
    結(jié)構(gòu)仿真分析服務(wù)_CAE代做咨詢外包_剛強度疲
    流體cfd仿真分析服務(wù) 7類仿真分析代做服務(wù)40個行業(yè)
    流體cfd仿真分析服務(wù) 7類仿真分析代做服務(wù)4
    超全面的拼多多電商運營技巧,多多開團助手,多多出評軟件徽y1698861
    超全面的拼多多電商運營技巧,多多開團助手
    CAE有限元仿真分析團隊,2026仿真代做咨詢服務(wù)平臺
    CAE有限元仿真分析團隊,2026仿真代做咨詢服
    釘釘簽到打卡位置修改神器,2026怎么修改定位在范圍內(nèi)
    釘釘簽到打卡位置修改神器,2026怎么修改定
  • 短信驗證碼 豆包網(wǎng)頁版入口 破天一劍 目錄網(wǎng) 排行網(wǎng)

    關(guān)于我們 | 打賞支持 | 廣告服務(wù) | 聯(lián)系我們 | 網(wǎng)站地圖 | 免責(zé)聲明 | 幫助中心 | 友情鏈接 |

    Copyright © 2025 hfw.cc Inc. All Rights Reserved. 合肥網(wǎng) 版權(quán)所有
    ICP備06013414號-3 公安備 42010502001045

    国产人妻人伦精品_欧美一区二区三区图_亚洲欧洲久久_日韩美女av在线免费观看
    国产成人短视频| 久久黄色av网站| 菠萝蜜影院一区二区免费| 中文字幕久久综合| 黄页网站大全在线观看| 久久久久久中文| 无码少妇一区二区三区芒果| 国产精品一久久香蕉国产线看观看| 日韩视频欧美视频| 婷婷亚洲婷婷综合色香五月| 丰满爆乳一区二区三区| 精品国产av无码一区二区三区| 精品日本一区二区| 久久精品福利视频| 欧美综合第一页| 国产成人精品av在线| 无码人妻aⅴ一区二区三区日本| www.欧美日本| 久久精品久久久久久国产 免费| 日韩亚洲欧美一区二区| 久久国产日韩欧美| 日本不卡高清视频一区| 色妞在线综合亚洲欧美| 秋霞在线观看一区二区三区| 久久久久久久中文| 欧美一区视频在线| 北条麻妃久久精品| 欧美日韩二三区| 青青影院一区二区三区四区| y97精品国产97久久久久久| 欧美成ee人免费视频| 国产精品视频yy9099| 国产自产精品| 欧美激情网站在线观看| 成人免费视频a| 亚洲女人毛片| 国产大片精品免费永久看nba| 日本免费在线精品| 日韩亚洲精品电影| 免费在线观看毛片网站| 精品国产乱码久久久久久久软件 | 国产成人在线小视频| 日韩中字在线观看| 日韩中文字幕在线视频播放| 欧美极品一区二区| 久久综合88中文色鬼| 国产女同一区二区| 日韩一区二区三区资源 | 亚洲精品成人久久久998| 国产成人精品日本亚洲11| 日韩中文字幕组| 国产精品入口免费视频一| 国产欧美婷婷中文| 亚洲v欧美v另类v综合v日韩v| 国产成人在线免费看| 免费看国产精品一二区视频| 亚洲在线视频观看| 日韩中文在线中文网三级| 国产在线视频不卡| 性欧美精品一区二区三区在线播放 | 欧美极品一区| 精品免费日产一区一区三区免费 | 欧美综合在线播放| 欧美日韩成人免费| 国产不卡av在线免费观看| 蜜桃在线一区二区三区精品| 亚洲高清视频一区二区| 久久精品国产成人精品| av一区二区三区免费观看| 欧美午夜视频在线| 中文精品无码中文字幕无码专区| 国产成人艳妇aa视频在线| 国产日韩精品一区观看| 青青草原一区二区| 亚洲午夜精品福利| 国产精品流白浆视频| 久久一区免费| 国产一二三四区在线观看| 日本久久91av| 在线观看成人一级片| 国产精品视频色| 久久青草福利网站| 国产免费一区二区视频| 欧美中文在线观看| 婷婷久久五月天| 欧美精品videos| 日韩中文理论片| 国产精品88a∨| 国产欧美精品一区二区三区介绍 | 国产av人人夜夜澡人人爽麻豆 | www污在线观看| 国产在线欧美日韩| 欧美中文字幕在线观看| 欧美激情国产高清| 国产精品久久久久久免费观看 | 亚洲91精品在线亚洲91精品在线| 国产精品观看在线亚洲人成网| 久久久久久久免费视频| 99精品99久久久久久宅男| 国产日韩三区| 欧美激情 国产精品| 日本a级片电影一区二区| 午夜精品三级视频福利| 在线精品亚洲一区二区| 精品九九九九| 国产精品露脸自拍| 久久久成人av| 国产精品6699| 69久久夜色精品国产69| 99精品视频播放| 99超碰麻豆| 91精品综合久久| www.亚洲视频.com| 国产乱码精品一区二区三区卡 | 国产精品一区二区不卡视频| 免费久久久久久| 激情欧美一区二区三区中文字幕| 日本高清久久一区二区三区| 视频一区三区| 天堂资源在线亚洲资源| 天天综合五月天| 色视频一区二区三区| 性欧美精品一区二区三区在线播放| 亚洲va码欧洲m码| 色综合影院在线观看| 日本伊人精品一区二区三区介绍| 视频在线一区二区三区| 日本三级中国三级99人妇网站| 熟女少妇精品一区二区| 日本精品久久久久久久久久| 日本a级片电影一区二区| 日韩精品第1页| 人妻精品无码一区二区三区| 日韩欧美黄色大片| 日韩精品xxxx| 韩日精品中文字幕| 国产一区二区三区乱码| 国产伦一区二区三区色一情| 国产精品香蕉视屏| 91精品91久久久中77777老牛| 国产高清自拍99| 久久精品99久久久久久久久 | 欧美日韩激情四射| 国产无限制自拍| 国产一区二区在线观看免费播放| 国内精品模特av私拍在线观看| 国内免费久久久久久久久久久| 国产亚洲情侣一区二区无| 国产精自产拍久久久久久| 91美女片黄在线观| 久久久久久久午夜| 国产精品初高中精品久久| 亚洲综合在线小说| 日韩av日韩在线观看| 欧美日韩一区二区三区电影| 国产一区一区三区| 91久久精品一区二区别| 色天天综合狠狠色| 欧美精品日韩三级| 亚洲最大福利网| 欧美一级视频免费看| 欧美日韩一区在线视频| 国产精品亚洲综合| 国产成人精品电影久久久| 国产精品精品久久久| 亚洲欧美日产图| 欧洲午夜精品久久久| 国产日韩欧美成人| 国产成人a亚洲精品| 久久亚洲精品成人| 日本一区二区久久精品| 国产自偷自偷免费一区| 久久另类ts人妖一区二区 | 熟妇人妻va精品中文字幕| 狠狠97人人婷婷五月| 99久久国产宗和精品1上映 | 精品国产一区二区三区麻豆小说| 亚洲国产精品www| 欧美极品少妇无套实战| 99久久无色码| 国产精品久久9| 日产中文字幕在线精品一区| 精品少妇在线视频| 91麻豆国产精品| 国产精品美女主播| 午夜精品一区二区三区在线观看| 国内精品久久久久影院优| 久久综合久久久| 精品成在人线av无码免费看| 日韩免费毛片视频| 成人9ⅰ免费影视网站| 久久久精品久久| 天天综合五月天| 国产欧美日韩在线播放| 日韩中文字幕在线精品| 亚洲aaa激情| 国产欧美在线一区| 精品国产一区二区三区四区在线观看 | 国产精品美女黄网| 日韩一级片一区二区|