THAKUR SPECIALIZED
DEGREE COLLEGE.
FY.BSC. - COMPUTER SCIENCE
Web Technologies
Abbreviation:- DOP: Date of Practical Performance
DOS: Date of Submission
PRACTICAL NO : 1
DOP:- 9/12/2024
DOS:- 16/12/2024
AIM:- Use of Basic and Advanced Tags, Lists, and
Backgrounds.
,PRACTICAL NO 1 (A) Understanding elements,
tags, and basic structure of HTML files.
<!DOCTYPE html>
<head>
<title>This is Demo</title>
</head>
<body>
<h1>Hello world !!! </h1>
<h2>Hello world !!! </h2>
<h3>Hello world !!! </h3>
<h4>Hello world !!! </h4>
<h5>Hello world !!! </h5>
<h6>Hello world !!! </h6>
<p>This is a paragraph</p>
<div>Astrology suggests our habits can impact planetary influences on our lives.
Negative habits like anger, dishonesty, and laziness diminish these energies. Cultivating
positive behaviors such as gratitude, honesty, and discipline can realign us with the cosmos and
enhance planetary harmony as we approach 2025.
</div>
<a href="https://www.google.co.in/">
Google
</a>
</body>
</html>
,PRACTICAL NO 1 (B) Design a Web page using
basic and advanced text formatting tags.
Types of Tags
<i>, <big>, <small>, <strong>,<strike>, <em>,<sup>, <u>,<footer>.
<!DOCTYPE html>
<head>
<title> Text formatting tags </title>
</head>
<body>
<h1> India VS Australia </h1>
<p><i>India's woes in the ongoing Border Gavaskar Trophy continued to deepen as
the visitors once again find their backs to the wall in the Brisbane Test after Rohit Sharma's
decision to bowl first at the Gabba backfired and Australia raced to a big first-innings total</i>
</p>
<p> <big>India's bowlers, barring Jasprit Bumrah, once again failed to apply
pressure,</big> which allowed <small>Travis Head and Steve Smith to stitch a 241-run
partnership and score centuries to put India on the backfoot.</small>
</p>
<p> <strong>India had a dreadful </strong>India's bowlers, barring Jasprit Bumrah,
<em> once again failed to apply pressure,</em> which allowed <strike>Travis Head and Steve
Smith to stitch a 241-run partnership and score centuries to put India on the backfoot.</strike>
</p>
, <p> The play on Day 3 of the ongoing third Test between <sup> India and Australia
had to end abruptly due to rain in Brisbane.</sup> At Stumps,<u> India's score read 51/4 with
KL Rahul (33*) and skipper Rohit Sharma (0*) standing unbeaten at the crease</u>. After
Australia ended their first innings at 445.
</p>
<footer>
<p>India's top order flattered to deceive, throwing away their wickets to end the day at a
precarious position. Rain hung around Brisbane for the most part of the day, and in the end,
play was officially called off after the sixth interruption. India need to reach 246 to avoid follow-
on. The visitors trail by 394 runs.
</p>
</footer>
</body>
</html>
PRACTICAL NO 1 ( C ) Design Web page using
ordered lists, unordered lists, and description lists.
Ordered and unordered lists
<!DOCTYPE htmL>
<head>
<title>inline style attribute</title>
</head>
DEGREE COLLEGE.
FY.BSC. - COMPUTER SCIENCE
Web Technologies
Abbreviation:- DOP: Date of Practical Performance
DOS: Date of Submission
PRACTICAL NO : 1
DOP:- 9/12/2024
DOS:- 16/12/2024
AIM:- Use of Basic and Advanced Tags, Lists, and
Backgrounds.
,PRACTICAL NO 1 (A) Understanding elements,
tags, and basic structure of HTML files.
<!DOCTYPE html>
<head>
<title>This is Demo</title>
</head>
<body>
<h1>Hello world !!! </h1>
<h2>Hello world !!! </h2>
<h3>Hello world !!! </h3>
<h4>Hello world !!! </h4>
<h5>Hello world !!! </h5>
<h6>Hello world !!! </h6>
<p>This is a paragraph</p>
<div>Astrology suggests our habits can impact planetary influences on our lives.
Negative habits like anger, dishonesty, and laziness diminish these energies. Cultivating
positive behaviors such as gratitude, honesty, and discipline can realign us with the cosmos and
enhance planetary harmony as we approach 2025.
</div>
<a href="https://www.google.co.in/">
</a>
</body>
</html>
,PRACTICAL NO 1 (B) Design a Web page using
basic and advanced text formatting tags.
Types of Tags
<i>, <big>, <small>, <strong>,<strike>, <em>,<sup>, <u>,<footer>.
<!DOCTYPE html>
<head>
<title> Text formatting tags </title>
</head>
<body>
<h1> India VS Australia </h1>
<p><i>India's woes in the ongoing Border Gavaskar Trophy continued to deepen as
the visitors once again find their backs to the wall in the Brisbane Test after Rohit Sharma's
decision to bowl first at the Gabba backfired and Australia raced to a big first-innings total</i>
</p>
<p> <big>India's bowlers, barring Jasprit Bumrah, once again failed to apply
pressure,</big> which allowed <small>Travis Head and Steve Smith to stitch a 241-run
partnership and score centuries to put India on the backfoot.</small>
</p>
<p> <strong>India had a dreadful </strong>India's bowlers, barring Jasprit Bumrah,
<em> once again failed to apply pressure,</em> which allowed <strike>Travis Head and Steve
Smith to stitch a 241-run partnership and score centuries to put India on the backfoot.</strike>
</p>
, <p> The play on Day 3 of the ongoing third Test between <sup> India and Australia
had to end abruptly due to rain in Brisbane.</sup> At Stumps,<u> India's score read 51/4 with
KL Rahul (33*) and skipper Rohit Sharma (0*) standing unbeaten at the crease</u>. After
Australia ended their first innings at 445.
</p>
<footer>
<p>India's top order flattered to deceive, throwing away their wickets to end the day at a
precarious position. Rain hung around Brisbane for the most part of the day, and in the end,
play was officially called off after the sixth interruption. India need to reach 246 to avoid follow-
on. The visitors trail by 394 runs.
</p>
</footer>
</body>
</html>
PRACTICAL NO 1 ( C ) Design Web page using
ordered lists, unordered lists, and description lists.
Ordered and unordered lists
<!DOCTYPE htmL>
<head>
<title>inline style attribute</title>
</head>