Learn to Create Web Pages Using HTMLHomeBeginning Your Page List Tags Text Styles Links, Images, Backgrounds and Text Colors HTML Reference List |
Making LinksTo make a link you must have the name of the file you want to link to. Also you must have the text that you want users of your site to click on so that they will be "linked" to another place. The Anchor tagThe anchor tag is also called the link tag. is the open anchor or link tag. is the closed link tag. The anchor tag can have other things inside the brackets with it such as NAME, HREF, and TITLE.An example is: Image TagThe Image Tag<IMG> makes images appear on your screen. You first need to download images. You do this by right clicking on the image and then go to save picture as and save the picture. You use the tag like this:
Aligning ImagesAn image can be aligned TOP, MIDDLE,and BOTTOM.You an align an image by placing the alignment you want inside the the image tag. Like this:![]() <IMG SRC="picture.gif" ALIGN="MIDDLE"> Background ColorTo change the background color you use the start body tag and insert BGCOLOR into the tag. This stands for BackGround COLOR. You can insert a a lot of colors into this tag, either numbers and letters which give you more colors to choose from or just using color names such as green, blue, red etc. An example is below:![]() BGCOLOR="#0000FF" BGCOLOR="blue"
Text ColorTo change the text color you basically do the same thing you did when you changed the background color. An example is:![]() TEXT="white"> This would give you a blue background with white text, you can use the same numbers and letter combinations to change text color also. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||