html lists (ordered, unordered, or definition) are... unorder list are...a list of items. Like, marked with bullets or usually small dots
., like this,
Like this
And this
And this too
Ordered lists are lists tooo but with numbers. They look like this
Like this is # one.
And this is # 2
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 fontthis is the italics fontand 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!
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.