ក្រៅពីការបង្ហាញរូបថតនិងអត្ថបទ បច្ចេកវិទ្យា HTML5 ក៏បានអនុញ្ញាតអោយយើងអាចចាក់វីដេអូនិងឬសំលេងថតទាំងឡាយបានតាមចិត្តផងដែរ ដោយការប្រើប្រាស់ធាតុ HTML <video> និង <audio> ដូចខាងក្រោមនេះ៖
<!DOCTYPE html>
<html>
<head>
</head>
<body style="font:14px/1.5 'Odor Mean Chey'">
<video width="320" height="240" controls>
Your browser does not support the video tag.
</video>
</body>
</html>