Video does not convert to HTML code. You can compress it, or you can attach it to the webpage.
ok but how to you attach the video to the site is what they are saying; I believe, do you know how to do this..?
Try this online code converter http://www.seabreezecomputers.com/html2bbcode/
You can't. HTML is a markup language. C is a programming language. You can make C generate HTML, but C isn't anything like HTML in the way it functions.
Embed video means to embed, or place, a video within the HTML code of the page you are posting on. You can add video using HTML code - you will need more then basic HTML knowledge. Embedding a video player plugin is much easier. You just need to embed simple code provided by plugin creator.
<code><code>HTML TEXT HERE</code></code>
No! HTML is simply code. You can write 1 million pages of HTML code if you want. HTML is not a program. Its code. Now you may have a program that uses HTML code and that program has limitations. But not HTML itself.
HTML is the code that tells a web browser how to display a web page on your computer screen.
you need to find the games HTML code and copy and paste it into your HTML document.
You simply import the video into HTML. You would do this on the HTML side using your HTML editor such as dreamweaver.
Try this online code converter http://www.seabreezecomputers.com/html2bbcode/
HTML is not a type of computer. HTML (HyperText Markup Language) is a common markup language (computer code) that is used to make webpages. Web browsers like Internet Explorer are used to interpret and read these HTML code in an HTML file (a web page) so that the layout of the page with its texts and images is displaced to you.
you will put an <a href="video/video.flv"> tag in front of the image code and </a> after the image code. You will put your video destination in the place of video/video.flv
you <embed> the flash video by importing.
I would upload it to youtube, then use the embed code that youtube puts next to the video description.
You can't. HTML is a markup language. C is a programming language. You can make C generate HTML, but C isn't anything like HTML in the way it functions.
Did you mean embed code? An embed code is HTML (web) code for embedding and image or video in a web page or blog. If you upload a video to youtube, you can get an embed code that links from your web page or blog to the video on youtube, so you can direct readers to the video.
To remove an embedded video from your blog or website you simply delete the embedded code that's displayed in the "source code" in html on your website.
To loop a MP4 video, you can typically set the "loop" attribute in the video tag of your HTML code. This will make the video play continuously without stopping.