1<!DOCTYPE html>
2<html>
3  <head>
4    <meta charset="utf-8">
5    <meta name="viewport" content="width=device-width, initial-scale=1">
6    <title>Hello Bulma!</title>
7    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.8.0/css/bulma.min.css">
8    <script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
9  </head>
10  <body>
11  <section class="section">
12    <div class="container">
13      <h1 class="title">
14        Hello World
15      </h1>
16      <p class="subtitle">
17        My first website with <strong>Bulma</strong>!
18      </p>
19    </div>
20  </section>
21  </body>
22</html>1<!DOCTYPE html>
2<html>
3  <head>
4    <meta charset="utf-8">
5    <meta name="viewport" content="width=device-width, initial-scale=1">
6    <title>Hello Bulma!</title>
7    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.2/css/bulma.min.css">
8  </head>
9  <body>
10  <section class="section">
11    <div class="container">
12      <h1 class="title">
13        Hello World
14      </h1>
15      <p class="subtitle">
16        My first website with <strong>Bulma</strong>!
17      </p>
18    </div>
19  </section>
20  </body>
21</html>