-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhtml.html
26 lines (23 loc) · 1.05 KB
/
html.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Site Curso em Vídeo</title>
<link rel="stylesheet" href="design.css">
</head>
<body>
<header>
<div><a href="https://www.cursoemvideo.com/cursos/" target="_blank"><img id="logo" src="./imagens/curso-em-video-cor.png" alt="logo do curso em vídeo"></a></div>
</header>
<main>
<article>
<h2>Html</h2>
<div><img src="./imagens/curso-html-css.png" alt=""></div>
<p>Veja o Vídeo para saber mais sobre Html!</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/NSmapCNcSyI?si=2UstDNLhkqhumPYI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</article>
<div><a href="./index.html"> <img src="./imagens/btn-back.png" alt="icone html"></a></div>
</main>
</body>
</html>