logs/
s01.md
s02.md
"OIM3690: Question about..."
username.github.io
oim3690
Open your username.github.io site and open DevTools (F12):
<h1>
<h2>
<p>
<a>
<img>
With an element selected in DevTools, look at the Styles panel:
Hint: Look for properties like color, font-size, margin, padding
color
font-size
margin
padding
Go to the Console panel in DevTools:
document.body.style.background = 'yellow'
Look at your AI-generated code. Write down:
<div>
<span>
<section>
display: flex
position: relative
addEventListener
querySelector
Write at least 10 things on paper.
The goal isn't to memorize everything. It's to know enough to evaluate and modify AI code.
In pairs, share:
Space for session-specific news, common issues
Topic slide covers: HTML/CSS/JS roles, DevTools intro