Explain marquee tag.
Answer / chaitu
Marquee tag: Marquee tag is used when we want that some text or content move in the web page whether horizontally or vertically.
Syntax of Marquee tag: <marquee>move text</marquee>
Attribute of Marquee tag are: bgcolor, direction, height, width, vspace etc.
Is This Answer Correct ? | 2 Yes | 0 No |
How do I link to a location in the middle of an HTML document?
Describe when it’s appropriate to use the small element and provide an example?
Can you describe why hgroup was dropped and how the markup can be addressed today with an example?
Consider the following markup: <figure> <picture> <source media="(min-width: 40em)" srcset="large.jpg 1024w, medium.jpg 640w, small.jpg 320y"> <img src="medium.jpg" alt="London by night"> </picture> <figcaption>A landscape of London by night</figcaption> </figure> Is it valid? If not, can you explain why?
Which network design layer provides a connection point for end user devices to the network? access core distribution networkby a networking device
How to create nest tables within tables in HTML?
Explain marquee tag.
Is it possible to express a date range using a single time element?
Is the alt attribute mandatory on img elements? If not, can you describe a scenario where it can be set to an empty value? Does an empty value affect accessibility in any way?
How to create a button which acts like a link?
What is the mark element? Can you describe an example of use for this element?
What is the longdesc attribute? Can you explain its purpose?