Creating a Web Page about YouTube: Lab 2 in CSCE 102, Lab Reports of Computer Science

In this lab, students will create a web page about youtube using notepad and html. The page must include various html tags, comments, and links. Students will research and write about youtube's definition, history, and their personal experiences. The page should be interesting and free of grammatical errors.

Typology: Lab Reports

Pre 2010

Uploaded on 09/02/2009

koofers-user-y4w-1
koofers-user-y4w-1 🇺🇸

9 documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Lab 2 – Adding Links
CSCE 102.
General information
Read the entire assignment before you start. You will need to save the file in the
correct directory (folder) as soon as you type the first few tags so that you can test it as
you work and so that you don’t loose your work if the system goes down. Include the
closing tags when you enter the opening tags so that you will not forget them. If you are
missing the closing html tag, </html>, or the closing body tag, </body>, it may not work
or it may work now but not after you add other tags.
Creating alab2xx.html:
In this lab, you will create a web page using the text editor, Notepad. Using any type of
HTML editor for this class is not allowed. Save this file in your all102Labs folder on
your H drive. Name your file alab2xx.html where xx are your first and last initials. It is
important that you name this web page exactly the name given. Always keep backup
copies of your files.
This page must include:
The Document Type Definition (DTD) from page 31.
Remember to include the XML namespace in the opening <html> tag from
page 31.
A comment immediately following the opening head tag that includes today’s
date, your and section number
A comment immediately following that comment that contains your name
A comment immediately before the closing head tag that contains your last
name and your email address.
A comment within the body element that contains your user id (login name),
the name of your lab instructor, and the name of your lecturer instructor for
CSCE 102
An appropriate title using the <title> tag
Your name using an h3 tag
Your user id (login name) and today’s date using an h4 tag.
Your section number and lab instructor’s name displayed on the page using
another heading tag <h6>.
Using the tags you know from lab one make this page about Youtube. Your
page will not be like anyone else’s. Include answers to the following
questions:
oWhat is Youtube? Search the web for your answer. Use your own words.
Do not copy from the web.
oExplain the history if Youtube.
oHave you ever looked at Youtube before?
If so what did you look at?
oHave you ever put anything on Youtube?
If so what?
pf2

Partial preview of the text

Download Creating a Web Page about YouTube: Lab 2 in CSCE 102 and more Lab Reports Computer Science in PDF only on Docsity!

Lab 2 – Adding Links

CSCE 102.

General information Read the entire assignment before you start. You will need to save the file in the correct directory (folder) as soon as you type the first few tags so that you can test it as you work and so that you don’t loose your work if the system goes down. Include the closing tags when you enter the opening tags so that you will not forget them. If you are missing the closing html tag, , or the closing body tag, , it may not work or it may work now but not after you add other tags. Creating alab2xx.html: In this lab, you will create a web page using the text editor, Notepad. Using any type of HTML editor for this class is not allowed. Save this file in your all102Labs folder on your H drive. Name your file alab2xx.html where xx are your first and last initials. It is important that you name this web page exactly the name given. Always keep backup copies of your files. This page must include:  The Document Type Definition (DTD) from page 31.  Remember to include the XML namespace in the opening tag from page 31.  A comment immediately following the opening head tag that includes today’s date, your and section number  A comment immediately following that comment that contains your name  A comment immediately before the closing head tag that contains your last name and your email address.  A comment within the body element that contains your user id (login name), the name of your lab instructor, and the name of your lecturer instructor for CSCE 102  An appropriate title using the **** tag  Your name using an h3 tag  Your user id (login name) and today’s date using an h4 tag.  Your section number and lab instructor’s name displayed on the page using another heading tag <h6>.  Using the tags you know from lab one make this page about Youtube. Your page will not be like anyone else’s. Include answers to the following questions: o What is Youtube? Search the web for your answer. Use your own words. Do not copy from the web. o Explain the history if Youtube. o Have you ever looked at Youtube before?  If so what did you look at? o Have you ever put anything on Youtube?  If so what?

o What do you think of Youtube? o Do you think that Youtube will lead to any legal issues? o Now that we have Youtube, what do you think will be next? Use your imagination. Note: Make your page interesting and free of grammatical errors  A link to allAssign.html  Somewhere in the page include six links to the web to sites related to the content of the page  A comment immediately before the closing body tag that contains your name, dorm name, or street address, and hometown. Note: Insert a link to this file at the bottom of allAssign.html Above that link insert a link to the other file created in lab Note: You will include a link in allAssigns.hrml to each file you create through out the semester.