In this tutorial I will show you how easy it is to extend the HTML language with custom tags. The custom tags can be used to implement various behaviors, so they are a very convenient way to write less code and keep your HTML documents simpler. Let's create a custom tag that will display the Gravatar picture for a certain email address.
Table of contents
What Is a Custom HTML Tag?Example #1: Creating a Gravatar Custom HTML TagExample #2: Advanced Custom HTML Tag for Drawing a Pie ChartFinal ThoughtsSort: