Tuesday, February 21, 2012

web design, links -_-

So, today in my class,we learned how to make links in html using the anchor tag (<a></a>). It is really easy and useful all you have to do is put the text or graphic you want to be the hotspot of the link in between the opening and closing of the <a> tag and add the attribute href="urlofwebsite" inside of the <a> part

Wednesday, February 8, 2012

Web design blog post three

So today in Web Design we learned how to do alignments, change the widths, and change colors of certain parts of our web pages. To do this you use attributes. Attributes are words that go inside of the tags, for example: <body bgcolor="#000000" text="#000000"> <hr width="90%" align="right"> etc. That is what we learned today.

Monday, February 6, 2012

Learned some hexadecimal color combos for html today first two digits are the red value, second two are the green value and the third pair are the blue value.
So we had to write down some that we like.
  • 89bdb5, a6d3d2, d1f116
  • 89bdb5 ebf9fd, 22b3c8
  • 8d8785, e8c6ed, ba92de
  • 0a6089, 726988, eldda8