-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (58 loc) · 2.24 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
50
51
52
53
54
55
56
57
58
59
<html lang="pt-br">
<cabeça>
<meta charset="UTF-8">
<title>Receita de bolo de chocolate simples</title>
<link rel="stylesheet" href="style.css">
</head>
<cabeçalho>
<centro>
<h1>BOLO DE CHOCOLATE SIMPLES</h1>
</center>
<centro>
<img src="Bolo.jpg">
</center>
<div class= "Receita">
<h2>INGREDIENTES</h2>
<li><strong>Massa</strong></li>
<ul>
<ul class= "Massa">
<span class="p-ingredient" tabindex="0" itemprop="recipeIngredient"><li><p>3 ovos</p></span></li>
<li>
<span class="p-ingredient" tabindex="0" itemprop="recipeIngredient"><p>1 e 1/2 xícara (chá) de açúcar</p></span></li>
<li>
<span class="p-ingredient" tabindex="0" itemprop="recipeIngredient"><p>2 xícaras (chá) de farinha de trigo</p></span>
</li>
<li>
<span class="p-ingrediente" tabindex="0" itemprop="receitaIngrediente"><p>1 xícara
</li>
<li> (chá) de chocolate em pó ou achocolatado</p></span>
<span class="p-ingredient" tabindex="0" itemprop="recipeIngredient"><p>1/2 xícara (chá) de óleo</p></span>
</li>
<li>
<span class="p-ingredient" tabindex="0" itemprop="recipeIngredient"><p>1 colher (sopa) de fermento em pó</p></span>
</li>
<li>
<span class="p-ingredient" tabindex="0" itemprop="recipeIngredient"><p>1 pitada de sal</p></span>
</li>
<li>
<span class="p-ingredient" tabindex="0" itemprop="recipeIngredient"><p>1 xícara (chá) de água quente</p></span>
</li>
</ul>
<ul><li>
<img id = "logo" src ="cobertura.jpg">
<span class="p-ingredient" tabindex="0" itemprop="recipeIngredient"><p><strong>Cobertura:</strong></p></span>
</li>
<ul> <li>
<span class="p-ingredient" tabindex="0" itemprop="recipeIngredient"><p>4 provas (sopa) de leite</p></span>
</li>
<li>
<span class="p-ingredient" tabindex="0" itemprop="recipeIngredient"><p>1/2 xícara (chá) de chocolate em pó</p></span>
</li>
<li>
<span class="p-ingredient" tabindex="0" itemprop="recipeIngredient"><p>1 colher (sopa) de manteiga</p></span>
</li>
<li>
<span class="p-ingredient" tabindex="0" itemprop="recipeIngredient"><p>1 xícara (chá) de açúcar</p></span>
</li>
</ul>
</header>