-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirstwebdevel.html
39 lines (38 loc) · 1.7 KB
/
firstwebdevel.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
<!DOCTYPE html>
<html>
<head>
<title> "My Resume"</title>
<meta name="Author: Nasheeta" content="This my first HTML web development module by myself">
</head>
<body bgcolor="cyan" text="black">
<font face="Arial" color="black">
<h2> Hello, this is Nasheeta Farzana a student of Data Science in Indian Institute of Technology Madras <p> Along with this I am an tech enthusiast always willing to learn new technologies and their applications in real life </p>
<p> I aspire to become an AI Automation Expert </p> </h2> <hr>
</font>
<h2>My skills are</h2>
<ol>
<h3><li>Coding in the following languages</li>
</h3>
<ul> <li>Java </li>
<li>C</li>
<li>C++</li>
<li>Python</li>
<li>JavaScript</li>
</ul>
<h3><li>Problem Solving Skills</li></h3>
<h3><li>Communication in languages :</li></h3>
<ul><li>Engilsh</li>
<li>Bengali</li>
<li>Hindi</li>
</ul>
<h3><li>Microsoft Excel</li></h3>
<h3><li>Mathematics</li></h3>
</ol>
<h2>Reach me through:</h2>
<ul><li><h2><a href="mailto:farzananasheeta@gmail.com">E-Mail</a>
</h2></li>
<li><h2><a href="https://www.linkedin.com/in/nasheeta-farzana-43281028a/"> Linkedin</a></h2></li>
<li><h2><a href="tel:7679846780">Contact no.</a> </h2></li>
</ul>
</body>
</html>