OIM3690 - Web Technologies

2025 Spring

Session 02 (1/23)

contain

Today's Agenda

  • Welcome/News/Announcements
  • Introduction to GitHub
  • Session 02
    • Introduction to HTML
    • ex01.html

Welcome/News/Announcements

  • You should have read the course syllabus
  • You should have installed
    • GitHub Desktop
    • Visual Studio Code - with extensions:
      • Live server
      • Prettier
      • vscode-icons
  • Email - please specify your course number
    • Subject title example: "OIM3690: Questions about my GitHub settings"
  • Questions?

What we have learned so far...

  • Quick Quiz:
    1. How do we view web page source code?
    2. How the Web works
      1. Is your laptop a client in the client-server model?
      2. Is Chrome a client?
      3. What is DNS?
      4. Try tracert www.google.com in Command Prompt (Windows)
        traceroute www.google.com in Terminal (macOS/Linux)

Introduction to GitHub

  • Create GitHub account
  • Create a new repository using exactly the same name: WebTech
  • Work on the repository
  • Commit and Push

Lecture