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.