Search found 2 matches

Search found 2 matches Page 1 of 1
by KingTut
Sun Feb 26, 2017 12:38 pm
Forum: Tutorials
Topic: Using & Playing Video Files
Replies: 0
Views: 4167

Videos can be added to a web page by using the video element.

The video element has a start and an end tag. In this example, a source URL is specified by using a source element.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example document</title>
</head>
<body ...
by KingTut
Sun Feb 26, 2017 12:37 pm
Forum: Tutorials
Topic: Using & Playing Audio Files
Replies: 0
Views: 3561

Audio can be added to a web page by using the audio element.

The audio element has a start and an end tag. In this example, a source URL is specified by using a source element.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example document</title>
</head>
<body ...
Search found 2 matches Page 1 of 1
Go to advanced search