From 3f6181e6177eb5d5c765a3f189524f62668ee097 Mon Sep 17 00:00:00 2001 From: Parth Dhavan Date: Fri, 24 May 2024 22:27:00 +0530 Subject: [PATCH] exp5 --- exp5/1) Largest_integer.html | 107 +++++++++++++++++++++++++++++++++++ exp5/2) Capitalize.html | 85 ++++++++++++++++++++++++++++ exp5/3) Calculator.html | 98 ++++++++++++++++++++++++++++++++ exp5/4) smallest_word.html | 76 +++++++++++++++++++++++++ exp5/dropdown.html | 48 ++++++++++++++++ exp5/odd_no.html | 66 +++++++++++++++++++++ exp5/palindrome.html | 98 ++++++++++++++++++++++++++++++++ exp5/random_string.html | 79 ++++++++++++++++++++++++++ 8 files changed, 657 insertions(+) create mode 100644 exp5/1) Largest_integer.html create mode 100644 exp5/2) Capitalize.html create mode 100644 exp5/3) Calculator.html create mode 100644 exp5/4) smallest_word.html create mode 100644 exp5/dropdown.html create mode 100644 exp5/odd_no.html create mode 100644 exp5/palindrome.html create mode 100644 exp5/random_string.html diff --git a/exp5/1) Largest_integer.html b/exp5/1) Largest_integer.html new file mode 100644 index 0000000..a87cb2f --- /dev/null +++ b/exp5/1) Largest_integer.html @@ -0,0 +1,107 @@ + + + + + + Display largest Integer + + + +

Max Number

+
+ +

+ +

+ +

+ +
+ +
+ + + + diff --git a/exp5/2) Capitalize.html b/exp5/2) Capitalize.html new file mode 100644 index 0000000..0528989 --- /dev/null +++ b/exp5/2) Capitalize.html @@ -0,0 +1,85 @@ + + + + + +Capitalize + + + + + +

Capitalize Last Letter of Each Word

+ + + +
+ + diff --git a/exp5/3) Calculator.html b/exp5/3) Calculator.html new file mode 100644 index 0000000..35e06fc --- /dev/null +++ b/exp5/3) Calculator.html @@ -0,0 +1,98 @@ + + + + + +Simple Calculator + + + + +

Simple Calculator

+ +
+ +
+ + + + + + + + + + + + + + + + +
+
+ + + + + \ No newline at end of file diff --git a/exp5/4) smallest_word.html b/exp5/4) smallest_word.html new file mode 100644 index 0000000..66aa8f3 --- /dev/null +++ b/exp5/4) smallest_word.html @@ -0,0 +1,76 @@ + + + + + + Smallest Word Finder + + + + +
+

Smallest Word Finder

+ + +

+
+ + + + diff --git a/exp5/dropdown.html b/exp5/dropdown.html new file mode 100644 index 0000000..a3e68f7 --- /dev/null +++ b/exp5/dropdown.html @@ -0,0 +1,48 @@ + + + + + + Number Dropdown + + + +

Select a Number

+ + + + diff --git a/exp5/odd_no.html b/exp5/odd_no.html new file mode 100644 index 0000000..f406d6e --- /dev/null +++ b/exp5/odd_no.html @@ -0,0 +1,66 @@ + + + + + + Odd Numbers and Sum + + + +

Finding Odd Numbers and Sum

+ +
+ + + diff --git a/exp5/palindrome.html b/exp5/palindrome.html new file mode 100644 index 0000000..8136290 --- /dev/null +++ b/exp5/palindrome.html @@ -0,0 +1,98 @@ + + + + + + Palindrome Numbers and Sum Finder + + + +

Find Palindrome Numbers and Sum

+
+
+
+ + +

+ + + diff --git a/exp5/random_string.html b/exp5/random_string.html new file mode 100644 index 0000000..96ab10a --- /dev/null +++ b/exp5/random_string.html @@ -0,0 +1,79 @@ + + + + + + Random String Generator + + + +

Generate a Random String

+ + +

+ + +