Created
September 29, 2017 01:41
-
-
Save RodrigoMendes07/65decbaea1f2f80bf1ce28fcec4e2913 to your computer and use it in GitHub Desktop.
Trabalho de Aula dia 28/09/2017
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<h1>usando a tag "head" para inicio informar metas dados e informacoes sobre a pagina</h1> | |
</hear> | |
<body> | |
<header> | |
<h1>Cabecalho do conteudo da pagina </h1> | |
<nav> | |
<ul> | |
<li><a href = "https://www.youtube.com">Sites de Videos : youtube.</a></li> | |
<li><a href = "https://www.youtube.com.br"> Sites de Videos : youtube Brasil. </a></li> | |
</ul> | |
</nav> | |
</header> | |
<h2>Inserir uma imagen</h2> | |
<selection> | |
<figue> | |
<img | |
src = "C:\Users\Noot\Desktop\LegiaoUrbana.jpg"/> | |
</figue> | |
</selection> | |
<article> | |
<h1>article : tag usada para um texto </h1> | |
<p>O <b>article </b> é uma tag usada para Conteúdo com um cabeçalho e algum texto que faça sentido isoladamente...</p> | |
</article> | |
<footer> | |
<h2> aqui estou usando tag Semantica footer para definir o rodape da pagina</h2> | |
<nav> | |
<a href = "http://www.kadri.com.br">http://Kadri.com.br</a> | |
</nav> | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment