-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintroduction.html
More file actions
39 lines (38 loc) · 1.12 KB
/
Copy pathintroduction.html
File metadata and controls
39 lines (38 loc) · 1.12 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
<html>
<head>
<title>Introduction </title>
<meta name=“author” content=“Jolisa Fields”>
</head>
<body>
<h1> Introduction</h1>
<a href="./index.html"target="_blank"> Index </a>
<img src="./Images/cybersecurity.jpg" width="1500"
height="400" alt=“Cybersecurity"/>
<h2> Table
<table border="1">
<tr>
<th> Skills </th>
<th> Education </th>
<th> Abilities </th>
<th> Training </th>
</tr>
<tr>
<td> Python </td>
<td> High School Diploma 2021 </td>
<td> Baking </td>
<td> Liberty Mutual Insurance Internship </td>
<tr>
<td> C++ </td>
<td> North Carolina A&T Class of 2025 </td>
<td> Guitar </td>
<td> Formal Training from education </td>
<tr>
<td> Java </td>
<td> Red Hat Academy </td>
<td> Coding </td>
<td> IBM Online Training </td>
</h2>
</body>
<img src="./Images/North-Carolina-AT-Aggies-Logo.png" width="200"
height="100" alt=“AGGIE PRIDE"/>
</html>