Top "Html" questions

HTML (HyperText Markup Language) is the markup language for creating web pages and other information to be displayed in a web browser.

HTML anchor link - href and onclick both?

I want to author an anchor tag that executes some JavaScript and then proceeds to go wherever the href was …

javascript jquery html anchor
Can I use an image from my local file system as background in HTML?

I've got an HTML document hosted on a remote web server. I'm trying to have one of the elements on …

html css background-image
How to find a parent with a known class in jQuery?

I have a <div> that has many other <div>s within it, each at a different …

javascript jquery html dom parent
How to place a text next to the picture?

I want to place 2 pictures, one on top of the page and the other right below it. Then, I want …

html css image text paragraph
100% Min Height CSS layout

What's the best way to make an element of 100% minimum height across a wide range of browsers ? In particular if …

html css xhtml
How can I make a link from a <td> table cell

I have the following: <td> some text <div>a div</div> </td> …

html css hyperlink
html - table row like a link

I can't set my table row as link to something. I can use only css and html. I tried different …

html css hyperlink html-table
What's the difference between HTML 'hidden' and 'aria-hidden' attributes?

I have been seeing the aria attribute all over while working with Angular Material. Can someone explain to me, what …

html wai-aria
jQuery Popup Bubble/Tooltip

I'm trying to make a "bubble" that can popup when the onmouseover event is fired and will stay open as …

javascript jquery html css
disable all form elements inside div

is there a way to disable all fields (textarea/textfield/option/input/checkbox/submit etc) in a form by telling …

jquery forms html field