

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
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
1 / 2
This page cannot be seen from the preview
Don't miss anything!


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.