Monday, October 6, 2008

Week 8 notes

W3schools HTML Tutorial:
-Professor Computer will teach us about HTML
-HTML=Hyper Text Markup Language
-markup tags=tell the Web browser how to display the page
-use notepad example, program finally has a purpose
-scroll too far down and end up in Product Spotlight ad
-uses tags in brackets, lowercase cause it’s easier-not case sensitive
-provides useful examples of headings, paragraphs, Text Formatting Tags, (ie, indicates bold, pretty straight forward)
-character entities use numbers (ie, &=&#38)
-“An anchor can point to any resource on the Web: an HTML page, an image, a sound file, a movie, etc.”
-target attribute defines where link will open
-“With frames, you can display more than one HTML document in the same browser window.”
- tags provide the ways to input information on a page ( name, address, ect)
-“The bgcolor attribute specifies a background-color for an HTML page. The value of this attribute can be a hexadecimal number, an RGB value, or a color name”
-Colors, represented by 0s and Fs, sometimes other numbers in the wide variance, red=FF0000, lots of patters
-joke="How do you spell HTML?"
-HTML 4.0
-Meta, url schemes, encoding
-steps on how to publish your work
-very useful tutorial, numerous examples and samples, and even a TEST to see if you paid attention



HTML Cheatsheet:
-site is exactly what the title says, a HTML cheat sheet. Provides examples of tags, links, attributes, formats, frames, and forms that are probably the most common. Ex; Creates the largest headline

W3 School Cascading Style Sheet Tutorial:
-should read HTML tutorial before this one
-CSS=Cascading Style Sheets
-created for HTML 4.0 to resolve design problems of continually advancing web browsers
-“CSS is a breakthrough in Web design because it allows developers to control the style and layout of multiple Web pages all at once.”
-CSS syntax is made up of three parts: a selector, a property and a value
-can be external or internal, depends on size/pages of documents which is preferable
-CSS has properties for background, text, font, border, outline, margins, padding, lists, tables, dimension, classification, and positioning. These various properties aid in the coloring, formatting, spacing, and general appearance of a page
-links can be displayed in different ways using CSS
-Pseudo-elements
-images and galleries
-CSS2

3 comments:

Nicole Plana said...

I decided to try out the HTML and CSS tests as well because I found it more helpful than reading. How did you put that field in your blog?

Despite that fact that HTML and CSS are basic, it's something new for me to try. I'm pretty excited about learning this stuff.

Joy said...

I thought that the tutorials were great. I especially liked how you could change their examples and see the effect right away. The exact typing skills were something I noticed. As a child of the 80's when the only computers used DOS no typos were tolerated either. The CSS article was a little harder to understand, but I'm glad I know it's there when I get to that point. Now I'm just excited to try and create a web page!

April M, CCLS Children's Librarian said...

I also found myself scrolling down into ads almost every page in the html tutorial. The first couple pages I was wondering if this was part of the page or if I missed the next button. While I understand ads are necessary to these free tutorial sites, a little separation would be nice - at least a line break.