Lecture topics for the week:
Reminder: get acquainted with Linux basics /
CS 150
tutorials. Also look into:
Jump to homework 1
Navigation (cd, pwd)
Copying (cp) and moving (mv) files
File permissions (
chmod
)
Secure file transfers (
scp, sftp
)
Website structure and organization
Markup languages
HTML (MDN resources)
Introduction to HTML
Getting started with HTML
More HTML tutorials
HTML (W3Schools resources)
General structure:
<html> <head></head> <body></body> </html>
Elements
and tags
Attributes
Links and anchors
Scroll to top
Scroll to bottom
Headings
Images
Text formatting
Paragraphs
Blocks and inline
File paths
Tables
MDN:
table
and
tbody
Lists
Homework 1 overview (see Canvas)
VS Code
Coding style and whitespace
Demo: using <img>
Demo: <table> for Avatar voice actors
Side-by-side HTML editor
Demo: uploading images