80 likes | 268 Views
CSCE 102 – Lab 01. TA: Miao (xum@email.sc.edu). First Step – Log In. User name: your user name at USC Password: uscid# xxxxxxxxx xxxxxxxxx : your 9-digit SSN (e.g., if your SSN is 123-45-6789, then your initial password is uscid#123456789 )
E N D
CSCE 102 – Lab 01 TA: Miao (xum@email.sc.edu)
First Step – Log In • User name: your user name at USC • Password: uscid#xxxxxxxxx • xxxxxxxxx : your 9-digit SSN (e.g., if your SSN is 123-45-6789, then your initial password is uscid#123456789) • If you have any problem regarding login, please contact your lab instructor.
Contact Info • Lab instructor: Miao • Office: Sumwalt 340 • Office Hours: TBA • Email:xum@email.sc.edu • Web page: • http://www.cse.sc.edu/~xum
LAB POLICY • Attendance is required in this course • Do NOT share your solutions to others • Log off before you leave
LAB POLICY (CONT’D) • Lab assignment submission • All your solution should be submitted to the following folder: H:\ALL_CSCE102 • If you put your solution in other folders, you will NOT get any grade • You should also submit a HARD COPY! • If you fail to submit a hard copy, you will NOT get any grade
An example <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- this is comments --> <title> This is title </title> </head> <body> write something inside body tags </body> </html>
Introduction to HTML Open tags Close tags • Tags • <html>, </html> • <head>, </head> • <title>, </title> • <body>, </body> • … … • Tags must be nested and in pairs! • Comments • <!-- put your comments between them --> • Comments are NOT displayed on the page
Lab 01 – Create a web page • Please open the assignment from instructor’s web page. • Follow the instructions in the document to create an html file • Run your html file to see what happens • Enjoy!!!