Why doesnt HTML 5 video work on my browser?
You probably haven't updated your Firefox version. Check Menu Bar > Help > About Firefox to check the version. Firefox 3.5 is the version that offers HTML5 Video support.
You can get the latest version at http:/getfirefox.com
When working with HTML which type of markup would indicate things like italics and font size?
Presentation markup - Apex
What are the advantages of HTML forms?
The most commonly problem with HTML forms is their dependency on scripting languages. HTML forms are reliant on script to accomplish many common tasks such as marking controls as required, performing validations and calculations, displaying error messages, and managing dynamic layout. This dependency results in complex documents, which are expensive and time-consuming to maintain.
What does HTML5 Video refer to?
A HTML5 Video refers to a video that can be played without any sort of plugin. This was intended to reduce the problem of an agreed upon video format that should be supported by internet browsers.
Is it possible to make a marquee go diagonally?
Yes, you have to put a marquee tag inside another with different directions.
How can you display your name in the frame tag in simple format?
You can apply the iframe tag. Inside the iframe tag you can apply the text.
What characters cannot be included in an HTML comment?
There are no restrictions on which character cannot be placed in the comment tag, as
As it is not -->, since that will end the comment.