| Badge Image | Direct Image URL | Best For |
|---|---|---|
|
|
https://img.shields.io/badge/HTML5-Valid-brightgreen?style=flat&logo=html5
|
Modern flat design with HTML5 logo |
|
|
https://img.shields.io/badge/HTML5-Valid-blue?style=for-the-badge&logo=html5
|
Bold, eye-catching style |
|
|
https://img.shields.io/badge/W3C-Valid%20HTML5-green?style=flat
|
Traditional W3C style |
|
|
https://img.shields.io/badge/HTML-Valid-orange?style=plastic&logo=html5
|
Compact with glossy effect |
|
|
https://img.shields.io/badge/Validated-HTML5-success?style=flat-square
|
Square corners, minimal |
|
|
https://raw.githubusercontent.com/bradleytaunt/html5-valid-badge/master/html5-validator-badge-blue.svg
|
Classic blue W3C-inspired design (SVG) |
|
|
https://raw.githubusercontent.com/bradleytaunt/html5-valid-badge/master/html5-validator-badge-green.svg
|
Classic green W3C-inspired design (SVG) |
|
|
https://img.shields.io/badge/code-validated-blueviolet?style=social&logo=html5
|
Social media style badge |
<!-- Example 1: Modern flat badge with validation link -->
<p style="text-align:center; margin:20px 0;">
<a href="https://validator.w3.org/nu/?doc=YOUR_URL_HERE" target="_blank" rel="noopener">
<img src="https://img.shields.io/badge/HTML5-Valid-brightgreen?style=flat&logo=html5"
alt="Valid HTML5">
</a>
</p>
<!-- Example 2: Bold style badge -->
<p style="text-align:center; margin:20px 0;">
<a href="https://validator.w3.org/nu/?doc=YOUR_URL_HERE" target="_blank" rel="noopener">
<img src="https://img.shields.io/badge/HTML5-Valid-blue?style=for-the-badge&logo=html5"
alt="Valid HTML5">
</a>
</p>
<!-- Example 3: Classic W3C-inspired SVG badge -->
<p style="text-align:center; margin:20px 0;">
<a href="https://validator.w3.org/nu/?doc=YOUR_URL_HERE" target="_blank" rel="noopener">
<img src="https://raw.githubusercontent.com/bradleytaunt/html5-valid-badge/master/html5-validator-badge-blue.svg"
width="88" height="31" alt="Valid HTML5">
</a>
</p>
Style options: - ?style=flat (default) - ?style=flat-square - ?style=plastic - ?style=for-the-badge - ?style=social Color options: - brightgreen, green, yellowgreen, yellow, orange, red - blue, lightgrey, success, important, critical, informational - Or any hex color: ?color=ff69b4 Logo options: - &logo=html5 - &logo=w3c - Browse more at: https://simpleicons.org/
Remember: Replace YOUR_URL_HERE with your actual website URL to enable validation checking!