Skip to content

Workshop 4: Introduction to HTML, CSS and JavaScript

Manish Varma edited this page Sep 23, 2019 · 1 revision

1. HTML

Reference: https://www.w3schools.com/html/default.asp

2. CSS

Reference: https://www.w3schools.com/css/css_intro.asp

3. JavaScript

DOM Reference: i) https://www.w3schools.com/jsref/dom_obj_document.asp
ii) https://www.w3schools.com/js/js_htmldom_navigation.asp

"The W3C Document Object Model (DOM) is a platform and language-neutral interface that allows programs and scripts to dynamically access and update the content, structure, and style of a document."

DOM

Node Relationships

Details

4. Publish Web App with Github

Reference: https://hackernoon.com/use-custom-domain-with-github-pages-2-straightforward-steps-cf561eee244f

Clone this wiki locally