ICT - Lab 9 20112024 120205pm 20112024 023814pm
ICT - Lab 9 20112024 120205pm 20112024 023814pm
&
Communication Lab
CSL-114
Lab Journal-09
STUDENT NAME
Enrollment
BSCS-1C
Objectives:
• HTML Introduction
• Tags and Attributes
HTML Structure:
OR
HTML Tags:
<html> Defines an HTML document
<u> Defines some text that is unarticulated and styled differently from
normal text
Eample1:
Run the html code using browser.
Example 2:
Create a HTML document giving details of your [Name, Age], [Address, Phone] and [Register,
Number, Class] aligned in proper order using alignment attributes of Paragraph tag.
Procedure:
Example 5:
Create a web page, showing an ordered list of all second semester courses
(Subjects) Procudure:
1. Go to start->all programs->accessories->notepad
2. Type the html code
3. Use <ol> ---- </ol> tag to display ordered list of all subject
4. Inside <ol>tag use <li> -- </li> tag to list each subject
5. Go to file –>save->save the file with html extension
6. Run the html code using browser
Example 6:
<html>
<head><title>program 12</title>
</head>
<body>
<ol type=1>
<li>chapter 1</li>
<ol type=1>
<li>section one</li>
<li>section two</li>
</ol type=1>
<li>chapter 2</li>
<ol type=1>
<li>section one</li>
<li>section two</li>
</ol>
</ol>
<img src="photo.jpg" alt="Photo Unavailable" width="104" height="142">
</body>
</html>
Task 1: Table
Make the following webpage using appropriate tags and attributes.
Task 2:
Deliverables
Upload your task in a compressed file with the name already used in previous labs (Aima-003.)
Your file must have notepad files along with the pdfs of your outputs.
Grade Criteria
Activity Marks
Task 1 5
Task 2 5