generated from Templates_CodeFirst/templateHtmlCss
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.3 KiB
37 lines
1.3 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link type="text/css" rel="stylesheet" href="Css.css">
|
|
<link rel="stylesheet" type="text/css" href="impression.css" media="print">
|
|
<meta charset="Utf-8">
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="TP1Web.html">Accueil</a></li>
|
|
<li><a href="page_web_4.html">Mes activités</a></li>
|
|
<li><a href="page_web_3.html">Mon parcours scolaire</a></li>
|
|
<li class="deroul"><a>Médias</a>
|
|
<ul class="sousli">
|
|
<li><a href="page_web_5.html">Ma page image</a></li>
|
|
<li><a href="page_web_6.html">Ma page vidéo</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="meContacter.html">Me contacter</a></li>
|
|
</ul>
|
|
</nav>
|
|
<style type="text/css">
|
|
head {
|
|
background-color: aqua;
|
|
}
|
|
video {
|
|
float: left;
|
|
}
|
|
p {
|
|
font-size: 15px;
|
|
}
|
|
</style>
|
|
<video src="vidéos/video.mp4" controls class="bio" width="30%" height="30%"></video>
|
|
<p>Petite vidéo de mer parce que pourquoi pas.</p>
|
|
</body>
|
|
</html> |