forked from Annex5061/java-algorithms
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpriya.html
97 lines (87 loc) · 2.63 KB
/
priya.html
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
<!-- Primary Menu -->
<div class="module menu left">
<ul id="nav-primary" class="nav nav-primary">
<li><a href="#home">Start</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#testimonials">Testimonials</a></li>
div class="col-sm-4">
<dl class="description-2">
<dt>Speciality</dt>
<dd>Front-End Development</dd>
<dt>Years experience</dt>
<dd>6+</dd>
</dl>
div class="image-box image-hover bg-black text-center">
<div class="image">
<div class="hover dark">
<a href="#">
<h5 class="mb-0">Cityscapes</h5>
<span class="text-muted">Photography</span>
</a>
</div>
<img src="assets/img/works/gr-winter.jpg" alt="grand rapids in winter">
</div>
</div>
!DOCTYPE html>
<html>
<!-- body tag starts here -->
<body bgcolor="black">
<h2>GeeksforGeeks</h2>
<p> It is a Computer Science portal For Geeks </p>
</body>
<!-- body tag ends here -->
</html>
</div>
<li><a href="#works">Works</a></li>
<li><a href="#contact">Contact</a></li>
</ul><div class="mb-40">
<div class="progress progress-2">
<div class="progress-bar" role="progressbar" aria-valuenow="97" aria-valuemin="0" aria-valuemax="100" style="width: 97%;">97%</div>
</div>
<strong>Adobe Photoshop</strong>
</div>
<div class="col-sm-6">
<div class="testimonial testimonial-1">
<div class="quote">
These tutorials are <strong>excellent</strong>. I've learned so much. I can't wait to try more!
</div>
<div class="author with-image">
<img src="assets/img/avatars/avatar01.jpg" alt="testimonial author avatar">
<span class="name text-uppercase">Mark Johnson</span>
<span class="caption text-muted">Envato Tuts+ user</span>
</div>
</div>
</div>
</div>
html>
<head>
<title>
HTML table border Attribute
</title>
</head>
<body>
<h1>GeeksforGeeks</h1>
<h2>HTML table border Attribute</h2>
<table border="1">
<caption>Author Details</caption>
<tr>
<th>NAME</th>
<th>AGE</th>
<th>BRANCH</th>
</tr>
<tr>
<td>BITTU</td>
<td>22</td>
<td>CSE</td>
</tr>
<tr>
<td>RAM</td>
<td>RAM</td>
<td>21</td>
<td>ECE</td>
</tr>
</table>
</body>
</html>