-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
96 lines (89 loc) · 4.72 KB
/
index.html
File metadata and controls
96 lines (89 loc) · 4.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Code 101</title>
<link rel="stylesheet" href="css/styles.css"> <!-- Link to the external CSS file -->
</head>
<body>
<header>
<h1>Welcome to Code101</h1>
</header>
<br>
<!-- <img src="image/hb.jpg" alt="Happy Birthday Mam" style="width: 100%; height: auto;">-->
<main>
<section class="content">
<!--<object type="text/html" data="js_main.html" width="600" height="400">></object>-->
<h3> Javascript Codes </h3>
<ol>
<li><a href="js/GenerateTableofaGivenNumber.html">Generate table of a given numbe</a></li>
<li><a href="js/GeneratetableofagivennumbertillitsgivenNthMultiple.html">Generate table of a given number till it's given n<sup>th</sup> multiple</a></li>
<li><a href="js/CalculatePerimeterofSquare.html">Calculate Perimeter of Square</a></li>
<li><a href="js/areaofrectangle.html">Area of rectangle</a></li>
<li><a href="js/Areaofarightangledtriangle.html">Area of right angled triangle</a></li>
<li><a href="js/Areaofparallelogram.html">Area of parallelogram</a></li>
<li><a href="js/circumferenceofacircle.html">circumference of a circle</a></li>
<li><a href="js/checknumberifeverorodd.html">check number if ever or odd</a></li>
<li><a href="js/1.html">Odd numbers between 50 to 100</a></li>
<li><a href="js/2.html">Display Message</a></li>
<li><a href="js/5.html">Display 1 to 100 Numbers</a></li>
<li><a href="js/6.html">sum of digits</a></li>
<li><a href="js/7.html">Use of SWICH</a></li>
<li><a href="js/11.html">Addition and of multiplication 3 numbers </a></li>
<li><a href="js/12.html">Display Square of 2 to 10 Numbers</a></li>
<li><a href="js/13.html">Display numbers from 100 to 200</a></li>
<li><a href="js/15.html">Display numbers from 1 to 100 even numbers</a></li>
<li><a href="js/16.html">Display table of 2</a></li>
<li><a href="js/18.html">check number is less,greater or equal</a></li>
<li><a href="js/19.html">check pincode is number or not</a></li>
<li><a href="js/20.html">display 50 to 100 even numbers</a></li>
<li><a href="js/21.html">calculate length of the string</a></li>
<li><a href="js/22.html">number is divisible by 5 and 7</a></li>
<li><a href="js/23.html">Display table of 7</a></li>
<li><a href="js/25.html">Even n umbers from 1 to 10</a></li>
<li><a href="js/26.html">Display Greater number between 2 numbers </a></li>
<li><a href="js/27.html">Even n umbers from 1 to 10</a></li>
<li><a href="js/28.html">Greater , less ,or equal 100</a></li>
<li><a href="js/29.html">Sum of numbers from 1 to 10</a></li>
<li><a href="js/30.html">Even numbers from 50 to 100</a></li>
<li><a href="js/31.html">Even numbers from 101 to 500</a></li>
<li><a href="js/32.html">display numbers from 100 to 500</a></li>
<li><a href="js/33.html">Display Double of entered number</a></li>
<li><a href="js/34.html">display sum of 20 natural numbers</a></li>
<li><a href="js/35.html">Calculate factorial of 5</a></li>
<li><a href="js/36.html">Calculate factorial of Entered number</a></li>
<li><a href="js/37.html">Calculate nth power of 2</a></li>
<li><a href="js/38.html">Display a message</a></li>
<li><a href="js/40.html">Factorial of Number</a></li>
<li><a href="js/5.html">Display 1 to 100 Numbers</a></li>
<li><a href="js/6.html">sum of digits</a></li>
<li><a href="js/7.html">Use of SWICH</a></li>
<li><a href="js/9.html">Display Average of 3 numbers</a></li>
<!--<li><a href="js/4.html">Display Message</a></li> #error-->
</ol>
</section>
<section class="content">
<h3> HTML Codes </h3>
<ol>
<li><a href="html/webdegising.html">web degising 1</a></li>
<li><a href="html/webdegising1.html">web degising 2</a></li>
<li><a href="html/webdegising2.html">web degising 3</a></li>
<li><a href="html/webdegising3.html">web degising 4</a></li>
<li><a href="html/webdegising4.html">web degising 5</a></li>
<li><a href="html/webdegising5.html">web degising 6</a></li>
</ol>
</section>
<section class="content">
<h4><a href="aboutus.html">About Us</a></h2>
</section>
<section class="content">
<h4>Contact Us</h2>
<p>You can reach us at <a href= "mailto: code101@gmail.com"> code101@gmail.com </a></p>
</section>
</main>
<footer style="font-size: 12px;">
<p><i>© 2024 Code101. All rights reserved.</i></p>
</footer>
</body>
</html>