di Antonella Sorbini
questo è il codice html per la pagina base con Bootstrap 3.4
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Bootstrap Basic Page</title>
<link rel="stylesheet" href="css/bootstrap.min.css" >
<link rel="stylesheet" href="css/custom.bootstrap.css" >
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<h1>Ciao</h1>
<!--inserire il codice della pagina qui-->
<!-- codice da mantenere in fondo alla pagina -->
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="js/bootstrap.min.js" ></script>
</body>
</html>
A differenza della documentazione ufficiale in cui la pagina template contiene i link ai file online, qui si riportano i link ai pacchetti scaricati in locale nelle due cartelle 'css' e 'js' e il link a un file custom.bootstrap.css che poi andrà a contenere le varie modifiche
Data ultima modifica pagina: 28 maggio 2019