Build a html page

1. Build Connections

a. Establish your html files

https://getbootstrap.com/docs/4.1/getting-started/introduction/

1
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous">
1
<link rel="stylesheet" href="/css/master.css">
1
<script src="MyScript.js"></script>