Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JavaScript checker for HTML5 and CSS3

Does anyone know what that script was called that checks for HTML5 and CSS3 support? I think it also adds support for them. It was called something like Modifier.

like image 376
Cameron Avatar asked Jul 21 '10 09:07

Cameron


People also ask

How do I test HTML and CSS code?

Working with Chrome Developer Tools is easiest by running its code in Google Chrome and right-clicking your HTML element. You'll then be taken to the tools that can be used to run, analyze, and debug code-related behaviors.

What is HTML5 CSS3 JavaScript?

Developers today combine JavaScript, HTML5 and CSS3 to create web pages that look good across devices, platforms and browsers. HTML5 will provide a suitable format to your website; JavaScript helps developers to make dynamic, interactive WebPages and CSS3 polishes the design even further.

Is JavaScript used with HTML and CSS?

As a web developer, the three main languages we use to build websites are HTML, CSS, and JavaScript. JavaScript is the programming language, we use HTML to structure the site, and we use CSS to design and layout the web page. These days, CSS has become more than just a design language, though.

How do I know if my browser is HTML5 compatible?

The getContext method is checked by accessing it on the created input object. The result of this expression is checked with an if-statement. If the result is true, it means that HTML5 is supported by the browser.


1 Answers

you looking for Modernizr?

like image 85
JoseK Avatar answered Nov 15 '22 04:11

JoseK