HTML

Link to go back

Question: 
How to make a link to go back

<a class="return-back" href="javascript:history.back()">Return to Search Results</a>

Produces:

Return to Search Results

Base href

Question: 
How to set the base href

You can set the base href from the default to the required. For example assume the following HTML code is included.

<base href="http://beamish/flat/sIFR/" />

Thereafter all references would precede with: http://beamish/flat/sIFR/

Therefore:

<script src="sifr.js" type="text/javascript"></script>

Would infact call:

http://beamish/flat/sIFR/sifr.js

Styling Tables with CSS

Question: 
How to beautiful style tables with CSS

For styling tables check this link out:

http://www.smashingmagazine.com/2008/08/13/top-10-css-table-designs/

HTML code for double cheveron

Question: 
What is the HTML code for the double cheveron?

The code for the double cheveron (») is: &raquo;.