Search for notes by fellow students, in your own course and all over the country.

Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.

My Basket

You have nothing in your shopping cart yet.

Title: HTML Display notes
Description: Topic: HTML Display

Document Preview

Extracts from the notes are below, to see the PDF you'll receive please use the links above


HTML DISPLAY
You cannot be sure how HTML will be displayed,
Large or small screens, and resized windows will
create different results
...

The browser will remove any extra spaces and
extra lines when the page is displayed:
Example:


This paragraph
contains a lot of lines
but browser ignores it
...


HTML Line
Breaks

Example:

The HTML
element

This is a paragraph
...
Use
if

This is another paragraph
...


Reminders
Most browsers will HTML
correctly even if you forget the
end tag
...


Note:
Dropping the end tag can
produce unexpected results
or error


Title: HTML Display notes
Description: Topic: HTML Display