Free (and cheap) Web-building Software
I will go over some great web applications I’ve used to create and enhance websites. For a list of these resources please click here for my handout.
Web Hosts
We’ll also talk about web hosts- what they are, how to evaluate them, and what are some of the good ones out there.
I like www.hosting-review.com for comparing web hosts.
Course Evaluation
I have a brief course evaluation for you to fill out. Thanks for your feedback!
Questions and Wrap Up
Please feel free to ask me about HTML, CSS, or any other web-related questions.
Help Going Forward
Please feel free to email me with any questions at agoldsberry@gmail.com. I also highly recommend making use of www.w3schools.com whenever you need help with HTML, CSS, and other website-building tools.
Thoughts from Last Week:
Comment tags
We talked about comment tags, which are comments that you can leave in a CSS or HTML file for others so you can communicate without those words being displayed online.
HTML comment tag:
< ! – -Your comment here- – >
CSS comment tag:
/* Comment */
Mind those semi-colon’s!
I missed a semi-colon in the CSS Style Sheet (also on the handout) after the color for h1. It still worked for some people but not others. Sometimes browsers can be forgiving but you always want to make sure you don’t leave out important pieces of coding such as semi-colons, quotation marks, the closing tag with />, etc.
Filed under: Messages from Instructor