{"id":179,"date":"2020-09-26T13:01:04","date_gmt":"2020-09-26T13:01:04","guid":{"rendered":"https:\/\/dft.wiki\/?p=179"},"modified":"2026-06-09T15:04:40","modified_gmt":"2026-06-09T19:04:40","slug":"html-ccs","status":"publish","type":"post","link":"https:\/\/dft.wiki\/?p=179","title":{"rendered":"CCS Templace for Starting Point Web Design"},"content":{"rendered":"<p>Every browser has its own default stylesheet, used when parameters are not defined or customized in the page code.<\/p>\n<p>Before starting to write and customize HTML with CSS, it is important to know how to reset the default stylesheet when needed. Richard Clark is one programmer who shares his solution for this [<a href=\"http:\/\/html5doctor.com\/html-5-reset-stylesheet\/\">http:\/\/html5doctor.com\/<\/a>]<\/p>\n<pre>html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {\r\nmargin:0;\r\npadding:0;\r\nborder:0;\r\noutline:0;\r\nfont-size:100%;\r\nvertical-align:baseline;\r\nbackground:transparent;\r\n}\r\nbody {\r\nline-height:1;\r\n}\r\narticle,aside,details,figcaption,figure,\r\nfooter,header,hgroup,menu,nav,section {\r\ndisplay:block;\r\n}\r\nnav ul {\r\nlist-style:none;\r\n}\r\nblockquote, q {\r\nquotes:none;\r\n}\r\nblockquote:before, blockquote:after,\r\nq:before, q:after {\r\ncontent:'';\r\ncontent:none;\r\n}\r\na {\r\nmargin:0;\r\npadding:0;\r\nfont-size:100%;\r\nvertical-align:baseline;\r\nbackground:transparent;\r\n}\r\n\/\/ change colours to suit your needs\r\nins {\r\nbackground-color:#ff9;\r\ncolor:#000;\r\ntext-decoration:none;\r\n}\r\n\/\/ change colours to suit your needs\r\nmark {\r\nbackground-color:#ff9;\r\ncolor:#000;\r\nfont-style:italic;\r\nfont-weight:bold;\r\n}\r\ndel {\r\ntext-decoration: line-through;\r\n}\r\nabbr[title], dfn[title] {\r\nborder-bottom:1px dotted;\r\ncursor:help;\r\n}\r\ntable {\r\nborder-collapse:collapse;\r\nborder-spacing:0;\r\n}\r\n\/\/ change border colour to suit your needs\r\nhr {\r\ndisplay:block;\r\nheight:1px;\r\nborder:0;\r\nborder-top:1px solid #cccccc;\r\nmargin:1em 0;\r\npadding:0;\r\n}\r\ninput, select {\r\nvertical-align:middle;\r\n}<\/pre>\n<p>Place this code at the top of your style.css file and make sure you put your own code below it.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Every browser has its own default stylesheet, used when parameters are not defined or customized [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-179","post","type-post","status-publish","format-standard","hentry","category-web"],"_links":{"self":[{"href":"https:\/\/dft.wiki\/index.php?rest_route=\/wp\/v2\/posts\/179","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dft.wiki\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dft.wiki\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dft.wiki\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dft.wiki\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=179"}],"version-history":[{"count":11,"href":"https:\/\/dft.wiki\/index.php?rest_route=\/wp\/v2\/posts\/179\/revisions"}],"predecessor-version":[{"id":5854,"href":"https:\/\/dft.wiki\/index.php?rest_route=\/wp\/v2\/posts\/179\/revisions\/5854"}],"wp:attachment":[{"href":"https:\/\/dft.wiki\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=179"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dft.wiki\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=179"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dft.wiki\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=179"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}