Tau Empire Codex 2013 | Army Builder Program
Dark Angels Codex 2013
Chaos Daemons Codex 2013
Chaos Space Marines Codex 2012

Warhammer 40k Forum Tau Online

 

Warhammer 40K Forum

simple html
Reply
Old 09 Jul 2007, 18:17   #1 (permalink)
Shas'El
 
Join Date: Nov 2005
Location: your backyard
Posts: 2,608
Default simple html

<!---welcome to my 2nd tutorial on HTML, this is mostly a review but focusus on pictures.--->

<html>
<head>
</head>
<body bgcolor=#0000ff>
<h1 align="center"><a name="top">Surf 'n Turf Tours</a></h1><!---this should display surf 'n turf tours in the largest font in the center.--->

<br><h2 align="center">Come and travel with us to the following locations:</h2> <!---second largest font will go right below it displaying the message--->

<h2><p align="center"><a href="greece.html">Greece<br> <!---the P centers the picture so dont close the p tag till after the picture is up. but the <a href="greece.html"> will call on the page "greece.html" creating a link to 1 of your other pages. its the same way with linking to other sites. --->

<img src="greece.jpg" size="200"width="300"></p> <!---your telling it to search for the picture. adjust the size by telling how many pixles you want it be. I usually only adjust the width. --->

<hr size="15" width="85%"> <!---this creates a horiziontal rule. you can make it any size you want. --->

<br><p align="center"><a href="london.html">London<br>
<img src="london.jpg" size="275"width="200"></p>
<hr size="15" width="85%">

<br><p align="center"><a href="prague.html">Prague</h2>
<img src="prague.jpg" size="200" width="300"></a></p>
<br> 

<h3 align="right"><a href="#top">goto top</a>

</body>
</html>
__________________

azr9 is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
HTML help for a beginner. greatmaju Computers, Science and Technology 17 09 Mar 2009 20:24
PHP/HTML/CSS Image help GeekyGator Computers, Science and Technology 4 07 Mar 2008 19:47
a html demo azr9 Computers, Science and Technology 0 08 Jul 2007 13:52
Html polls i dont play 40k Computers, Science and Technology 1 26 Apr 2006 00:29
Anyone need help? VB, VBA, HTML WarmasterDevilfish Computers, Science and Technology 0 16 Feb 2005 11:53