|
Astro Lesson #5 : lovely.lists.and.luscious.links Whizzing along aren't we? Today we shall discuss Lists, and Links. (no,
not shopping lists, and definately not Golf Links, cuff links or chain
links) Firstly, the definitive definition of a definition list:
See how it gets indented from the heading, and is placed one line below it? This can be very useful and also looks quite nice.
And now ordinary lists. Very handy for breaking up blocks of text, or displaying points of
information in a tidy manner (and we do try to be tidy, don't we children?)
All done - notice that the < li > does not require a closer, however the < /ul > does.
Clear as mud? Good, onward we go! For an ordered list, the format
is identical apart from substituting <ol> for <ul>.
In this case the options for type are ...
As you can see, we have also used the blockquote tag to indent this list
for extra effect. If you are feeling adventurous, it is possible to 'nest' lists
within lists - just make sure all the tags are in the correct order
Links are what makes the Web such a wondrous place - it is easy to spend hours following one
hyperlink to another, clicking your way around the web. It is an easy matter to create a link within a web
page which will whizz the happy webber off to another destination in no time. Notice that the 'Link' now appears underlined and has changed color - this color can set by specifying it within the < body > tag at the top of your page. |