1<html>
2 <head>
3 <link rel="stylesheet" type="text/css" href="mystyle.css"></link>
4 </head>
5
6 <body>
1<html>
2 <head>
3 <title>CSS Styling</title>
4 <!-- `./` because the file is in the same directory as the HTML file -->
5 <link rel="stylesheet" type="text/css" href="./styles.css" />
6 </head>
7 <body>
8 <h1>CSS Styling</h1>
9 </body>
10</html>
11
1<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/morioh/dist/css/morioh.min.css">