cours/boussaid/HTML/ex7/index.html

54 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>métiers du numérique</title>
</head>
<body>
<header>
<center>
<h1>Les métiers du domaines numérique</h1>
<h2>voici mes choix</h2>
</center>
</header>
<center>
<main>
<table border="1">
<tr>
<td><p>je voudrais etre developpeur, surement dans le web par example frontend ou backend.</p></td>
<td rowspan="2">
<ol>
<li>developpeur informatique</li>
<li>admin linux</li>
<li>cybersécurité</li>
<li>réseau informatique</li>
</ol>
</td>
</tr>
<tr>
<td>
<center>
<img height="200px" src="neovim.png" alt="neovim">
</center>
</td>
</tr>
<tr>
<td colspan="2">
<center>
<a href="https://ortener.herokuapp.com/">
<p>ortener : un URL shortener que j'ai fait</p>
<img height="100px" src="ortener.png" alt="ortener">
</a>
</center>
</td>
</tr>
</table>
<br/>
<iframe width="560" height="315" src="https://www.youtube.com/embed/uD4izuDMUQA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</main>
</center>
</body>
</html>