Bickrs.com
Home
Portfolio
Contact
Toggle theme
Toggle Menu
Code Compass
HTML Explorer
CSS Visualizer
Tailwind CSS
Tailwind Guide
JS Playground
Toggle Sidebar
Search...
⌘
K
HTML Elements
Select an element to see details.
<!DOCTYPE html>
<html>
<head>
<title>
<body>
<meta>
<link>
<style>
<script>
<base>
<!-- -->
<header>
<footer>
<main>
<article>
<section>
<aside>
<nav>
<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
<p>
<div>
<span>
<br>
<hr>
<i>
<b>
<strong>
<em>
<sub>
<sup>
<small>
<del>
<ins>
<blockquote>
<q>
<cite>
<address>
<abbr>
<code>
<mark>
<time>
<a>
<img>
<figure>
<figcaption>
<audio>
<video>
<ul>
<ol>
<li>
<form>
<input>
<textarea>
<select>
<option>
<label>
<button>
<table>
<thead>
<tbody>
<tfoot>
<tr>
<td>
<th>
<details>
<dialog>
<meter>
<progress>
<map>
<area>
<!DOCTYPE html>
Document type declaration. Must be the first thing in your HTML document.
<!DOCTYPE html>
html
Live Preview