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.

CSS strikethrough different color from text?

The HTML elements del, strike, or s may all be used for a text strike-through effect. Examples: <del>…

html css
Edit line thickness of CSS 'underline' attribute

Since you can underline any text in CSS like so: h4 { text-decoration: underline; } How can you also then edit the …

html css
Percentage Height HTML 5/CSS

I am trying to set a <div> to a certain percentage height in CSS, but it just remains …

html css height
Position an element relative to its container

I'm trying to create a horizontal 100% stacked bar graph using HTML and CSS. I'd like to create the bars using …

html css positioning
How to remove the URL from the printing page?

I want to remove the URL that gets printed on the bottom of the page. like: yomari.com/.../main.php?…

html printing footer
In Chrome 55, prevent showing Download button for HTML 5 video

I am getting this download button with <video> tags in Chrome 55, but not on Chrome 54: How can I …

html google-chrome html5-video
jQuery: Count number of list elements?

I've got a list that is generated from some server side code, before adding extra stuff to it with jQuery …

jquery html
Disable pasting text into HTML form

Is there a way using JavaScript to disable the ability to paste text into a text field on an HTML …

javascript html copy-paste
Removing "bullets" from unordered list <ul>

I have set this: list-style: none outside none; And HTML: <ul class="menu custompozition4"> <li class="item-507"&…

html css html-lists
Is it possible to access an SQLite database from JavaScript?

I have a set of HTML files and a SQLite database, which I would like to access from the browser, …

javascript html database sqlite