You are on page 1of 7

Learn HTML

In 30 Seconds

Haris Ahmad
01
Basic Tags

<DOCTYPE html> Document Type

<html> Root Element Of HTML Page

<head> Contain Page Information

<title> Title of the page

@codehype_ 02
SAVE For Later
Formatting
<b> Bold Text

<i> Itallic Text

<del> Deleted Text

<mark> Marked Text

<sub> Subscript Text

<sup> Superscript Text

<abbr> Abbreviation

Haris Ahmad 03
SAVE For Later

Lists
<ol> Ordered List

<ul> Unordered List

<li> List Items

<dl> Defines Description List

<dt> Defines Terms

<dd> Describes Each Term

@codehype_ 04
Table SAVE For Later

<table> Defines Table

<td> Table Cell

<tr> Table Row

<th> Header Cell In table

<thead> Header Content in table

<tbody> Body Content in table

<tfoot> Footer Content in table

Haris Ahmad 05
SAVE For Later

Forms
<form> Use To Create HTML Form

<input> Form Input

<label> Input Label

<button> Button

@codehype_ 06
Follow for more useful content

Telegram
@codehype
Join for
free
coding resources

You might also like