This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en" dir="ltr"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Simple Calculator using HTML, CSS and JavaScript</title> | |
<link rel="stylesheet" href="styles.css"> | |
<style> | |
.Calculator { | |
height: 590px; |