Program to add two numbers
-------------------------------------------------
Program:
<!DOCTYPE html>
<html>
<head>
<title>Add Two Numbers</title>
<style>
.container {
text-align: center;
font-size: 24px;
}
.result {
font-weight: bold;
color: green;
}
</style>
</head>
<body>
<div class="container">
<p>Result of adding two numbers:</p>
<p class="result">5 + 3 = 8</p>
</div>
</body>
</html>
-------------------------------------------------
#basicprograms
-------------------------------------------------
Program:
<!DOCTYPE html>
<html>
<head>
<title>Add Two Numbers</title>
<style>
.container {
text-align: center;
font-size: 24px;
}
.result {
font-weight: bold;
color: green;
}
</style>
</head>
<body>
<div class="container">
<p>Result of adding two numbers:</p>
<p class="result">5 + 3 = 8</p>
</div>
</body>
</html>
-------------------------------------------------
#basicprograms
❤1😍1