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.

Link to reload current page

Is it possible to have a normal link pointing to the current location? I have currently found 2 solutions, but one …

html hyperlink
Bootstrap modal: is not a function

I have a modal in my page. When I try to call it when the windows load, it prints an …

javascript jquery html bootstrap-modal
onclick event function in JavaScript

I have some JavaScript code in an HTML page with a button. I have a function called click() that handles …

javascript html dom-events event-driven
How do I escape a single quote?

How can I escape a ' (single quote) in JavaScript? This is where I'm trying to use it: <input …

html escaping
Submit form using a button outside the <form> tag

Say I have: <form method="get" action="something.php"> <input type="text" name="name" /> </form&…

html
CSS - How to Style a Selected Radio Buttons Label?

I want to add a style to a radio button's selected label: HTML: <div class="radio-toolbar"> <label&…

html css
Uncaught TypeError: Cannot read property 'top' of undefined

I apologize if this question has already been answered. I've tried searching for solutions but could not find any that …

javascript jquery html css dom
Draw Circle using css alone

Is it possible to draw circle using css only which can work on most of the browsers (IE,Mozilla,Safari) ?

html css css-shapes
How to add/update an attribute to an HTML element using JavaScript?

I'm trying to find a way that will add / update attribute using JavaScript. I know I can do it with …

javascript html cross-browser
How to link html pages in same or different folders?

How can I link to html pages if they are in same or different folders without writing full path?

html anchor