HTML and CSS Reference
In-Depth Information
Figure 12-27
calling the writecalDays() function
3. Save your changes to the file, and then reload the ccc.htm file in your Web
browser. As shown in Figure 12-28, the page should now display the monthly
calendar for July 2015.
Figure 12-28
Monthly calendar for july 2015
Trouble? If you do not see a calendar, you might have made a mistake in the
code. Common mistakes include misspelling variable names, forgetting to close
quoted text strings, inconsistently using upper- and lowercase letters in variable
names, and omitting closing braces in command blocks. Compare your code to
the complete code of the writeCalDays() function shown in Figure 12-26.
 
Search WWH ::




Custom Search