-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (44 loc) · 1.56 KB
/
index.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
<!-- Link to website: https://accessible-computing-1-31-activity.onrender.com -->
<html lang="en">
<head>
<title>Group Name: The Entire Circus</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Rosario" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Atkinson+Hyperlegible" />
<link rel="stylesheet" href="style.css">
</head>
This is where our bio goes. Names: Trey Wells, Akash Jothi, Ashwin Kundeti, Krishnan Prashanth <br>
<a href="https://www.youtube.com/">YouTube</a> <br>
<img src="image.jpg" alt="image of dog" style="width:128px;height:128px"> <br>
<img src="clown.jpg" alt="image of clown" style="width:128px;height:128px"> <br>
<table>
<tr>
<th>4 Star</th>
<th>5 Star</th>
</tr>
<tr>
<td>Mika</td>
<td>John</td>
</tr>
</table>
Here is a list of our favority Profs
<ul>
<li> Dr. Moore </li>
<li> Dr. Moore </li>
<li> Dr. Moore </li>
</ul>
Here is a grocery list
<ol>
<li> Muffin Bars </li>
<li> Chewy Bars </li>
<li> Rice </li>
</ol>
<body>
<p>
Welcome to our Accessible Computing (1/31) Activity.
Today we are building an accessible website with a combination of HTML and CSS.
</p>
<p>
We believe that accessibility is crucial to building universal platforms that offer a frictionless exprience for everyone involved.
</p>
</body>
</html>