Skip to content

Commit

Permalink
Arquivos do Site
Browse files Browse the repository at this point in the history
HTML, CSS, JAVASCRIPT
  • Loading branch information
Towers444 authored May 29, 2022
0 parents commit 1458a84
Show file tree
Hide file tree
Showing 4 changed files with 526 additions and 0 deletions.
29 changes: 29 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="pt-br">

<head>
<title>Dicionário Digital</title>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1 id="titulo">Dicionário do livro <br>Helena</h1>
</header>
<div id="nova-tarefa">
<label for="palavra">Digite a palavra que você está em dúvida aqui: </label>
<input type="text" id="palavra" select onchange="myFunction(this.value)">
</div>
<div id="conteudo">
<h2 id="palavraPrincipal"> </h2>
<p id=significado>

</p>
</div>
<a href="palavras.html"> Confira as palavras cadastradas aqui! </a>
<p> João Pedro Torres <br> Informática - 2º ano </p>

<script src="javascript.js" charset="utf-8"></script>
</body>

</html>
Loading

0 comments on commit 1458a84

Please sign in to comment.