Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CSS/HTML element formatting template

I'm trying to locate an HTML template that shows all the elements in HTML, so that the basic aspects of typography, colour schemes, margins and so on can be applied to it using CSS. Those styles can then be merged with styles that handle the layout for a given project, and then tweaked a little for any given problem.

I realize I could do this myself but thought that someone else may have already done this or know where to find such a template.

Thanks for your help.

Thanks to David Dorward for clarifying my question

like image 234
Elgoog Avatar asked Feb 01 '11 07:02

Elgoog


People also ask

What is HTML template element?

The <template> HTML element is a mechanism for holding HTML that is not to be rendered immediately when a page is loaded but may be instantiated subsequently during runtime using JavaScript. Think of a template as a content fragment that is being stored for subsequent use in the document.

What is Template in HTML and CSS?

The <template> tag is used as a container to hold some HTML content hidden from the user when the page loads. The content inside <template> can be rendered later with a JavaScript.


2 Answers

I believe your answer lies here: http://www.tlswebsolutions.com/tag/html-basic-elements/

like image 77
David Odin Kether Avatar answered Nov 23 '22 04:11

David Odin Kether


Try CSS Zen Garden. It has almost every HTML element, and they have all been styled to the varying tastes of different developers.

like image 34
KyleWpppd Avatar answered Nov 23 '22 05:11

KyleWpppd