Project AF1781 Sameer Saaeb
Project AF1781 Sameer Saaeb
Class: VIII
Section: Berry
By
Shree Swaminarayan
1|Page
Shree Swaminarayan
CERTIFICATE
This is certify that the project entitled, “Creating E-commerce website using
HTML & CSS” is bonafied work of Mast. Sameer Saaeb bearing
member id : AF1781 has submitted project report.
Date: 30/11/23
2|Page
Acknowledgement
I would like to express my special thanks of gratitude to my teacher Mr. Sharad M.
Padir as well as our principal Mr. P.Haribabu reddy who gave me the golden opportunity to
do this wonderful project on the topic Creating Instagram Login page using HTML and CSS
which also helped me in doing a lot of Research and I came to know about so many new
things I am thankful to them.
Last but not least, I would like to thank all our friends and family for their support,
motivations and encouragement.
3|Page
INDEX
1. Introduction 5
2. What is HTML5 ? 6
3. What is CSS ? 8
4. Project code 10
5. Output Screenshot 13
6. Conclusion 14
7. Reference 15
4|Page
INTRODUCTION
|| JAY SWAMINARAYAN ||
I am presenting a project on making an Instagram login page using html and css. In this
project I have explained the languages that I have used to create this program, i.e. html
5 and css. This project also contains the codes which I have used to execute this
program. I have collected information to create this project through books and through
the guidance of my teacher. Beside this I had created many prototypes, and through that
I was able to improve my mistakes and add something new to this webpage. This project
5|Page
WHAT IS HTML5?
update and “W3C Recommendation” status in October 2014. Its goals were to improve
the language with support for the latest multimedia and other new features; to keep the
and devices such as web browsers, parsers, etc., without XHTML’s rigidity; and to
documents and introduces markup and application programming interfaces (APIs) for
complex web applications.For the same reasons, HTML5 is also a candidate for cross-
devices in mind.
Many new syntactic features are included. To natively include and handle multimedia
and graphical content, the new <video>, <audio> and <canvas> elements were added,
6|Page
expandable sections are natively implemented through <summary>…</summary> and
scalable vector graphics (SVG) content and MathML for mathematical formulas was
also added. To enrich the semantic content of documents, new page structure elements
such as <main>, <section>, <article>, <header>, <footer>, <aside>, <nav>, and <figure>
are added. New attributes were introduced, some elements and attributes were
removed, and others such as <a>, <cite>, and <menu> were changed, redefined, or
standardized. The APIs and Document Object Model (DOM) are now fundamental
parts of the HTML5 specification, and HTML5 also better defines the processing for
7|Page
WHAT IS CSS ?
Cascading Style Sheets (CSS) is a style sheet language used for describing the
CSS is designed to enable the separation of content and presentation, including layout,
colors, and fonts. This separation can improve content accessibility; provide more
multiple web pages to share formatting by specifying the relevant CSS in a separate .css
file, which reduces complexity and repetition in the structural content; and enable
the .css file to be cached to improve the page load speed between the pages that share
Separation of formatting and content also makes it feasible to present the same markup
page in different styles for different rendering methods, such as on-screen, in print, by
voice (via speech-based browser or screen reader), and on Braille-based tactile devices.
CSS also has rules for alternate formatting if the content is accessed on a mobile device.
8|Page
The name cascading comes from the specified priority scheme to determine which style
rule applies if more than one rule matches a particular element. This cascading priority
scheme is predictable.
The CSS specifications are maintained by the World Wide Web Consortium (W3C).
Internet media type (MIME type) text/css is registered for use with CSS by RFC 2318
(March 1998). The W3C operates a free CSS validation service for CSS documents.
In addition to HTML, other markup languages support the use of CSS including
XHTML, plain XML, SVG, and XUL. CSS is also used in the GTK widget toolkit.
9|Page
PROJECT CODE
HTML
<!DOCTYPE html>
<html>
<body>
<h1>INSTAGRAM</h1>
<hr>
<br><div class=”container”>
<hr>
<br>
<form style=”background:gray”>
</form>
10 | P a g e
<br>
<form style=”background:gray”>
</form>
<br>
<form>
</div>
<br><br><br><br><br><br>
CSS
.body{
Background:linear-gradient(120deg,black,blue)
H1 {
Text-align:center;
Font-size: 40px;
Background: linear-gradient(
To right,#f32170, #ff6b08,
#cf23cf, #eedd44);
11 | P a g e
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
.container{
Height:400px;
Width:400px;
Text-align:center;
Background:#E1D9D1;
Border-radius:25px;
Button{
Background:linear-gradient(
120deg,#f32170, #ff6b08,
#cf23cf, #eedd44) ;
Border:0px;
Width:150px;
Height:35px;
Border-radius:25px;
12 | P a g e
OUTPUT SCREENSHOT
13 | P a g e
CONCLUSION
It was a wonderful and learning experience for me while working on this project.
It also gave me real insight into this project topic. This project was a great learning
opportunity for me. Thank you for giving me this project and at last I would like to
tell you that I will never forget the experience which I had got while making this
project. I really gave my 100% effort on this project and I hope that my efforts would
14 | P a g e
REFERENCE
1.Websites
i. Google
ii. Wikipedia
2.Textbook
15 | P a g e