Dos and Don’ts Don’t get the Head tag mixed up with the sectional div Header!! The HEAD tag <head> </head> has to be between the HTML tag <html> </html>and the BODY <body></body>tag.(SEE EXAMPLE 1 ) Always add a TITLE TAG! The HEAD tag has a tag called a TITLE tag <title></title> that will display the title…
Category: Coding
Diagram: how CSS affects HTML and a browser page
(see live page here)
Making Child Themes more links
A great tutorial is on the Tesla Themes page My newest fav is from Smashing Magazine Great explanation as to why you should make Child Themes and what to do with them from Media Temple For those of you who love videos….
Making Child Themes
We will use the excellent Generate Press theme (my latest favorite theme to customize) tonight to create a child theme. I. Using the WordPress Codex as a model, please copy the following code into a plain text document, : /*Theme Name: Learning Child Themes Theme URI: http://dinaalcalaypearlman.com/learning-child-themes Description: GeneratePress Child Theme Author: Dina Pearlman Author…
You must be logged in to post a comment.