
Results 1 to 9 of 9
Thread: [TUT] Beginning HTML
Hybrid View
-
20-01-10, 04:45 AM #1Other Useful Thingstext links
Links are very important, because that's how we get around on the internet. "a" stands for links. I don't know why. "href=" means where the link should lead to. Here is a standard link code:HTML Code:<a href="http://WHERE_TO.com">Click Here!!!</a>
image links
After you can add a link, you can add a link with an image to click on. For example, your banner can take you to your home page. Just type out the link code, but instead of adding text, type the image code. Do not forget to end your link with "</a>".HTML Code:<a href="wheredoesthelinkgo.com"><img src="img_source.gif"></a>
To open up your visitors default email client, you can use this code, which I hope you notice is similar to a link.HTML Code:<a href="mailto:[email protected]">EMAIL ME!!</a>
tables
Last on the menu today are tables. Tables are harder than anything else so far, so get ready. They are very important for making your website look good, and you can get pretty creative with them! Start them with the table code, tr is for a row, td is for a data cell. The below code should explain itself.HTML Code:<table> to start your table <tr> - start table row <td> - start table data cell Here is your top left cell! Type in what you want! Add pictures, text, another table, whatever!! </td> - end cell <td> - start the second table data cell This will be your top 2nd cell, add what you need! </td></tr><tr> - add another row <td> bottom left cell </td><td>bottom right cell! </table>
BORDER= (default is 0)
BORDERCOLOR= color
BGCOLOR= back ground color for whole table. You can color individual cells or rows by putting this variable in the <tr> or <td> tags.
WIDTH= Table width in pixels or percents
HEIGHT= Height in pixels or percents
CELLPADDING= pixels to "pad cells". Indents on all sides, kind of...
CELLSPACING= pixels to seperate cells from eachother.
By now you should be able to create a decent looking webpage! The most important thing is to keep practicing. There are plenty more things you can learn, just keep your eyes open! To actually put things on the internet, you may find some free web hosting, by searching your favorite search engine. To put pictures on the internet, you need to find an image uploader by searching. If you have any questions at all, just ask someone. I can try to help, and if I can't, I will help find someone who will.
Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread
Visitors found this page by searching for:
Nobody landed on this page from a search engine, yet!
SEO Blog