HTML_Tutorial
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
HTML Lab Tutorial
Download the compressed file WebPages. zip
Extract the files to a folder and open the file index.html in a browser (IE, Firefox, Chrome, etc)
Task: 1
i)Change the <title > ‘My Web Page’ to ’Home Page of [your student ID]‘
ii)Delete the ‘Hello World - ’ text from the page
iii)Replace the picture of the android with a picture of yourself
a.Width = 150
b.Height = 180
c.Display your name below the picture
iv)Change the ‘Welcome to My Web Page’ to a heading tag (use <h1></h1>)
v)Create a link to the third page using the text ‘This is a link to the third page’
vi)Save your document
Task: 2
i.Open the file secondpage.html with Notepad++ and examine the tags
ii.Change the text ‘My Second Page’ to ‘My Home Town’ and centre the text
iii.In bold letters display the name of your home town
iv.Insert some text about your home town beneath your home town name
v.Insert a picture of your hometown (or any reasonable picture) after the text
a)Width = 400
Task: 3
I.Create the links to UIC homepage ‘.hk’ and to iSpace homepage
‘.hk’
II.Change the text “My Third Page” to “About Me” and centre the text.
III.Insert a picture of yourself above the text “This is a webpage example about me and my family…”
IV.Change the information under the ‘five things about me:’heading to information about you.
V.Change the unordered list to an ordered list
VI.Change the border of the main (outer) table to invisible (=”0”)。