Saturday, November 8, 2014

Images, Links, Tables (HTML)

If you can edit your webpage using fonts and colors, you can add some modifications using images, links and tables.

Source: vijaykamat-html.blogspot.com
Images can be added to your webpage. They are defined with the <img> tag. To add an image, this is the format one should use: <img src="url" alt="some_text">

Links can also be added to your webpage. They are words, a group of words, or an image that can link you to another document. The way you do this is by : <a href="url">Link text</a>


Tables are another useful addition to a webpage.
 There are different tags to use for tables.
 They are:
  • <tr> - table row
  • <td> - data cells, and
  • <th> - table header


No comments:

Post a Comment