-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIntroduction.html
More file actions
52 lines (47 loc) · 1.45 KB
/
Copy pathIntroduction.html
File metadata and controls
52 lines (47 loc) · 1.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style type = "text/css">
figure{
float : left;
text-align: left;
width: 40%;
}
a:link {
color: blue;
background-color: transparent;
text-decoration: underline;
}
a:visited {
color: blue;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: red;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: yellow;
background-color: transparent;
text-decoration: underline;
}
</style>
</head>
<body>
<figure><img class="scaled" src="professional pic.jpg" width="400px" alt="prof" >
<img class="scaled" src="suit pic.jpg" width="400px" alt="prof" ><figcaption>
I am great and knowledgeable in computer hardware. My skills in mathematics
and science have helped me to excel in my classes. I am currently a senior in
North Carolina A&T State University. I have had many jobs in the past, but the one
job that was relevant to my field was Best Buy Geek Squad. I was able to help
customers with technical issues in their mobile devices.
</figcaption><div>
<a href="index.html">My Index</a>
</div>
</figure>
</body>
</html>