IT350 6 weeks Exam - Friday
IT350 6 weeks Exam Topics
- HTML5 - all topics covered, including
- tag names
- attributes
- Valid HTML5 (e.g., can't put a div inside an h1)
- Tables (and accessibility!)
- Forms
- Client/Server relationship
- Web protocols - http request, response, status codes, content-type, https
- PHP
- intro, syntax, variables
- strings - single quotes vs double quotes
- functions, require/include/require_once
- file operations
- arrays: numerically indexed, associative, foreach, implode, explode
- variable scoping
- how to read parameters from a form submission
- regular expressions