Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
js-e001
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Silvia Barrientos
js-e001
Commits
086e0979
Commit
086e0979
authored
4 years ago
by
Silvia Barrientos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete calculadora.html
parent
2e064084
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
48 deletions
+0
-48
JavaScript/calculadora/calculadora.html
+0
-48
No files found.
JavaScript/calculadora/calculadora.html
deleted
100644 → 0
View file @
2e064084
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<title>
Calculadora
</title>
<link
rel=
"stylesheet"
href=
"styles.css"
>
</head>
<body
onload=
"init()"
>
<script
src=
"javaScript2.js"
></script>
<div
class=
"calculadora"
>
<div
class=
"teclas"
>
<div
class=
"pantalla"
>
<div
id=
"resultado"
></div>
</div>
<div>
<button
id=
"uno"
>
1
</button>
<button
id=
dos
>
2
</button>
<button
id=
"tres"
>
3
</button>
</div>
<div>
<button
id=
"cuatro"
>
4
</button>
<button
id=
"cinco"
>
5
</button>
<button
id=
"seis"
>
6
</button>
</div>
<div>
<button
id=
"siete"
>
7
</button>
<button
id=
"ocho"
>
8
</button>
<button
id=
"nueve"
>
9
</button>
</div>
<div>
<button
id=
"cero"
>
0
</button>
<button
id=
"suma"
>
+
</button>
<button
id=
"resta"
>
_
</button>
</div>
<div>
<button
id=
"division"
>
÷
</button>
<button
id=
"multiplicacion"
>
x
</button>
<button
id=
"esigual"
>
=
</button>
</div>
</div>
</div>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment