I am trying to make a child theme . I want to use the html5 reset from
this website . Anyone here use the code ?
The whole point of a stylesheet, in my humble opinion, is avoiding that sort of preliminary low-level work. In theory, the parent theme should create the basic foundation, leaving the child theme to deal exclusively with matters directly relating to the end-user experience.
Can you find me a child theme with lots of functions and codes. I've
downloaded and doing research. I think i need to know more. Please
give me a standard child theme(if you want to) I've to explore more.
I would recommend that you start with a blank child theme, rather than adapting somebody else's. The Graphene theme is a personal favorite of mine to build child themes on because it starts out looking pretty sharp and it includes a smorgasbord of hooks which allow your child theme to adapt it to your liking.
To get started, install the Graphene theme, then follow the clear and easy WordPress Codex article on Child Themes.