Création d’ un Doctype html De base

<!DOCTYPE html>
<html lang= »en »>

 

<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 »>
    <meta name= »robots » content= »noindex nofollow »>
    <title>Document</title>-
    <link rel= »stylesheet » href= »https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css »>
    <script src= »https://kit.fontawesome.com/c6c24da694.js » crossorigin= »anonymous »></script>
    <link rel= »stylesheet » href= »https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css » />
    <link rel= »stylesheet » href= »css/style.css »>
</head>

Les scripts de base de pied de page 

 <!– SCRIPTS JS –>
    <script src= »https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js »></script>
    <script src= »https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js »></script>
    <script src= »https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js »></script>
    <script src= »https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js »></script>
    <script src= »js/main.js »></script>
</body>

 

</html>

Attention Modifcation de la version Bootsrap en 4.5.0 a faire