-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (71 loc) · 3.96 KB
/
index.html
File metadata and controls
73 lines (71 loc) · 3.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="Web develepment practise">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>⚔Srayas Personal Site</title>
<link rel="stylesheet" href="CSS/style.css">
</head>
<body >
<table cellspacing="20">
<tr>
<td><img class="indexpageimage circularradius" src="https://lh3.googleusercontent.com/-LXOhAxnDbSg/X8pe3UbfuGI/AAAAAAAAa54/-aVklsD-hQEFIk77FovSKn7OsFhzgrpHQCEwYBhgLKtQDAL1OcqyKvWFiLunlKWnAEoA-F81jEYMvQOJ7J1ehufzMBV7i3kGLgrZ5JMMjyeVz0PcjWfG9BhQd7RF9XU4bQHDNZ3SucanHP_CyzJYNbmkvM2AVQpHfLoY50j8d-58p8heFdl3WzOETmgkhgczf29YM6IUE5r20GjgRq2LrbQ-_th5qw2F-InKKcPxKNoGUQKyEW6CCEd2TNWFl37X7vUrDxZXW6yyBzPMv-WTD-SG26z26yUaT8g-XczKImhR_iX-LE70vax8QRoe0WhVskZbryqbvV0HO7U2SIP07MNecmaBal0S0XzOd2dlX0v8SIHBvULDUyaVSCUyO7BM6YqjwNbjQ1ybMKE9IGBgxyhveYX5P2d3NTXoDs8o31ihTM6q6ApAAnaa9z2P5_bhttiiNvQ6xpQoliKC3kYWigKMMxyK0U2UEsXeoiNVTtbB-Z6ODpiIZpYt-N0bq_VONQ39flWCx3FY3Fd3Q7NTpFMriT6rP1aUBkK8_WKvruWnGlE2Z-bHIyt6McihLY8d2QvcGxGCyO4t3GPYyIZhzJUUKaebS0zG71OKnexxMcnFhxHsNqfrm-IIUGkD6VSaRysJ9JZpaOBD684-PLLasf8TCcQq_MMzCqf4F/w140-h140-p/IMG_20201026_085440__01.jpg" alt="Tata Logo from online web"></td>
<td><h1><a href="https://ca.linkedin.com/in/srayas-p-b53109163?trk=org-employees_profile-result-card_result-card_full-click">Srayas</a> Starts 1st Attempt</h1>
<p><em>Paragragh tag , emphasis and strong tag is used<strong>em - for italics ,p- for paraagragh , strong - for bold</strong> </em></p>
<p>I am trying to learn web developing this is my 1st attempt let see how far ican go</p>
</td>
</tr>
</table>
<hr>
<h3>Trails I have done as far </h3>
<ol>
<li>Now working with list</li>
<li>Ordered list ol & unorderd list ul</li>
<li>To get numbers we can use ol unorderd list how i used now</li>
<li>Adding image and links </li>
<li>Used some how the anchor tag</li>
<li>worked with Table with nested table border and cellspacing tag like thead th tbody tr td tfoot</li>
<li>worked with forms and input tags</li>
<li>Worked with inline and internal css</li>
<li>Worked with External CSS</li>
<li>Worked with class & id selectors in CSS</li>
</ol>
<hr>
<h3>Trial to add another file inter link</h3>
<ul>
<h3>Work experience</h3>
<table border="1">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2018-2020</td>
<td>Learning more and more in IT Technology</td>
</tr>
<tr>
<td>2018</td>
<td>Started the IT career got some Networking Knowledge</td>
</tr>
<tr>
<td>2019</td>
<td>Started working and learning more about systems and security as an l1 and l2 level systems guy</td>
</tr>
<tr>
<td>2020</td>
<td>Started working in Tata and now gaing Knowledge towards Web developing</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr>
<li><a href="SrayasNextpage.html">Srayas Next Page</a></li>
<li><a href="Srayascontact.html">Srayas Contact</a></li>
</ul>
</body>
</html>