how to learn the basic HTML - Part 2

<p> ... </p>
a Pelement defines a pragraph stuctural element in a document. with HTML 4.0, the Pelement is
formally a block-level element, which means that content for a pelpment begins on it's own line, and content following the pelement stats on it's own line. no other block-level elements may be
nested inside a pelement if you omit the end tag, the element ends at the next block-level element
start tag

<img> ... </img>
img element is used to displays a graphical for example:
<IMG SCR="picture.jpg"HEIGHT=100 WIDTH=100>

<link> ... </link>
a good example of a link is to Microsoft web site
<LINK REV="Microsoft" HREF="http://www.microsoft.com">

all rights reserved © Getting Online 2001 / Denis Murphy

  Feedback