Saturday 1 October 2011

::::|| VU ||:::: Creating a Portfolio with HTML5 - eTechy101.com

A new article has been posted on eTechy101.com.
The post title is 'Creating a Portfolio with HTML5'. Below is a preview of the
post.

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 a Beautiful HTML5 Portfolio | Tutorialzine
Demo</title>
<link rel="stylesheet" href="assets/css/styles.css" />
</head>

<body>
<header>
<h1>My Portfolio</h1>
</header>

<nav id="filter">
</nav>

<section id="container">
<ul id="stage">
</ul>
</section>

<footer>
</footer>

You [...]

You may view the full post at
http://www.etechy101.com/html5/creating-a-portfolio-with-html5.html

You received this e-mail because you asked to be notified when new updates are
posted.

Thanks for being a valued member of eTechy101.com

Best regards,

eTechy
http://www.etechy101.com

--
For study materials, past papers and assignments,
Join VU School at www.VusCool.com
and www.VUGuys.com
CoooL Virtual University Students Google Group.
To post to this group, send email to coool_vu_students@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/coool_vu_students?hl=en

No comments:

Post a Comment