When referencing other pages or graphics on the web, you must know the complete URL of the source in order to create a link to it. However, depending on where the resource is located, you may be able to speed up the loading of your page by using relative references.
<img src="picture.gif"/>
<img src="my_graphics/picture.gif"/>
<img src="/not_my_images/picture.gif"/>
<img src="http://www.where.com/images/picture.gif"/>
<html>
<head>
<title>HTML codes for a web
page</title>
</head>
<body>
place your HTML code here
</body>
</html>
| <b>boldface</b>
boldface |
<i>italic</i>
italic |
<u>underline</u>
underline |
<h1>Heading 1</h1>
Heading 1 |
<h2>Heading 2</h2>
Heading 2 |
<h3>Heading 3</h3>
Heading 3 |
<h4>Heading 4</h4>
Heading 4 |
<h5>Heading 5</h5>
Heading 5 |
<h6>Heading 6</h6>
Heading 6 |
<hr>
first line
second line
third line
<p>Paragraph 1<p>Paragraph 2<p>Paragraph 3
Paragraph 1
Paragraph 2
Paragraph 3
<p align=left>Paragraph 4<p align = center>Paragraph 5<p align = right>Paragraph 6
Paragraph 4
Paragraph 5
Paragraph 6
| Ordered List | |
<OL>
<LI>First
<LI>Second
<LI>Third
</OL>
|
|
| Ordered List with Roman Numerals (Lower case "i" will produce lower case numerals) |
|
<OL TYPE=I>
<LI>First
<LI>Second
<LI>Third
</OL>
|
|
| Ordered List with Letters (Lower case "a" will produce lower case letters) |
|
<OL TYPE=A>
<LI>First
<LI>Second
<LI>Third
</OL>
|
|
| Unordered List | |
<UL>
<LI>Red
<LI>Green
<LI>Blue
</UL>
|
|
| Definition List | |
<DL>
<DT>Miami
<DD>A big city
<DT>Maine
<DD>A state
<DT>Marne
<DD>A river
</DL>
|
|
Here is the code that will create the table at the bottom of the page.
<TABLE border=1>
<TR>
<TD colspan=2>
<IMG src="/~downeyt/images/YOGA1.png" width="96" height="91"/>
<IMG src="/~downeyt/images/YOGA1.png" width="96" height="91"/>
</TD>
<TD>
<IMG src="/~downeyt/images/YOGA1.png" width="96" height="91"/>
</TD>
</TR>
<TR>
<TD><IMG src="/~downeyt/images/YOGA1.png" width="96" height="91"/></TD>
<TD><IMG src="/~downeyt/images/YOGA1.png" width="96" height="91"/></TD>
<TD><IMG src="/~downeyt/images/YOGA1.png" width="96" height="91"/></TD>
</TR>
<TR>
<TD rowspan=2 colspan=2><IMG src="/~downeyt/images/YOGA1.png" width="96"
height="91"/>
<IMG src="/~downeyt/images/YOGA1.png" width="96" height="91"/><BR>
<IMG src="/~downeyt/images/YOGA1.png" width="96" height="91"/>
<IMG src="/~downeyt/images/YOGA1.png" width="96" height="91"/></TD>
<TD rowspan=2><IMG src="/~downeyt/images/YOGA1.png" widht="96" height="91"/><BR>
<IMG src="/~downeyt/images/YOGA1.png" width="96" height="91"/></TD>
</TR>
</TABLE>
![]() |
![]() |
|
![]() |
![]() |
![]() |
![]()
![]() |
![]() ![]() |
|