Dev Learnist
Languages
HTML
CSS
SASS
Bootstrap
Javascript
Jquery
PHP
MySQL
MarkDown
Dart
HTML
Checklist.
Basic Tags
<!DOCTYPE>
<html>
<head>
<title>
<body>
<!--...-->
<p>
<h1> - <h6>
<a>
<img>
<hr>
<br>
<div>
<span>
<link>
<style>
<script>
Intermediate Tags
<meta>
<base>
<noscript>
<iframe>
<audio>
<video>
<source>
<track>
<picture>
<figure>
<figcaption>
<details>
<summary>
<datalist>
<fieldset>
<legend>
<meter>
<progress>
<embed>
<object>
<param>
<dialog>
Advanced Tags
<template>
<canvas>
<svg>
Semantic Tags
<header>
<main>
<footer>
<section>
<aside>
<nav>
<article>
Style Tags
<b>
<strong>
<small>
<i>
<em>
<u>
<ins>
<q>
<del>
<s>
<sup>
<sub>
<mark>
<blockquote>
<samp>
<var>
<code>
<kbd>
<pre>
Form Tags
<form>
<label>
<select>
<input>
<textarea>
<button>
<optgroup>
<input> types
<input type="button">
<input type="checkbox">
<input type="color">
<input type="date">
<input type="datetime-local">
<input type="email">
<input type="file">
<input type="hidden">
<input type="image">
<input type="month">
<input type="number">
<input type="password">
<input type="radio">
<input type="range">
<input type="reset">
<input type="search">
<input type="submit">
<input type="tel">
<input type="text">
<input type="time">
<input type="url">
<input type="week">
Table Tags
<table>
<thead>
<tbody>
<tfoot>
<tr>
<th>
<td>
<colgroup>
<col>
<caption>
List Tags
<ul>
<ol>
<li>
<dl>
<dt>
<dd>
Just Know Tags
<ruby>
<rt>
<rp>
<wbr>
<abbr>
<address>
<bdo>
<cite>
<dfn>
<map>
<area>
<time>
<output>
Global Attributes
title
lang
spellcheck
contenteditable
dir
draggable
tabindex
hidden
id
class
data-* (Data Attribute)
style
HTML Events
onkeyup
onkeydown
onselect
onchange
onblur
onfocus
onsubmit
ondblclick
onclick
onload
onunload
onreset
onmouseover
onmouseout
onmouseup
onmousedown