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.

How to draw circle in html page?

How do you draw a circle using HTML5 and CSS3? Is it also possible to put text inside?

html css geometry css-shapes
Get local href value from anchor (a) tag

I have an anchor tag that has a local href value, and a JavaScript function that uses the href value …

javascript html href
Resizing an image in an HTML5 canvas

I'm trying to create a thumbnail image on the client side using javascript and a canvas element, but when I …

javascript html canvas image-resizing
How can I make an svg scale with its parent container?

I want to have an inline svg element's contents scale when size is non-native. Of course I could have it …

css html svg scaling
Video auto play is not working in Safari and Chrome desktop browser

I spent quite a lot of time trying to figure out why video embedded like here: <video height="256" loop …

javascript html google-chrome safari webkit
Prevent form redirect OR refresh on submit?

I've searched through a bunch of pages, but can't find my problem, so I had to make a post. I …

javascript jquery html forms
Does bootstrap 4 have a built in horizontal divider?

Does bootstrap 4 have a built in horizontal divider? I can do this, <style type="text/css"> .h-divider{ margin-top:5…

html css bootstrap-4 twitter-bootstrap-4
How can I detect whether an iframe is loaded?

I am trying to check whether an iframe has loaded after the user clicks a button. I have $('#MainPopupIframe').…

javascript jquery html iframe
Can I prevent text in a div block from overflowing?

Can I prevent text in a div block from overflowing?

html css overflow
How can I get a specific number child using CSS?

I have a table whose tds are created dynamically. I know how to get the first and last child but …

html css css-selectors