Bravo
Links Tags-Continued  General Stuff

Business

Computers Entertainment  

Games

Internet

Sports

Travel  

Vehicles  

So you’re probably wondering how to make your web page actually look pretty flash. Take a look at this page (Click hereà)

You can see that looks pretty straight forward and simple, however with a few adjustments here and there we can make the appearance of it look a bit different: (Click here)à

Does that look better? How to do that? 

Whats hot?

New stuff

Downloads

Drivershq

FTP sites

SiteMap

Search  
SearchNZ

Yahoo!

Hotbot

Infospace

Dogpile

 

HTML

index

TAGS

Tags1

Tags2

Tags3

 

Lets look at the first tag I used

<marquee> tag

This tag was used to change the heading to one that moves across the top of the page.

<p> tag

AGAIN!!! Yeap! Except this time, I modified the second line using the following code:

<p align=”center”>You might find it of use</p>

instead of:

<p> You might find it of use</p>

<ul> tag

Creates an indent just by itself, every time <ul> is used another indent is made

<li> tag

This is used after the <ul> tag and creates a list that is indented or can be used by itself to create a list that is not indented.

Heres the code for the example above

<html>

 

<head>

<title>NewPage</title>

</head>

 

<body>

<h1><marquee>Welcome to my Web Page!</marquee></h1>

<p align="center">You might find it of use</p>

<p>This page looks better</p>

<p>Look at these links<p>

<ul>

   <li>HTML

   <li>Java

   <li>Whats cool page

</ul>

<p>And these ones</p>

<ul>

   <li>Cool links 1

   <li>Cool links 2

   <li>Cool links 3

</ul>

 

</body>

 

</html>

You can also check out my site map to see how lists work.See here

Check out Page3 (Tags3)

     
     

                                                                 

                        

BRAVO DEV!

Main

VB

HTML

JAVA

                                          

 

                                                          


Design by Ben Fellows/ Artwork by Ben Fellows

Programming -Ben Fellows-

Thanks to 50megs.com for the use of their space

Copyright Bravo-Dev!©2000