<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="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<html>
<head>
<title>Tytuł strony (Ten napis na górze)</title>
</head>
<body>
<h1>Nagłówek</h1>
<h1>Nagłówek</h1>
<hr/>
Normalny tekst
<hr/>
Linijka 1<br/>
Linijka 2<br/><br/>
Linijka 1<br/>
Linijka 2
<hr/>
<a href="http://google.pl">Link do google</a>
<a href="http://google.pl">Link do google</a>
</body>
</html>