Warm-Up:
- When is a web page better than a text file? When is a text file better than a web page? Explain your answers.
PGCPS Gmail Login | Student SchoolMax Login
Objective:
- Students will gain basic understanding of code to gain the necessary background knowledge required to generate and conceptualize artistic ideas and work. (Anchor Standard 1)
Today's Agenda
- Guided Instruction
- Warm-Up Review
- Homework Review
- How can someone specializing in your major benefit from having a personal website? Explain AT LEAST THREE (3) different answers.
- Project: Policies & Procedures Review
- If you scored higher than a 0, you have until September 29 (10 days from today) to resubmit for a higher grade.
- As stated in the syllabus, Zeros earned for incomplete, late, and/or nonexistent work are not eligible for resubmission.
- Project 2: Coding
- Rubric
- ► 25% Project includes bug-free code created by the student, rather than copy/pasted from other sources.
- ►25% Project contains a minimum of 25 lines of code. [Class Choice]
- ►25% Web page includes 100 NON-CODE words. [Class Choice, UPDATED 9-21]
- ►25% Project contains characters. [Class Choice]
- Code Review:
- HTML (w3schools)
- <!DOCTYPE html> (Everything that follows is a web page.)
- <html></html> (Everything between these is HTML code.)
- <head></head> (Everything between these is the Header.)
- <title></title> (Everything between these is the Title.)
- <body></body> (Everything between these is what can be seen in the website.)
- We also learned how to change colors using some older code. We will learn a new way today.
- <h1></h1> (Everything between these is LARGE, bold, and on its own line.)
- <h2></h2> (Same, but a bit smaller.)
- <p></p> (Everything between these is a single paragraph).
- <a href="http://fouloistech.info">Linked Text</a> (Add a link to another page.)
- New Code
- <strong></strong> (Everything between these is bold.)
- <em></em> (Everything between these is italic.)
-
<tagname style="property:value;">
- color (text color)
- background-color
- border (outline color)
- <h1 style="border:2px solid Violet; background-color:yellow; color:white;">This should be painful to read.</h1>
- Rubric
- Independent Work
- Homework & Journal Checks
- Project Pre-Production
- The rubric requires characters. Include them today.
- Project Production & Post-Production
- Dependant on project scope determined by student.
- HOMEWORK
- Now that you can use any colors you want, list 10 text/background color combinations that would work well. (Example: white text, black background OR black text, white background)