-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
27 lines (21 loc) · 960 Bytes
/
home.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
<!DOCTYPE html>
<html>
<head>
<title>Meu Primeiro site com a Turma do Técnico</title>
<meta charset="utf-8">
</head>
<body>
<h1>Titulo Principal</h1>
<p><strong>estamos começando o vscode com html.<br>
</strong>
<u>Com algumas configurações basicas e rápidas
</u>
</p>
<img src="https://softdesign.com.br/wp-content/webpc-passthru.php?src=https://softdesign.com.br/wp-content/uploads/2023/01/business-agility-scaled.jpg&nocache=1" alt="" width="40%">
<a href="https://softdesign.com.br/blog/10-tendencias-de-tecnologia-para-2023/">tecnologia</a>
</p>
<img src="https://anbc.org.br/wp-content/uploads/2021/10/tecnologia-da-informacao-1110x550.jpg" alt="" width="40%">
<a href="https://anbc.org.br/a-nova-fronteira-da-tecnologia-da-informacao/" target="_blank" >tecnologia</a>
</p>
</body>
</html>