answersLogoWhite

0

In order to insert a video, you can paste the link into HTML. This link will cause the video to embed in webpage.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

How do you insert video to HTML document?

In HTML4, you would use the embed tag ( <embed src="mymovie.ext">), while in HTML5, you would simply use the video tag ( <video><source src="mymovie.ext" /></video> ).


What is an internet document called?

There are many types of internet documents. The most popular is an HTML (HyperText Markup Language) document. Many website are made in HTML.


How do you embed video games on an HTML?

you need to find the games HTML code and copy and paste it into your HTML document.


How do you make marquees?

In the body of your HTML document, you type in: <marquee>You insert your text here</marquee>


A document on the internet that can contain text graphics audio or video?

web reader


How do you view HTML on a PC?

To view the source code of an HTML document, open it using Notepad or a similar text processor (Notepad is best for HTML editing). To view the HTML document as it would look on the Internet, open it with any web browser.


What are the elements of an HTML document?

The elements of an HTML document are:HEADTITLEBODY


How do you make a website in HTML of Indian culture?

If you're using HTML, you would specify the "lang" value within the HTML tag. You can look at a reference table of language codes at the related link below. But per your question, as Hindi is the standard language of India, you would insert a tag that would look like: <html lang="hi"> ... </html> If you're using an XHTML document, insert a tag like: <html xmlns="http://www.w3.org/1999/xhtml" lang="hi" xml:lang="hi"> ... </html>


Is HTML difficult to learn?

It depends on how you learn HTML, there are tons of resources on the Internet to learn HTML. One of the quickest and easiest ways is to watch an online HTML video tutorial. With the excellent visual aids and demonstrations included in the video, you should have an excellent start to learning and using HTML.


How do you open HTML document?

click on html link


Where can one download a blank HTML document for free?

You can download a blank HTML document for free online from the W3Schools website. Once on the page, click on "HTML" in the left navigation menu and then copy and paste the code from the box into a text document and name it with the .html file extension to save the blank HTML document.


What is a HTML document?

An HTML (Hyper Text Markup Language) document is basically a web page. It can be opened in either a text editor or a web browser. In a text editor, the HTML code can be edited to make the web page look ore behave a certain way, in web browser the document appears as it would to people viewing as a web page on the internet.