Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Comprehensive HTML page for testing CSS?

Tags:

html

css

Looking for example code that uses semantic HTML that I can use to test stylesheets with. The version/doctype is unimportant though HTML5 would be great. When I say "comprehensive" - I am looking for use of definition lists, forms, tables, plus all the usual. Thanks

like image 326
Dr. Frankenstein Avatar asked May 17 '10 22:05

Dr. Frankenstein


People also ask

How do I test HTML CSS code?

If you want to work with Chrome Developer Tools, simply run the HTML document in Google Chrome and right-click the HTML element you want to inspect. Click on "Inspect" and you will have the tools to run, analyze, and even debug the code.

What is HTML and CSS testing?

The HTML/ CSS test evaluates a candidate's ability to create web pages and style them using CSS. Using scenario-based MCQ questions, it evaluates knowledge of HTML (DOM, tags, forms, tables etc.) and critical CSS concepts (box model, positioning, styling, Flexbox, Grid etc.) and the ability to build responsive layouts.

How can I test my HTML skills?

You can test your HTML skills with W3Schools' Quiz.


1 Answers

Is this the kind of thing you're looking for?

Basic Test Suite for YUI Base

like image 188
mercator Avatar answered Sep 20 '22 18:09

mercator