How to create a button which acts like a link?
Answer / chaitu
To create buttons which act as a hyperlink, there are two ways:
<FORM ACTION="[url]" METHOD=get>
<INPUT TYPE=submit VALUE="Text on button">
</FORM>
<INPUT TYPE="submit" VALUE="Go to my link location"
ONCLICK=" http://www.careerride.com/;" />
Is This Answer Correct ? | 0 Yes | 0 No |
Which network design layer provides a connection point for end user devices to the network? access core distribution networkby a networking device
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?
What is the mark element? Can you describe an example of use for this element?
Describe when it’s appropriate to use the small element and provide an example?
How to create a button which acts like a link?
How to create nest tables within tables in HTML?
Can you describe why hgroup was dropped and how the markup can be addressed today with an example?
What is the longdesc attribute? Can you explain its purpose?
What’s the difference between the meter element and the progress element?
How do I link to a location in the middle of an HTML document?
Explain marquee tag.
Is it possible to express a date range using a single time element?