Complete the code to start a WordPress theme style.css with the theme name.
/*
Theme Name: [1]
*/The Theme Name in style.css defines the name of your WordPress theme.
Complete the code to add the theme author in style.css metadata.
/*
Theme Author: [1]
*/The Theme Author field shows who created the theme.
Fix the error in the style.css metadata to correctly specify the theme version.
/*
Version: [1]
*/The Version should be a numeric string like 1.0.0 to follow WordPress standards.
Fill both blanks to add theme URI and description metadata.
/* Theme URI: [1] Description: [2] */
Theme URI is the website link for the theme. Description briefly explains the theme.
Fill all three blanks to add license, license URI, and text domain metadata.
/* License: [1] License URI: [2] Text Domain: [3] */
License states the theme's license type. License URI links to the license details. Text Domain is used for translations.