How to Create a Table in blog or website

From many days i had a question in my mind how to create a rows and columns in the blogger with a well formatted way after a bit R&D i came to know how to create a tables 1. HTML Tags (Traditional way of writing a table using tags quite confusing for non techies) 2. Make a table in word document and use it in blogger( My way... Easy and Cleaner way) 1. Start with first way using HTML tags a standard html format /code for writing a table say 2 column and 4 rows is <table> <tr><td>One </td><td> Two</td></tr> <tr><td>Three </td><td> Four</td></tr> <tr><td>Five </td><td> Six</td></tr> <tr><td>Seven </td><td >Eight</td></tr> </table> All the tables in html starts with <table> and ends with </table> <tr> is tr=table row indicates new row in the table and usually ends with </tr> <td>...

HTML5 Canvas

The canvas element is used to draw graphics on a web page. Your browser does not support the canvas element. What is Canvas? The HTML5 canvas element uses JavaScript to draw graphics on a web page. A canvas is a rectangular area, and you control every pixel of it. The canvas element has several methods for drawing paths, boxes, circles, characters, and adding images. Related Tags Website Tips and tricks Website Marketing Website HTML coding Search Engine Optimization Free SEO Tools, Webmaster Create...

HTML5 Audio

Audio on the Web Until now, there has not been a standard for playing audio files on a web page. Today, most audio files are played through a plug-in (like flash). However, different browsers may have different plug-ins. HTML5 defines a new element which specifies a standard way to embed an audio file on a web page: the <audio> element. How It Works To play an audio file in HTML5, this is all you need: Example <audio controls="controls">   <source src="song.ogg" type="audio/ogg" />  ...

New Elements in HTML5

The internet has changed a lot since HTML 4.01 became a standard in 1999. Today, some elements in HTML 4.01 are obsolete, never used, or not used the way they were intended to. These elements are deleted or re-written in HTML5. To better handle today's internet use, HTML5 also includes new elements for better structure, drawing, media content, and better form handling. Related Tags Website Tips and tricks Website Marketing Website HTML coding Search Engine Optimization Free SEO Tools, Webmaster New...

Traditional SEO No More Relevant

This might be a surprise to the newbies of SEO, or even perhaps to some seasoned bloggers. As we all know, SEO (Search Engine Optimization) is all about link building to increase a blog’s visibility in search engines. This includes link exchange, comments on other blogs, forum posting, blog directories submission, article marketing, and bookmarking. But since Google’s new search algorithm called Panda on February this year to, the traditional SEO is now beginning to fade away like a smoke. It proved on June this year when Google updated PageRanks. Some have been disappointed about the drops of their PRs from 5 to 3 or 3 to 0. Others were gratified by acquiring a PR of 3 or 4 from 0 without doing any SEO. I can also prove this based on my blogs. My other blog, Blogirature, although more than a year old blog, only has 29 posts, without building any links at all from other blogs. In short, no SEO whatsoever. On June it acquired a PR of 1. My...