E Commerce File by Nishant
E Commerce File by Nishant
LAB MANUAL
ON
SESSION 2022-25
06225501722
I hereby certify that this is my original work and it has never been
submitted elsewhere.
______________
NISHANT KHANDELWAL
ENROLL.NO. 06225501722
CERTIFICATE OF COMPLETION
Date:
NISHANT KHANDELWAL
SR.N Introduction
O
1 Basic Structure
2 <h1> tag <p> tag <a> tag <img> tag <ul> and <li> tag
3 <div> tag <span> tag <form> tag
4 <table> tag <em> tag <strong> tag <hr> and <br> tag
5 Use of html in E commerce
6 Is html necessary
7 Html for job
8 Conclusion
9 Limitations
Introduction
HTML tags are enclosed in angle brackets, and most tags have an
opening tag and a closing tag . The opening tag defines the start of an
element, while the closing tag indicates its end. Some tags, known as
self-closing tags, do not require a closing tag. HTML tags can be
classified into several categories: Structural Tags: These tags define the
basic structure of a web page.
BASIC STRUCTURE
<h1> H1 TO H6 TAGS </h1>
Product Listing and Details: HTML is used to create the layout and
structure for product listing pages. Each product is typically
represented as a separate HTML element, with relevant information
such as title, image, price, and description organised in a visually
appealing manner. HTML also enables the creation of product detail
pages, where customers can find comprehensive information about a
specific product.
Yes, HTML is necessary for building and displaying web pages. It is the
standard markup language for creating the structure and content of
web pages. Without HTML, it would be impossible to create and
present information on the internet in a structured and organised
manner.
Design Limitations: HTML alone has limited control over the visual
appearance of web pages. While CSS (Cascading Style Sheets) can be
used to style HTML elements, advanced design features such as
complex layouts, animations, and custom graphical effects may require
additional technologies or CSS frameworks.