answersLogoWhite

0

How To create sub buttons from a button using HTML?

Updated: 8/18/2019
User Avatar

Wiki User

12y ago

Best Answer

horizontal button with vertical submenus

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How To create sub buttons from a button using HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you create a button in HTML?

This will create a button with the words Click Here written on it. The tag must be inside Form tags, as buttons are part of forms.


Is it possible to place buttons in a purely HTML page?

That would be most recommended to put buttons in html page. Adding a button using scripts both client and server side is not recommended


When to use buttons for forms design?

Buttons can be used in HTML for the interactiveness. <button> tag can be used for placing buttons on web page.


How do you disabe radio buttons on clicking a button using javascript and HTML?

radioButton.disabled=true; to disable with javascript <input type="radio" disabled> to disable it with html radioButton.disabled=false; to enable with javascript


How do you enter a search button in HTML?

You can enter a search button in HTML using this code, .


How do you create our own page by using HTML page structure?

You can create your HTML page easily by using tags. Tags are the elements by writing them, you can create your views.


How do you create a click here button on a website?

Use fingers to touch the button, then apply pressure. Release.


What is uses of HTML?

HTML stands for Hypertext Markup Language. It is used to create the general look of a website, not the website interactions. The color, text, images and buttons are all designed inside HTML and CSS(Cascading Style Sheet).


How do you create homepage or web page from event in table format using HTML?

Homepage can be created using HTML or various other languages. <table> can be used to create tabular format in HTML.


What type of pages are created with the help of HTML?

You can create any type of pages using HTML because html is a language used to create web pages for display in browser. And you can also create a static page by using HTML.


Using only Html you can create?

Web pages.


How do you make buttons for Howrse?

Basically, if you mean a picture button, like the sign in button, you will need to switch to HTML mode, then add this code <a href="www.this is the link.com"><img src="this is the location of the image.gif" border="0" alt="" /></a>