romarios1987 / js_calendar-table-DOM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calendar table

Task

Create a function calendarTable generating HTML table (with thead and tbody) inside a given element for given year and month.

Function calendarTable(year, month, element)

element - is a DOM element.

Learn how to work with Dates to solve the task

Screenshot of the card

screenshot


Read the guideline before start

Guideline

Result

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 74.1%Language:CSS 16.3%Language:HTML 9.7%