Skip to content

l33t-c0d3r-66/Digital-Clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Clock

  • A Digital Clock Project written in HTML, CSS and JavaScript.
  • This Project uses different concepts of HTML, CSS and JavaScript.
  • This Project also uses some DOM concepts and Date Time Concept to Show Time.
  • Background Color is changed after every minute using DOM.

    What is HTML?

  • The HyperText Markup Language, or HTML is the standard markup language for documents designed to be displayed in a web browser.
  • You can read more about HTML on following links:
  • https://devdocs.io/html/
  • https://developer.mozilla.org/en-US/docs/Web/HTML
  • https://www.w3schools.com/TAGS/default.ASP

    What is CSS?

  • Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a markup language such as HTML
  • You can read more about CSS on following links:
  • https://www.w3schools.com/css/css_intro.asp
  • https://developer.mozilla.org/en-US/docs/Web/CSS

    What is JavaScript?

  • JavaScript is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS.
  • You can read more about JavaScript on following links:
  • https://developer.mozilla.org/en-US/docs/Web/JavaScript
  • https://devdocs.io/javascript/
  • https://www.w3schools.com/js/

    What is DOM?

  • DOM stands for Document Object Model.
  • When a web page is loaded, the browser creates a Document Object Model of the page.
  • You can explore more about DOM on following links:
  • https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Introduction
  • https://www.w3.org/TR/REC-DOM-Level-1/introduction.html

    Screenshot:

  • Releases

    No releases published

    Packages

    No packages published