HTML CSS JS Audio Video

HTML LEVEL UP #1

This is a guide for those of you who are looking for how to get/display and create layouts from data sheets to html/js JSON.
I made it as simple as possible to display 1 rows.
You must create new sheets at least 2 cols fill in those cols Name, id.

Example Sheets :
Name id
Ana 1
Uni 2
Oni 3
Ene 4
Ena 5

If you done, now created a new folder on your desktop C > XAMPP > htdocs > New Folder.
And create index.html in your folder.
Below is an example code of html :

<!DOCTYPE html>
<html>
    <head>
        <!-- Your title web -->
        <title>Guide HTML LEVEL UP #1 | CusMeDroid<title>
        <link rel='stylesheet' type='text/css' href='https://cusmedroid.github.io/css/style.css'>
    </head>
    <body>
        <main class='output'></main>
        <script type='text/javascript' src='mejquery.js'></script>
    </body>
</html>
                

Great! now we see the css caption Here I'am!