1 / 8

CSCE 102 – Lab 01

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 )

Download Presentation

CSCE 102 – Lab 01

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CSCE 102 – Lab 01 TA: Miao (xum@email.sc.edu)

  2. 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.

  3. Contact Info • Lab instructor: Miao • Office: Sumwalt 340 • Office Hours: TBA • Email:xum@email.sc.edu • Web page: • http://www.cse.sc.edu/~xum

  4. LAB POLICY • Attendance is required in this course • Do NOT share your solutions to others • Log off before you leave

  5. 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

  6. 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>

  7. 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

  8. 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!!! 

More Related