-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathS1_output.html
41 lines (41 loc) · 1.19 KB
/
S1_output.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
<!DOCTYPE html
PUBLIC "XSLT-compat">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Low Glycemic Recipes</title><style>
table {
border-collapse: collapse;
width: 100%;
}
th, td {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
th {
background-color: #f2f2f2;
}
</style></head>
<body>
<h2>Here is the list of 3 low-sugar recipes</h2>
<table>
<tr>
<th>Recipe Title</th>
<th>Sugar Content (g)</th>
</tr>
<tr>
<td>Goats Cheese Crostini with Chick Pea Salad, Tomatoes and Zaatar</td>
<td>1.83</td>
</tr>
<tr>
<td>Pistachio Pesto With Fresh Tagliatelle</td>
<td>2.5</td>
</tr>
<tr>
<td>Honey Glazed Chicken and Harissa Veg Flatbread</td>
<td>4.94</td>
</tr>
</table>
</body>
</html>