CodeWithHarry / Sigma-Web-Dev-Course

Source Code for Sigma Web Development Course
6.42k stars 1.98k forks source link

Exercise #1 Solution #37

Closed codyandersan closed 1 year ago

codyandersan commented 1 year ago

Here is my solution:—

<!DOCTYPE html>
<html>

<head>
<meta name="author" content="Prakhar Aditya Tripathi">
<meta charset="UTF-8">
<meta name="description" content="Media Player">
<meta name="keywords" content="Sigma Challenge #1">
<meta name="author" content="Prakhar Aditya Tripathi">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML Media Player</title>

</head>

<body>

<h1>
Media Player
</h1>

<h2>
Videos:
</h2>

<div class="videos">
<table>
<tr>
<td><video controls src="1.mp4" width="300" height="200"></td>
<td><video controls src="2.mp4" width="300" height="200"></td>
<td><video controls src="3.mp4" width="300" height="200"></td>
</tr>

<tr>
<td><video controls src="4.mp4" width="300" height="200"></td>
<td><video controls src="5.mp4" width="300" height="200"></td>
<td><video controls src="6.mp4" width="300" height="200"></td>
</tr>
</table>

<h2>
Audios:
</h2>

<div class="audios">
<table>
<tr>
<td><audio controls src="1.mp3" width="300"></td>
<td><audio controls src="2.mp3" width="300"></td>
<td><audio controls src="3.mp3" width="300"></td>
</tr>

<tr>
<td><audio controls src="4.mp3" width="300"></td>
<td><audio controls src="5.mp3" width="300"></td>
<td><audio controls src="6.mp3" width="300"></td>
</tr>

</table>
</div>

</body>
</html>

https://replit.com/@codyandersan/Sigma-Challenge-1

P.S.: I do not know how to submit my code, so I am sharing it in this issue. Apologies if this is not the correct mode of submission.

(Today's my birthday!)

SigmaMichaeldesanta commented 1 year ago

Completed the Exercise 1 Here is my solution

`<!DOCTYPE html>

Media Player

Media Player Website

Table of contents

This is a sample Media player website Made by me. This is the answer of the Exercise 1 given by CodewithHarry

Videos

Audios

Sound name Sound
What the hell Oh my God no Way Sound Effect
Tu Tu Tu Sound Effect
Modi Zee Sound Effect
Aw hell nawh man WTF man Sound Effect
bruh Sound Effect
Ringtone
`
Tiwari-Ankush commented 1 year ago

⭐⭐