-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtext.html
More file actions
116 lines (100 loc) · 3.62 KB
/
Copy pathtext.html
File metadata and controls
116 lines (100 loc) · 3.62 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html>
<head>
<title>Ayush.com</title>
<style>
.search-bar{
font-size: 18px;
display:block;
text-align: center;
margin-left: 570px;
}
.Thumbnails{
width:600px;
height:1048.56px;
display:inline-block;
}
.Page-Title{
font-size: 30px;
font-family: Arial;
font-weight: bold;
text-align: center;
color: black;
margin-top: 10px;
margin-bottom: 10px;
}
.Main{
display: inline-block;
margin-right:60px;
font-size: 30px;
}
.subtree{
display:inline-block;
width:600px;
height:300px;
}
.out{
display:inline-block;
width:600px;
height:300px;
}
.Page-discription{
font-size: 30px;
display:grid;
}
.Max{
font-size: 30px;
color:gray;
display:grid;
}
.wow{
display: grid;
grid-template-columns: 1fr 1fr;
}
</style>
</head>
<body>
<p class="Page-Title">
Thapar Coding Help
</p>
<input class="search-bar" type="text" placeholder="Search">
<p class="Page-discription">
Learn more about our mission, our team, and our commitment to helping you achieve your coding goals.
Whether you're looking to launch a career in software development, enhance your existing skills, or simply explore the world of coding out of curiosity, [Thapar Coding Help] is your trusted partner on this exciting journey.
Start coding with us today, and let's bring your ideas to life through the power of programming!
</p>
<div class="wow">
<div class="Main">
<div style="background-color: gray;">
<p>
Here is code for 'traversals' in a Binary Tree
</p>
<img class="Thumbnails" src="Tree-Traversal.png">
</div>
<div style="background-color: aquamarine;">
<p> Explanation :</p>
<img class="subtree" src="tree-traverse-ex.png">
</div>
</div>
<div class="Main">
<div style="background-color: gray;">
<p>
Here is a Code to demonstrate String Functions
</p>
<img class="Thumbnails"src="1strings.png">
</div>
<div style="background-color: aquamarine;">
<p>Output:</p>
<img class="out" src="strings-ex.png">
</div>
</div>
</div>
<div>
<p class ="Max">
Have questions, suggestions, or just want to say hello? We'd love to hear from you! Reach out to us at [989723...] or connect with us on [Social Media Platforms].
<strong>Thank you for visiting Thapar coding help.</strong> Start exploring, learning, and connecting today!
Feel free to customize this description by replacing placeholders with your website's specific details and messaging. Make sure to keep it concise, engaging, and reflective of your brand's personality and mission.
</p>
</div>
</body>
</html>