0% found this document useful (0 votes)
5 views2 pages

HTML Practical Handwritten

The document outlines a series of experiments focused on HTML coding techniques. Each experiment has a specific aim, such as creating personal detail pages, resumes, and lists, along with the corresponding HTML code and expected output. The experiments cover various aspects of HTML, including tags, styling, and tables.

Uploaded by

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

HTML Practical Handwritten

The document outlines a series of experiments focused on HTML coding techniques. Each experiment has a specific aim, such as creating personal detail pages, resumes, and lists, along with the corresponding HTML code and expected output. The experiments cover various aspects of HTML, including tags, styling, and tables.

Uploaded by

mohitmor181
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Experiment 1: Personal Details

Aim: To create a web page showing personal details.

Code:
HTML code for personal details page.

Output: Displays name, age, city, hobby.

Experiment 2: Resume
Aim: To design a simple resume page.

Code:
HTML code for resume.

Output: Shows personal info, education, skills.

Experiment 3: HTML Tags


Aim: To show basic HTML tags.

Code:
Examples of p, h1, a, img, br.

Output: Explains usage of tags.

Experiment 4: Paragraph Styling


Aim: To apply colors and fonts.

Code:
Inline CSS styling used.

Output: Different styled paragraphs shown.

Experiment 5: Ordered List


Aim: To create numbered list.

Code:
Using and .

Output: Displays programming languages.


Experiment 6: Unordered List
Aim: To create bullet list.

Code:
Using and .

Output: Displays hobbies.

Experiment 7: Table
Aim: To create education table.

Code:
Using tag.

Output: Displays class, board, year.

You might also like