Insurance companies rearly reward loyalty and so I have found, after nearly 30 years dealing in international property, that it is essential to go to a home insurance quote comparison site before every renewal. Hundreds of dollars can be saved and its free to do.
The home is usually the biggest investment we will ever make and the cost of repair of damage after extreme weather or an accident in the home could cause financial difficulty or even potentially a crisis.
Of course cost is not the only factor as it is important to ensure that the level of cover of the home insurance policy is sufficient although this is the major component that determines the cost of the home insurance.
So I recommend that having determined the level of cover of the property and personal belongings it should be an annual event to go to a home insurance comparison site to get the best quote.
Basic HTML behind the page
It doesnt matter how clever the blogger and website creation tools get, if you want to be serious or creative then you need to look at the source behind the page.
This source is called HTML.
This source is called HTML.
What you need to know about HTML
.
The very first things you need to know about are TAGS.
The Page you are viewing right now is an HTML document. HTML documents look a lot like word-processing documents...
You can have bold and italicized, Larger and Smaller, or it could look type-written.
Of course, the HTML code for this can look confusing...have a look at any web page by pressing selecting:
View...Source
or
View...Page Source
from your browser menu.
Do it for this page and look for this text!
You can have
bold and italicized, Larger and Smaller, or it could look type-written.
So what are all these "<" and ">" things doing here? When you place a certain thing within these you are making something known as a tag. For example the 'b' tag is saying to start bold text, and the '/b' tag is saying to stop bold text. The tag with the slash (/) is known as the closing tag. Many opening tags require a following closing tag, but not all do. Tags make up the entire structure of an HTML document.
This Text is Bold
Which is made up of "<" b ">" as the start tag and
"<" /b ">" as the end tag.
Note: Tags in HTML are NOT case sensitive. For example... title and TitLE both mean the same thing and are interpreted as being the same.
The HTML Reference book takes you from this basic introduction through the common source code you will need to know and then onto the more advanced topics.
All of these are described by example and do not require and previous knowledge of programming.
The contents of the reference guide is:
Basic HTML
Chapter 1: The Basics
Chapter 2: The Common Tags
Chapter 3: More Common Tags
Chapter 4: A little more tags
Chapter 5: Extended Fonts and Text Colour
Chapter 6: Links and Images
Chapter 7: Lists, lists, lists
Chapter 8: Clean code, comments and escape codes
Chapter 9: Navigation within a document
Advanced HTML
Chapter 10: Tables
Chapter 11: Using Frames
Chapter 12: Using Meta Tags
Chapter 13: Forms
Chapter 14: Forms cont'd
Chapter 15: Forms cont'd
Chapter 16: Counters, Guestbooks and Search Engines
Chapter 17: Graphics
Chapter 18: HTML Style Basics
And then you can open the example Templates which are there to help you get started.
Click here--The HTML Reference
The very first things you need to know about are TAGS.
The Page you are viewing right now is an HTML document. HTML documents look a lot like word-processing documents...
You can have bold and italicized, Larger and Smaller, or it could look type-written.
Of course, the HTML code for this can look confusing...have a look at any web page by pressing selecting:
View...Source
or
View...Page Source
from your browser menu.
Do it for this page and look for this text!
You can have
bold and italicized, Larger and Smaller, or it could look type-written.
So what are all these "<" and ">" things doing here? When you place a certain thing within these you are making something known as a tag. For example the 'b' tag is saying to start bold text, and the '/b' tag is saying to stop bold text. The tag with the slash (/) is known as the closing tag. Many opening tags require a following closing tag, but not all do. Tags make up the entire structure of an HTML document.
This Text is Bold
Which is made up of "<" b ">" as the start tag and
"<" /b ">" as the end tag.
Note: Tags in HTML are NOT case sensitive. For example... title and TitLE both mean the same thing and are interpreted as being the same.
The HTML Reference book takes you from this basic introduction through the common source code you will need to know and then onto the more advanced topics.
All of these are described by example and do not require and previous knowledge of programming.
The contents of the reference guide is:
Basic HTML
Chapter 1: The Basics
Chapter 2: The Common Tags
Chapter 3: More Common Tags
Chapter 4: A little more tags
Chapter 5: Extended Fonts and Text Colour
Chapter 6: Links and Images
Chapter 7: Lists, lists, lists
Chapter 8: Clean code, comments and escape codes
Chapter 9: Navigation within a document
Advanced HTML
Chapter 10: Tables
Chapter 11: Using Frames
Chapter 12: Using Meta Tags
Chapter 13: Forms
Chapter 14: Forms cont'd
Chapter 15: Forms cont'd
Chapter 16: Counters, Guestbooks and Search Engines
Chapter 17: Graphics
Chapter 18: HTML Style Basics
And then you can open the example Templates which are there to help you get started.
Click here--The HTML Reference
Subscribe to:
Posts (Atom)