Let's get started with a Multimedia Web Page!
- Download folder: (Right-cick -> Save)
these ClosingCredits.mp3, ClosingCredits.ogg, mov_bbb.mp4, and mov_bbb.ogg
files to your
public_html/includes/
folder
- Open Notepad++
- Open your
index.html
file
- Open your
styles.css
file
- Click: New -> File
- Copy the Multimedia Page Template (HTML) code (below)
- Paste that code into your multimedia.html file
- Change your page title, your Author name, and your page heading to something appropriate
- Change:
<body>
to: <body class="mmbody">
- Change:
<p>
to: <p class="mmp">
- Click: Save
- Name the file:
multimedia.html
- Change the
Save as type:
to: Hyper Text Markup Language file (*.html)
- Copy the Multimedia Page Styles (CSS) code (below)
- Paste that code into your
styles.css
file
- Change the colors and fonts, etc.
- In your
index.html
file
- Add a link to this page. Change:
<li>Create a Multimedia Page</li>
to: <li><a href="multimedia.html">Create a Multimedia Page</a></li>
- Save your changes
- Click: Run
- Choose: Launch in IE
or Launch in Chrome
or Launch in Firefox
- View your web page
- Make any changes
- Save your changes
Multimedia Page Template (HTML)
Multimedia Page Styles (CSS)
Example