0% found this document useful (0 votes)
8 views1 page

Buildup Connections To PHP

Connect to database

Uploaded by

mattchan0531
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

Buildup Connections To PHP

Connect to database

Uploaded by

mattchan0531
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

HKDSE ICT Book C2 Chapter 4

Lesson 5 on HTML

<BODY> Section of a HTML File

lnserting Audio
<audio>
<source grc=rlhorse.mp3rt type="audio/mpegtt >
Your browser does not support the audio element.
</audio>

HTML Tag Description Sample HTML Code

control s The browser will provide audio control <audio controls>


buttons for users to control the playback.
The browser will limit the actions that a user <audio controls
controlslist can perform when playing audio, including: eontrol s I i st ='! nodownload " >
O nodownload
loop The browser will loop the audio. <audio loop>
autoplay The browser will automat cally start playing <audio autoplay>
the audio when the page s loaded.
muted The browser will set the default volume of <audio muted>
the audio to 0.

lnserting Video
<video>
< souree sre= rrmovie . mp4 " t14>e= Itvideo /mp4tt >
Your browser does not support the video tag.
< /vldeo>

HTML Tag Description Sarnple HTML Code


The browser will provide video control
control s buttons for users to control the video <video controls>
playback.
The browser will limit the actions that a user
<video eontrols
controlslist can perform, including:
O nodownload control s 1 ist= rt noful 1 sereenrt >
O nofullsereen
loop The browser will loop the video. <video loop>
autoplay The browser will automatically start playing <video autoplay>
the video when the page is loaded.
muted The browser wil! set the default volume of <video muted>
the video to 0.
height The browser will set the height and width (in <video width= rt 320"
pixel) according to your requirements.
width height =" 24 0 rt >

You might also like