Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

NOTE: For the HTML lists, the code is correct but the numbers and bullet points don’t

show up for some reason.

Rodeo:

Code for Table:

<html>
<head>
<style>
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}

td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;

}
</style>
</head>
<body>

<table>
<tr>
<th>Song</th>
<th>Artist</th>
<th>Sampled In</th>
</tr>
<tr>
<td>Coleridge</td>
<td>Taylor Perkinson</td>
<td>Oh My Dis Side ft. Quavo</td>
</tr>
<tr>
<td>169 Aaaah!</td>
<td>Roland</td>
<td>3500 ft. Future and 2 Chainz</td>
</tr>
<tr>
<td>Let Your Life Be Free</td>
<td>T. Zchien and The Johnny</td>
<td>Wasted ft. Juicy J</td>
</tr>
<tr>
<td>Itinerario Romantico</td>
<td>The Blue Sharks</td>
<td>90210 ft. Kacy Hill</td>
</tr>
<tr>
<td>Ask The Lonely</td>
<td>Four Tops</td>
<td>Pray 4 Love ft. The Weeknd</td>
</tr>
<tr>
<td>All I Need</td>
<td>Lee Fields</td>
<td>Antidote</td>
</tr>

<tr>
<td>Slide</td>
<td>Free Slave</td>
<td>Flying High ft. Toro Y Moi</td>
</tr>
</table>

</body>
</html>

Code for the Tracklist:


<html>
<body>

<ol>
<li>Explicit Videos</li>
<li>Oh My Dis Side (ft. Quavo) </li>
<li>3500 (ft. Future and 2 Chainz)</li>
<li>Wasted (ft. Juicy J) </li>
<li>90210 (ft. Kacy Hill)</li>
<li>Pray 4 Love (ft. The Weeknd)</li>
<li>Nightcrawler (ft. Swae Lee and Chief Keef)</li>
<li>Piss On Your Grave (ft. Kanye West)</li>
<li>Antidote</li>
<li>Impossible</li>
<li>Maria I'm Drunk (ft. Justin Bieber and Young Thug)</li>
<li>Flying High (ft. Toro y Moi)</li>
<li>I Can Tell </li>
<li>Apple Pie </li>
<li>Ok Alright (ft. ScHoolboy Q)</li>
<li> Never Catch Me</li>

</ol>

</body>
</html>

Birds in the Trap Sing McKnight:

Code used for Tracklist:


<html>
<body>
<ol style="color:black;">

<ol>
<li>the ends (ft. Andre 3k)</li>
<li>way back (ft. Kid Cudi) </li>
<li>coordinate</li>
<li>through the late night (ft. Kid Cudi) </li>
<li>beibs in the trap (ft. NAV)</li>
<li>sdp interlude</li>
<li>sweet sweet</li>
<li>outside (ft. 21 Savage)</li>
<li>goosebumps (ft. Kendrick Lamar)</li>
<li>first take (ft Byrson Tiller)</li>
<li>pick up the phone (ft. Young Thug and Quavo)</li>
<li>lose</li>
<li>guidance (ft. K. Forest)</li>
<li>wonderful (ft. The Weeknd) </li>
</ol>

</body>
</html>
ASTROWORLD:

Code for Tracklist:


<html>
<body>
<ol style="color:black;">

<ol>
<li>STARGAZING</li>
<li>CAROUSEL (ft. Frank Ocean)</li>
<li>SICKO MODE (ft. Drake)</li>
<li>R.I.P. SCREW (ft. Swae Lee) </li>
<li>STOP TRYING TO BE GOD (ft. James Blake and Stevie Wonder)</li>
<li>NO BYSTANDERS (ft. Juice Wrld and Sheck Wes)</li>
<li>SKELETONS (ft. Tame Impala and The Weeknd)</li>
<li>WAKE UP (ft. The Weeknd)</li>
<li>5% TINT</li>
<li>NC-17 (ft. 21 Savage)</li>
<li>ASTROTHUNDER</li>
<li>YOSEMITE (ft. Gunna and NAV)</li>
<li>CAN'T SAY (ft. Don Toliver)</li>
<li>WHO? WHAT! (ft. Migos) </li>
<li>BUTTERFLY EFFECT</li>
<li>HOUSTONFORNICATION</li>
<li>COFFEE BEAN</li>
</ol>

</body>
</html>

You might also like