Kévi Pegoraro

<!DOCTYPE html>

Kevi Pegoraro - Favorite Media

Kevi Pegoraro Favorite Media

Audio - Never Gonna Give You Up

YouTube - Never Gonna Give You Up

Video File - Never Gonna Give You Up

kevipegoraro.github.io

Overview

This project is a simple HTML webpage that demonstrates how to add and display multimedia content using HTML. It includes:


Features

1. Page Title

Displays a heading

2. Audio Player

3. Embedded Video


File Structure

project-folder/
│── index.html
│── audio.mp3

How to Run

Use a local server:

python -m http.server

Then open:

http://localhost:8000

Option 2

Open index.html directly in a browser (may cause embed issues).


How to Customize

Change the Name

Edit the heading in index.html:

<h1>Kevi Pegoraro Favorite Media</h1>

Change Audio

Replace:

audio.mp3

with your own file (same folder, exact name).

Change Video

  1. Take a YouTube link:

    https://www.youtube.com/watch?v=VIDEO_ID
    
  2. Convert to:

    https://www.youtube.com/embed/VIDEO_ID
    
  3. Update the <iframe> src.


Supported Formats


Known Issues


Technologies Used


Author

Kevi Pegoraro