0% found this document useful (0 votes)
3 views

EXPERIMENT NO. 2

The document outlines an experiment for a course on Robotic Process Automation, focusing on creating a web page using different HTML list tags. It explains the use of unordered lists (<ul>), ordered lists (<ol>), and definition lists (<dl>), along with their respective tags and applications. The experiment aims to design a web page displaying subjects for third-year students, with practical questions included for assessment.

Uploaded by

Rohan Kokatare
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

EXPERIMENT NO. 2

The document outlines an experiment for a course on Robotic Process Automation, focusing on creating a web page using different HTML list tags. It explains the use of unordered lists (<ul>), ordered lists (<ol>), and definition lists (<dl>), along with their respective tags and applications. The experiment aims to design a web page displaying subjects for third-year students, with practical questions included for assessment.

Uploaded by

Rohan Kokatare
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Robotic Process Automation Course code: 22682

EXPERIMENT No. 02
Aim: Create a web page using different list tags

Course Outcome Achieved: Use data model and language to develop web page

Theory:

HTML tags are the keywords that are used to produce web pages in various formats. Opening

tags and closing tags are found in the majority of tags. The concluding tags contain a forward

slash (/), while the language of the beginning tags is the same. Certain tags don’t need to be

closed.

HTML offers web authors three ways for specifying lists of information. All lists must contain
one or more list elements. Lists may contain:
● <ul> An unordered list. This will list items using plain bullets.

● <ol> An ordered list. This will use different schemes of numbers to list your items.

● <dl> A definition list. This arranges your items in the same way as they are arranged in a

dictionary.

HTML Unordered Lists

An unordered list is a collection of related items that have no special order or sequence. This list

is created by using <ul> HTML tag. Each item in the list is marked with a bullet.

HTML Ordered Lists If you are required to put your items in a numbered list instead of bulleted

then HTML ordered list will be used. This list is created by using <ol> tag. The numbering

starts at one and is incremented by one for each successive ordered list element tagged with <li>

Department of Automation and Robotics


Robotic Process Automation Course code: 22682

HTML Definition Lists

HTML and XHTML support a list style which is called definition lists where entries are listed

like in a dictionary or encyclopedia. The definition list is the ideal way to present a glossary, list

of terms, or other name/value list.

Definition List makes use of following three tags.

● <dl> Defines the start of the list

● <dt> A term

● <dd> Term definition

● </dl> Defines the end of the list

Resources Required:

Serial
Product Quantity
number

01. Desktop/PC 01

02. Internet connection

03. Notepad

04 Internet explorer/ google crome

Problem Statement: Design a web page to display the List of subjects of third year students
and chosen subject for study using list tag in HTML .
Code with output :

Department of Automation and Robotics


Robotic Process Automation Course code: 22682

Conclusion:

……………………………………………………………………………

……………………………………………………………………………

…………………………………………………………………………….

Practical Related Questions:


1. Which Tag is used for list item? ____________________
2. Which list s appeared with bullet in list in the performed practical code?
________________
3. State the meaning of <dd> and <dt> .
_________________________________
_________________________________

Signature of
Process Related Product related Total
Teacher

(15M) (10M) (25M)

Department of Automation and Robotics

You might also like