Make your own free website on Tripod.com

Web Design Semester Exam 1



  1. html lists (ordered, unordered, or definition) are... unorder list are...a list of items. Like, marked with bullets or usually small dots
  2. ., like this,


Ordered lists are lists tooo but with numbers. They look like this

  1. Like this is # one.
  2. And this is # 2
  3. And this is # 3

A definition list is NOT a list of items. Its like a definitions term!


Kara
an anoying person.
Web Design
a place where you learn how to make a web pages.

  • Tables are defined with the ..table.. tag. A table is divided into rows (with the ..tr.. tag), and each row is divided into data cells (with the ..td.. tag). The letters td stands for "table data," which is the content of a dadt cell. A data cell can contain text, images, lists, para., forms, horizontal rules, tables, etc.
  • this is what a table is
    this is the other side of the table this is underneath it


  • The line above is called a horizontal refrances. aka ..hr..


  • To make an image on a web page you have to use the image source... which is .. img src="the pictures name". For example.. this is what the image src does.

  • is places a picture in the web page!!!

    You can also resize it on your web page.. like this.. img src="the pics name" width="#" length="#" height="#".. and so forth.

    like that.
  • Meta tags

    HTML includes a meta elemen that goes inside the head element. The purpose of the meta element is to provide meta- info about the document. Most often the meta element is used to provide information that is relevant to browsers or search engines like describing the content of you document. Some serach engines on the www will use the name content attributes of the meta tag to index your pages.

    This meta element defines a discription of you page: .... meta name="description" content="free web turtprials on HTML, CSS,

    This meta element defines keywords for your page:... meta name="keywords" content="HTML, DHTML, CSS, XML, XHTML, JavaScript, VBScript"...


  • Font manipulation (bold, underlined, italics).
  • this is the bold font this is the italics font and this is the underlined font

    You use .. b.. for bold text, ..i.. for italics text, ..u.. for the underlined text.


  • Creating a hyper link using the ..a href.. tag.

  • To creat a(n) a href tag u put.. a href="the site goes here".. and then u put ../a.. for closing it. Example below!

    click here
  • Creating headers for web pages.

  • You use the .. h1.. for the biggests letters.. and all threw 1-6, 1 behing the biggests and 6 behing the smallests.

    this is h1

    this is h2

    this is h3

    this is h4

    this is h5
    this is h6

  • Footers used in the address tag

  • They're just like the things above but only with an .. a href.. tag!!

    this is an h1 adress tag

    this is an h2 adress tag

    this is an h3 adress tag

    this is an h4 adress tag

    this is an h5 adress tag
    this is an h6 adress tag

  • How to chnge the backgrounds color.. or maybe even put an image!!!

  • You have to use the ..body bgcolor="wtv color u wunt".. and it will show up on the background. Now if you want to put a picture on the background you have to put .. body background="wtv pic u wunt".. and then you will have a picture on your backround.

    body bgcolor="color"

    body background="picture"


  • How to change the font color. You have to use the ..font color="wtv color u wunt".. tag.

  • I changed this font color with the font tag!!!

    I did the same thing but i put in another color.

    blah blah blah

    hey look! its green.

    blue

    indigo

    purple


    How to change the color of the links. You will use the ..body link, vlink, or alink="wtv color u wunt it to be"..

    this link is using the vlink

    this link is using the alink

    this link is using the ..."link"