## I will do the following: - Adding a div tag that has a class: clock in the html file. - Styling the clock in css file. - Using Date method : new Date() in js fle. - Using setInterval() method to call the function every 1000 milliseconds.