คุณสามารถลองเรียกใช้โค้ดต่อไปนี้เพื่อเรียนรู้วิธีใช้แอตทริบิวต์โหลดล่วงหน้าเพื่อให้ผู้เขียนสามารถให้คำแนะนำแก่เบราว์เซอร์เพื่อประสบการณ์การใช้งานที่ดีที่สุด ใช้งานได้ทั้งแท็ก
ตัวอย่าง
<!DOCTYPE HTML> <html> <body> <video width="300" height = "200" preload = "none" controls> <source src = "/html5/foo.ogg" type = "video/ogg" /> <source src = "/html5/foo.mp4" type = "video/mp4" /> Your browser does not support the video element. </video> </body> </html>