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
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.
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.
I believe your answer lies here: http://www.tlswebsolutions.com/tag/html-basic-elements/
Try CSS Zen Garden. It has almost every HTML element, and they have all been styled to the varying tastes of different developers.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With