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.

Playing m3u8 Files with HTML Video Tag

I am trying to use HTTP Live Streaming (HLS) to stream video to my computers and my iPhone. After reading …

html streaming html5-video http-live-streaming m3u8
Make div fill remaining *horizontal* space in flexbox

I have 2 divs side-by-side in a flexbox. The right hand one should always be the same width, and I want …

html css flexbox
How can I make a HTML a href hyperlink open a new window?

This is my code: <a href="http://www.google.com" onClick="window.location.href='http://www.yahoo.com';return …

html hyperlink window.location
load scripts asynchronously

I am using several plugins, custom widgets and some other libraries from JQuery. as a result I have several .js …

javascript ajax html asynchronous
Multiple line code example in Javadoc comment

I have a small code example I want to include in the Javadoc comment for a method. /** * -- ex: looping …

java html javadoc
Disable time in bootstrap date time picker

I am using bootstrap date time picker in my web application, made in PHP/HTML5 and JavaScript. I am currently …

javascript html twitter-bootstrap
How to make HTML open a hyperlink in another window or tab?

This is a line for a hyperlink in HTML: <a href="http://www.starfall.com/">Starfall</a&…

html window hyperlink
How to add hamburger menu in bootstrap

I need some help with bootstrap nav. I want it to be toggled via a hamburger icon on mobile. Here …

html twitter-bootstrap navigation hamburger-menu
Is it possible to style html5 audio tag?

I haven't found any resources on how to do that. Something as simple as changing the color of the player …

html audio
How to trigger HTML button when you press Enter in textbox?

So the code that I have so far is: <fieldset id="LinkList"> <input type="text" id="addLinks" …

html button input textbox