One of the ways I learned about the different HTML tags was looking at the code on other peoples' web pages.
Three ways of adding CSS styles: inline, internal and external.
CSS properties:
Target="_blank" will always open a new tag when the link is cliked.
Target="new" will only open one sinlge tag each time a link with property target="new" is clicked.
<meta http-equiv="refresh" content="4">
<!-- refreshing the webpage every 4 seconds-->
<a style="background-color:yellow;" href="http://www.baidu.com" target="_blank">baidu.com</a>
<!--CSS inline style.-->
Text-align:justify; <!--used for alignin the two sides of the content area to the two edges fo the browser.-->
1em=16px
Websites:
Colorpicker.com for selecting colors
Validator.w3.org for validating HTML contents.
www.zamzar.com for converting file formats.
http://jigsaw.w3.org/css-validator/ for validating CSS
http://www.html-color-names.com/color-chart.php Color Chart with 140 HTML Color Names
http://web.mit.edu/jmorzins/www/fonts.html about web safe fonts