-
Notifications
You must be signed in to change notification settings - Fork 0
/
paginajs.html
37 lines (30 loc) · 1.64 KB
/
paginajs.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="imagens/favicon copy.ico" type="image/x-icon">
<link rel="stylesheet" href="estilos/style.css">
<title>Curso em Vídeo</title>
</head>
<body>
<main>
<article>
<h1>Curso de Java Script</h1>
<p>Você sabe para que serve a linguagem JavaScript/ECMAScript? Sabe a diferença entre um cliente e um
servidor para a Internet? Sabe para que servem as tecnologias HTML5, CSS3 e JavaScript? Consegue citar 4
sites que usam a linguagem JavaScript em seus códigos? Pois bem, para responder a essas e muitas outras
perguntas, assista a esta aula do Curso de JavaScript para Iniciantes até o final. E não esqueça de
praticar todas as atividades que fazemos durante o vídeo no seu próprio computador.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Ptbk2af68e8?si=WE3-OLs994IL5S2B"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<a href="https://www.cursoemvideo.com/curso/javascript/" target="_blank" real="external">
<p>Acesse o curso de Java Script</p>
</a>
<a href="index.html"><img src="imagens/btn-back.png" alt="voltar"></a>
</article>
</main>
</body>
</html>