Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Other

HTML & CSS project

Rating
-
Sold
-
Pages
6
Uploaded on
26-05-2023
Written in
2022/2023

In this tutorial, we made a simple calculator projects by using HTML & CSS . this is a projects for beginners how just started to learn front end programming language like html, CSS, JavaScript etc. in this project you will be familiar with basic properties of HTM & CSS.

Show more Read less
Institution
Course

Content preview

Project Calculator
Using html, CSS




Preview of project

, Html source code
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Simple-Calculator</title>

<link rel="stylesheet" href="calculator.css">
</head>

<body>

<div class="container">
<div class="calculator">
<div class="name">Calculator</div>

<form>
<div class="display">
<input type="text" name="display">
</div>
<div>
<input type="button" value="AC" onclick="display.value =''" class="operator">
<input type="button" value="DE" onclick="display.value = display.value.toString().slice(0,-1)" class="operator">
<input type="button" value="." onclick="display.value +='.'" class="operator">
<input type="button" value="/" onclick="display.value +='/'" class="operator">
</div>
<div>
<input type="button" value="(" onclick="display.value +=''" class="operator">
<input type="button" value=")" onclick="display.value +=')'" class="operator">
<input type="button" value="[" onclick="display.value +='['" class="operator">
<input type="button" value="]" onclick="display.value +=']'" class="operator">
</div>

Written for

Institution
Course

Document information

Uploaded on
May 26, 2023
Number of pages
6
Written in
2022/2023
Type
OTHER
Person
Unknown

Subjects

$8.49
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller
Seller avatar
jaykumar1

Get to know the seller

Seller avatar
jaykumar1 Kurukshetra University
Follow You need to be logged in order to follow users or courses
Sold
-
Member since
2 year
Number of followers
1
Documents
3
Last sold
-

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions