Example Two <colgroup> elements. The first spans two columns and sets the background-color to red, the second sets the background-color to blue: <
Today we are about to publish a fresh collection infographics about job. Last time a similar collection has caused a great interest among our readers
Demos
Choose your favorite Menu 1 Submenu 1 Submenu 2 Submenu 3 Submenu 4 Menu 2 Submenu 21 Submenu 22 Submenu a Submenu b Submenu e Submenu f Submenu g Submenu
Example A simple HTML table, containing two columns and two rows: <table> <tr> <th>ID</th> <th>Name</th>
Creating tutorials is really important since anyone with less knowledge can use your tricks to make awesome designs. Taking this opportunity we would like
Example Execute a JavaScript when moving the mouse pointer over an image: <img onmousemove=”bigImg(this)” src=”smiley.gif”
The new html5 technology – fullscreen API gives us an easy way to present a web page content in fullscreen mode. We are about to give you detailed information
Referensi Belajar HTML canvas tag. Tutorial dan panduan mengenai element <canvas>...</canvas> yang digunakan untuk menggambar bitmap image dengan script.
Snake game. In the beginning, before start making a new game, you need to prepare the concept (logic) of the game. You need to have a clear idea about it.
Referensi Belajar HTML progress tag. Tutorial dan panduan mengenai element <progress>...</progress> yang digunakan untuk menampilkan proses
Example A definition list: <dl> <dt>Coffee</dt> <dd>- black hot drink</dd> <dt>Milk</dt> <dd>
Definition and Usage The border-right-color CSS property sets the color of the right border of an element. Note that in many cases the shorthand CSS properties border-color or border-right are
First at all, I would like to apologize for our delay with tutorials, the reason is that I had been on vacation from June 6 to 17 June. Only yesterday I came home.
Example Format text in a document: <tt>Teletype text</tt> Browser Support 1. Definition and Usage The <tt> tag is the font-style tag.
Example An HTML form with three input fields; two text fields and one submit button: <form action=”form_action.php” method=”
Definition and Usage This works similarly to the standard radial gradients as described by radial-gradient, but it automatically repeats the color stops
Definition and Usage The max-width CSS property is used to set the maximum width of a given element. It prevents the used value of the width property from
Example Strikethrough text can be marked up as follows: <p>Learn from yesterday, <strike>live for today,</strike> hope for tomorrow. <
Definition and Usage This property permits the specification of a source color profile other than the default. Name: color-profile Value: auto | sRGB | <
Example Execute a JavaScript when releasing a mouse button over a paragraph: <p onmouseup=”mouseUp()”>Click the text!<
Example Use the meter element to measure data within a given range (a gauge): <meter value=”2″ min=”0″ max=”
Example An HTML table with a <thead>, <tfoot>, and a <tbody> element: <table> <thead> <tr> <th>
Example A button is marked up as follows: <button type=”button”>Click Me!</button> Browser Support 1. Definition and Usage The <
Full calendar datepicker. If you are not familiar with jquery ui, and you are looking for a way to add a datepicker to your website, it would be superfluous
Definition and Usage The <user-ident> CSS data value denotes an arbitrary user-defined string used as an identifier. Its syntax is similar to the
Definition and Usage The <string> CSS data type represents a string. It is formed by a Unicode characters delimited by either double (“
Example An image-map, with clickable areas: <img src=”colors.png” width=”600″ height=”400″ alt=”
Definition and Usage The border CSS property is a shorthand property for setting the individual border property values in a single place in the style sheet.
Today we are going to go back to the practical lessons for html5. I think we have already done a good break in our lessons. In this tutorial I will show
Example Format text in a document: <i>Italic text</i> Browser Support 1. Definition and Usage The <i> tag is the font-style tag.
Definition and Usage This property specifies how many times the content moves. UAs should restart the loop count every time the element turns from completely
Definition and Usage The :indeterminate CSS pseudo-class represents any <input type=”checkbox”> element whose indeterminate DOM property
In our new tutorial I would like to give you one interesting example of Google Maps API (v3) implementation. Let assume, that you have website with own members.
Definition and Usage The nav-left property specifies where to navigate when using the arrow-left navigation key. Name: nav-up, nav-right, nav-down, nav-left
Definition and Usage The page-break-before CSS property adjusts page breaks before the current element. This properties applies to block elements that
Example A simple HTML table, with three table cells: <table border=”1″> <tr> <td>Cell 1</td> <td>
When we are talking about web development, PHP surely one of the most popular languages in the world. Its popularity can be judged from the fact that all
Looking for a great responsive photo gallery with lazy load effect, then our new article is for you. During my wanderings on the internet I came across
Definition and Usage The border-width CSS property sets the width of the border of a box. Using the shorthand property border is often more convenient.
Definition and Usage The border-image-repeat CSS property defines how the middle part of a border image is handled to match the size of the border.
Definition and Usage The CSS repeating-linear-gradient function creates an <image> of a repeating gradients. It works similarly, and takes the same
Example Mark up a short quotation: <p>There is a natural aristocracy among men. <q>The grounds of this are virtue and talents.<
Example Strikethrough text can be marked up as follows: <p>Learn from yesterday, <s>live for today,</s> hope for tomorrow. <
Example A set of navigation links: <nav> <a href=”/html/”>HTML</a> | <a href=”/css/”>CSS<
What are permalinks? Actually, they are just various links to entries of your website. Long ago, nearly all hyperlinks were permalinks, just because all
Example Subscript text: <p>This text contains <sub>subscript</sub> text.</p> Browser Support 1. Definition and Usage The <
Definition and Usage The background-position CSS property sets the initial position, relative to the background position layer defined by background-origin for
Example An audio player with two source files. The browser should choose which file (if any) it has support for: <audio controls> <
Definition and Usage This allows authors to specify a phonetic pronunciation for the text contained by the corresponding element. Name: phonemes Value: <
Example Format text in a document: <strong>Strong text</strong> Browser Support 1. Definition and Usage The <em>, <
Several our readers asked us to implement an infinite scroll for our Pinterest script, thus I decided to implement it today. I made some research, and
Definition and Usage The nav-right property specifies where to navigate when using the arrow-right navigation key. Name: nav-up, nav-right, nav-down, nav-left
If you are looking for a rich text editor – our post could be useful for you. I made a research of existing editors and picked the best of available solutions.
Definition and Usage The column-rule-width CSS property lets you set the width of the rule drawn between columns in multi-column layouts.
Definition and Usage This property describes what level a certain bookmark has in a hierarchical bookmark structure. The highest level is ‘
Definition and Usage The attr() CSS expression is used to retrieve the value of an attribute of the selected element and use it in the style sheet.
Definition and Usage The animation-delay CSS property specifies when the animation should start. This lets the animation sequence begin some time after it’
Example One ordered and one unordered HTML list: <ol> <li>Red</li> <li>Blue</li> <li>Green</li>
The last time we had finished the foundation of our template – we prepared a universal template (see: Neat and modern design, which is centered on the center).
Example Define a title for your HTML document: <html> <head> <title>Your website title</title> </head> <
Definition and Usage The ‘nav-index’ property is an input-method-neutral way of specifying the sequential navigation order (also known as “
Definition and Usage The box-flex property specifies whether the child elements of a box is flexible or inflexible in size. Tip: Elements that are flexible
Example Describe metadata within an HTML document: <head> <meta name=”description” content=”Your website description”
CSS helps you in bringing down the infinite possibilities that you can use to create a perfect website. Working with CSS will make you feel comfortable
Example Play a video: <video width=”320″ height=”240″ controls> <source src=”movie.mp4″ type=”
Example Center-align text in an HTML page: <center>This text will be center-aligned.</center> Browser Support 1. Definition and Usage The <
Everyone of us thought about to start writing own applications for mobile devices. This is because mobile devices are becoming more and more popular and
The <basefont> tag was used in HTML 4 to specify a default text-color, font-size or font-family for all the text in an HTML document.
Example Execute a JavaScript when the browser window is resized: <body onresize=”showMsg()”> Browser Support Note: The onresize
Example Execute a JavaScript after a page is set to print, and the print dialogue box has appeared: <body onafterprint=”printmsg()”
In the previous section we created an audio element using HTML5 and then controlled it using the built-in controls available through the browser.
ThemeFuse is ready to share 3 WordPress themes licenses with our reader! If you’re one of the many bloggers out there who use the WordPress platform, you’re
Definition and Usage The CSS color property sets the foreground color of an element’s text content, and its decorations. It doesn’
Example An HTML form with two input fields and one submit button: <form action=”form_action.php” method=”get”
In you are a beginner in HTML5 and you are looking for new knowledge – our new tutorial is for you. We are about to tell you how to create your own html5 mp3 player.
Definition and Usage The :in-range and :out-of-range pseudo-classes apply only to elements that have range limitations. An element is :in-range or :out-of-range
Example Validate an input field when the user leaves it: <input type=”text” name=”fname” id=”fname”
Definition and Usage The overflow-style property specifies the preferred scrolling method for elements that overflow. Default value: auto Inherited: no
Example A paragraph is marked up as follows: <p>This is some text in a paragraph.</p> Browser Support 1. Definition and Usage The <
Referensi Belajar HTML embed tag. Tutorial dan panduan mengenai element <embed />. Mencakup penjelasan yang disertai contoh kode penggunaan sebagai
Definition and Usage The list-style CSS property is a shorthand property for setting list-style-type, list-style-image and list-style-position.
Example Perform a calculation and show the result in an <output> element: <form oninput=”x.value=parseInt(a.value)+parseInt(b.value)”
Example A menu list: <menu> <li>html</li> <li>xhtml</li> <li>css</li> </menu> Browser Support 1.
Today I prepared a new and fresh collection of infographics about color in web. Choosing right colors in web-design is an important part when you make something new.
Example Two paragraphs divided by a horizontal line: <p>This is some text.</p> <hr /> <p>This is some text.</p>
One week ago you participated in the HTML5 Modernizr giveaway. The contest is finished, we got a lot of comments, and now we can select our winners.
Definition and Usage The font-style CSS property allows italic or oblique faces to be selected within a font-family. Initialnormal Applies toall elements
Everyone of us can face with a situation, when we need to handle with some statistics. Me too, I was going to make a short review on how to build active
Readers would be pleased to know that we have teamed up with Packt Publishing to organize a Giveaway of their new book ‘Learning Modernizr’.
A super minimal responsive site template. Features a large cover image, flat, modern styling. a black and white color scheme, and multiple page layouts.
Today is no ordinary day. In the morning the postman came to us with notification that we received a parcel. We were very excited. Not every day that happens.
Today’s article may seem short, but it describes some interesting features of webkit browsers, in particular – the animation of images using masks.
Example A footer section in a document: <footer> <p>Posted by: Hege Refsnes</p> <p>Contact information: <a href=”
Definition and Usage The :valid CSS pseudo-class represents any <input> element whose content validates correctly according to the input’
Last week we started making the very neat header section. This article was very popular (we got a lot of reviews). So today I decided to continue begun design.
Definition and Usage The ‘image-resolution’ property specifies the intrinsic resolution of all raster images used in or on the element.
Example An unordered HTML list: <ul> <li>Red</li> <li>Blue</li> <li>Green</li> </ul> Browser Support 1.
Example Set the “autoplay” parameter to “false”, so the sound won’t start playing as soon as the page loads: <
Definition and Usage The @viewport at-rule consists of the @-keyword followed by a block of descriptors describing the viewport. The descriptors inside




















































































