Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Web technology lab program, Lab Reports of Computer Science

Basic web technology program using basic tags,elements and there attributes

Typology: Lab Reports

2020/2021

Uploaded on 02/15/2024

varshini-anbalagan-1
varshini-anbalagan-1 🇮🇳

3 documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Exercise Program:
1) Heading Tags
<!DOCTYPE html>
<html>
<head>
<title>Heading Tags Example</title>
</head>
<body>
<h1>This is a Heading 1</h1>
<h2>This is a Heading 2</h2>
<h3>This is a Heading 3</h3>
<h4>This is a Heading 4</h4>
<h5>This is a Heading 5</h5>
<h6>This is a Heading 6</h6>
</body>
</html>
pf3

Partial preview of the text

Download Web technology lab program and more Lab Reports Computer Science in PDF only on Docsity!

Exercise Program:

  1. Heading Tags
Heading Tags Example

This is a Heading 1

This is a Heading 2

This is a Heading 3

This is a Heading 4

This is a Heading 5
This is a Heading 6
  1. Paragraph tag
Heading Example

This is Heading 1

Some content goes here...

This is Heading 2

More content for Heading 2...

This is Heading 3

Additional content for Heading 3...

This is Heading 4

Additional content for Heading 4...

This is Heading 5

Additional content for Heading 5...

This is Heading 6

Additional content for Heading 6...