Skip to content

Instantly share code, notes, and snippets.

View hiba-machfej's full-sized avatar

Hiba Machfej hiba-machfej

View GitHub Profile
@hiba-machfej
hiba-machfej / gitAndBashSheetCheat.md
Created July 7, 2020 15:32 — forked from halitbatur/gitAndBashSheetCheat.md
Git and Bash commands starter pack

Bash Commands

Making a directory

mkdir <directory-name>

Example

mkdir hello-world

Questions: Frontend File Setup

Answer the following questions with your group:

  • How do you link a JavaScript file to an HTML document?
  • How do you link a CSS file to an HTML document?
  • What are the roles of HTML, CSS, and JavaScript on a webpage?
  • What is the DOM? How is it related to HTML, CSS, and JavaScript?
  • How does HTML get rendered into DOM?
  • What are elements?