You will soon need to insert images in table cells. As we told later tables will be used to hold images in their places. You can insert an image in a table cell by inserting <IMG> tag between <TD></TD> tags of a certain cell. (more…)
You will soon need to insert images in table cells. As we told later tables will be used to hold images in their places. You can insert an image in a table cell by inserting <IMG> tag between <TD></TD> tags of a certain cell. (more…)
Table is a matrix like object that holds other objects such as text, images, buttons and etc.
Even if you don’t see them they are present in all professional web pages. Hidden tables hold graphic images and text in their places in these pages. (more…)
Another useful html tag that you will use, is <HR> tag. If you need to separate text in your web page by horizontal lines , you may use this tag.
<BODY>
First section
<HR>
Second section
</BODY> (more…)
Any object such as text, graphic images etc. that leads us to a new page on the web is called a link. Links can point to a page on our site or to a web page on another site.
In this lesson we will learn how to make links. (more…)