php code Flashcards
div class = “site”
typically used to style the main container
div class = “site header”
header section of the site
div class = “site-footer”
footer section of site
div class = “content-area”
main content area
div class = “widget-area”
sidebar or widget areas
div class = “site-main”
primary area for displaying content
div class = “entry-title”
title of a post or page
div class = “entry-content”
content of a post or page
div class = “entry-meta”
meta information for a post, such as a date and author
div class = “page-header”
header section of a page template
div class =”page-content”
content section of a page template
div class = “comments-area”
area for displaying comments
div class = “comment-list”
list of comments
div class = “comment-form”
comment submission form
div class = “nav-menu”
navigation menu
div class = “site-navigation”
primary navigation area
div class = “main-navigation”
main navigation menu
div id = “primary”
typically used for main content area
div id = “secondary”
often used for secondary content areas like sidebars
div id = “content”
used for the primary content container area within a page or post
div id = “main”
commonly used for the main content wrapper
div id = “colorphon”
used for the footer section
div id = “masthead”
used for the header section
div id = “page”
wraps the entire content of the site