<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!DOCTYPE html>
<html>
<head>
<title>Fiche d'inscription</title>
<link rel="stylesheet" type="text/css" href="../css/formulairebyme.css">
</head>
<body>
<p><img src="https://www.biblond.com/wp-content/uploads/2019/05/formation-1.jpg" alt="images logo formation" width="300"></div></p>
<header>
<h1>Fiche d'inscription</h1>
</header>
<form>
<fieldset>
<legend>Vos coordonnées :</legend>
<label for="nm">Nom et Prénom:</label>
<input type="text" name="nom" id="nm" placeholder="Prénom">
<input type="text" name="prn" id="nm" placeholder="Nom">
<br>
<label for="ag">Age:</label>
<input type="number" name="age" id="ag" min="14" max="70">
<br>
<label for="sx">Sexe:</label>
<select name="jsp" id="sx" style="width:200px;">
<option value="Femme">Femme</option>
<option value="Homme">Homme</option>
<option value="Non Définie">Non Définie</option>
</select>
<br>
<label for="Dn">Date de naissance</label>
<input type="date" name="daten" id="Dn">
<label for="ln">lieu de naissance</label>
<input type="text" name="lieun" id="ln" placeholder="Pays , ville">