<!DOCTYPE html> <!-- Source code for exercise3.html --/> <html lang="en"> <head> <meta charset="UTF-8"> <title>Exercise 3</title> </head> <body> <h1>Exercise 3</h1> <p>This is a test paragraph.<br> This is the second line.</p> <ol> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> </ol> <table> <tr> <th>State</th> <th>Capitol</th> <th>State Flower</th> </tr> <tr> <td>Illinois</td> <td>Springfield</td> <td>Common Blue Violet</td> </tr> <tr> <td>Iowa</td> <td>Springfield</td> <td>Iowa City</td> </tr> <tr> <td>Indiana</td> <td>Indianapolis</td> <td>Peony</td> </tr> </table> </body> </html>The directory structure on the studentweb server should look like this. Indentation means subfolder.
public_html it238 exercise3.htmlThis is the URL for accessing this file on studentweb, if ssmith is your campusconnect username:
https://studentweb.cdm.depaul.edu/ssmith
h2 { color: navy; }identify the property, selector, and value.
sftp://studentweb.cdm.depaul.eduAlso use your campusconnect username and password. A port number is not needed.
public_html it238 index.html <-- index of proj1a and proj1b styles.css proj1a index.html <-- stub files script.js styles.css <-- if needed proj1b index.html <-- stub files script.js styles.css <-- if needed
These examples were not discussed in class on Jan 6, but are included here for your reference.