0% found this document useful (0 votes)
36 views22 pages

Deepika Bhati Ecommerce Lab File

This document contains 40 programs demonstrating various HTML elements and tags. It covers topics like headings, paragraphs, links, images, tables, lists, forms, and more. Each program provides code examples to showcase the different HTML features.

Uploaded by

NITISH BHATI
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)
36 views22 pages

Deepika Bhati Ecommerce Lab File

This document contains 40 programs demonstrating various HTML elements and tags. It covers topics like headings, paragraphs, links, images, tables, lists, forms, and more. Each program provides code examples to showcase the different HTML features.

Uploaded by

NITISH BHATI
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
You are on page 1/ 22

Fairfield Institute of Management and Technology

E-Commerce

Lab/Practical File

Subject code: 112

Submitted to: Submitted by:

Dr. Raj Kumar Garg Deepika Bhati

06290101721

BBA General

Semester-2/B
Table of Contents

S.No. Topics Page no.


1 To create a Simple/Basic structure of a webpage using HTML 1
coding
2 HTML Headings 1
3 HTML Paragraphs 2
4 HTML Links 2
5 HTML images with its width and height attributes 3
6 HTML Title attribute 3
7 HTML href attributes/audio and video tag 4
8 The width and height attribute/Blockquote 4
9 HTML Headings Marquee 5
10 HTML Horizontal Rule/HR 5
11 HTML Head 6
12 HTML Paragraph 1 6
13 HTML Paragraph 2 7
14 Line breaks in HTML 7
15 Pre-Tag in HTML 8
16 HTML Styles 8
17 HTML Background colours 9
18 HTML Text colour 9
19 HTML Text font 10
20 HTML Text size 10
21 HTML Text alignment 11
22 Bold formatting using <b> element 11
23 Italic formatting using <i> element 12
24 Linking using absolute URL 12
25 HTML tables 13
26 HTML Tables with Borders 13
27 HTML Tables with cell padding 14
28 HTML Tables with Heading 14
29 HTML Tables with Caption 15
30 HTML Tables with cell spacing 15
31 HTML Table with horizontal and vertical heading 16
32 Unordered html list 16
33 Ordered html list 17
34 Ordered list with letters 17
35 Nested list 18
36 HTML Form with text input 18
37 HTML Form with Radio button 19
38 HTML Form with Text field and submit button 19
39 A simple drop down list 20
40 Text area in an HTML form 20
Program 1: Create a simple webpage using HTML coding

Program 2: HTML Heading


Program 3: HTML Paragraphs

Program 4: HTML Links


Program 5: HTML images with its width and height attributes

Program 6: HTML Title attributes


Program 7: HTML HREF attribute/Audio & Video tag

Program 8: The width and Height attributes/ Blockquote


Program 9: HTML Headings/Marquee

Program 10: HTML Horizontal Rules/HR


Program 11: HTML Head

Program 12: HTML Paragraph 1


Program 13: HTML Paragraph 2

Program 14: Line Breaks in HTML


Program 15: Pre Tag in HTML

Program 16: HTML Styles


Program 17: HTML Background color

Program 18: HTML Text color


Program 19: HTML Text font

Program 20: HTML Text size


Program 21: HTML Text alignment

Program 22: Bold Formatting using the <b> element


Program 23: Italic Formatting using the <i> element

Program 24: Linking using an absolute URL


Program 25: HTML Tables

Program 26: HTML Table with border


Program 27: HTML Table with cell padding

Program 28: HTML Table with heading


Program 29: HTML Table with Caption

Program 30: HTML Table with cell spacing


Program 31: HTML Table with Horizontal & Vertical Headings

Program 32: Unordered HTML List


Program 33: Ordered List in HTML

Program 34: Ordered List with Letters


Program 35: Nested List

Program 36: HTML form with Text Input


Program 37: HTML Form with Radio Buttons

Program 38: HTML Form with text fields and Submit buttons
Program 39: A Simple Drop Down List

Program 40: Text Area in HTML Form

You might also like