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.

What replaces cellpadding, cellspacing, valign, and align in HTML5 tables?

In Visual Studio, I'm seeing these warnings: Validation (HTML 5): Attribute 'cellpadding' is not a valid attribute of element 'table'. Validation (…

html css visual-studio css-tables
Can I apply a CSS style to an element name?

I'm currently working on a project where I have no control over the HTML that I am applying CSS styles …

html css css-selectors
How to programmatically empty browser cache?

I am looking for a way to programmatically empty the browser cache. I am doing this because the application caches …

javascript html caching browser
How to embed a PDF viewer in a page?

If I'm not mistaken, Google Docs offers the means to display a PDF that is stored on the same server …

html pdf
Center a DIV horizontally and vertically

Is there a way to CENTER A DIV vertically and horizontally but, and that is important, that the content will …

html css center
What's default HTML/CSS link color?

I need its code representation, like #FFFFFF.

html css
Regex select all text between tags

What is the best way to select all the text between 2 tags - ex: the text between all the 'pre' …

html regex html-parsing
Get index of selected option with jQuery

I'm a little bit confused about how to get an index of a selected option from a HTML <select&…

jquery html select indexing
Setting href attribute at runtime

What is the best way to set the href attribute of the <a> tag at run time using …

javascript jquery html
How to use radio buttons in ReactJS?

I am new to ReactJS, sorry if this sounds off. I have a component that creates several table rows according …

html reactjs