so, tables, tables are used in many websites.
they help organize . To make a tale you would use the table tag <table> this is followed by the table row tag <tr> and the table data tag <td> . To make a cell longer than normal you add the colspan attribute <td colspan="5"> and you can do the same thing to rows <td rowspan="3"> . Also every table has a default border which you can change the size of with the border tag <table border="0">
I started this for my Web design class but i have no clue what i am going to do with it other than that
Thursday, March 8, 2012
Friday, March 2, 2012
]=()|\|']['$
looks like i forgot to talk about fonts. To change the font of some text you use the <font> tag. the color size and font are decided by attributes like the color, and face attribues. example.
<font face="wintermute" color="#addcee">
your text here
</face>
<font face="wintermute" color="#addcee">
your text here
</face>
][/v\ /-\6€$ \^/()()']['
so lately we learned about how to make images appear on the web, you do this by using the tag <img> and putting the src attribute inside it with a path to the file. for example
<img src="images/example/yourimage.png">
the only images that work are .jpg, .gif and .png and out of those i like .png the best because it supports transparency
<img src="images/example/yourimage.png">
the only images that work are .jpg, .gif and .png and out of those i like .png the best because it supports transparency
Subscribe to:
Posts (Atom)