October 1, 2011
You can create a completely customizable portfolio with the help of HTML5 and optionally using JQuery. First of all, we would need to write a markup for the HTML5 document, after which we would proceed on to the JQuery code. The markup HTML5 code is as follows: <html> <head> <meta charset=”utf-8″ /> <title>Making an HTML5 Portfolio – [...]
Read the full article →
September 24, 2011
Although common tags were present in the previous versions of HTML, HTML5 introduced special structural tags which considerably enhanced the power and ease of web programming. For a majority of everyday programming, these tags would eventually replace many of the typical div entries from the code. The definition of the structure starts with the tag: [...]
Read the full article →