HTML5 Full Course


What is HTML ?

html file extension is .html



html Text Editor :

Text Editor Link
Visual Studio Code Visual Studio Code
Atom Atom
Notepad default
Notepad++ Notepad++
Sublime Text 3 Sublime Text
Brackets Brackets


Creat File :

  1. Creat a Folder(ex: HTML Practice) in my Desktop
  2. Creat a index.html file in 'HTML Practice" folder


HTML Basic Structure :

<!DOCTYPE html> <html> <head> </head> <body> </body> </html>

HTML Tags


HTML Tags Tags Structure
head tag <head></head>
header tag <h1></h1> <h2></h2> <h3></h3> <h4></h4> <h5></h5> <h6></h6>
center Tag <center></center>
paragraph Tag <p></p>
bold tag <b></b>
bold tag <strong></strong>
italic tag <i></i>
italic tag <em></em>
break Tag <br/>
horizontal row Tag <hr/>
underline Tag <u></u>
big Tag <big></big>
small Tag <small></small>
subscription Tag <sub></sub>
superscript Tag <sup></sup>
comment Tag <!-- -->
aside Tag <aside></aside>
link Tag <a href=""></a>
image Tag <img src="" alt="">
video Tag <video src=""></video>
iframe Tag <iframe src="" frameborder="0"></iframe>
list Tag <ul></ul> <ol></ol> <dl></dl>
table Tag <table></table>
caption Tag <caption></caption>
divs Tag <div></div>
spans Tag <span></span>
input Tag <input type="text">

Meta Tag



Style & Color Attribute (CSS Introduction)



Website Structure Tag :



Space in text

Regular Space two spaces gap four spaces gap
&nbsp; &ensp; &emsp;


Tag Attribute & Uses

head Tag :

header Tag :

center Tag :

paragraph Tag :

bold Tag :

bold Tag :

italic Tag :

italic Tag :

break Tag :

horizontal row Tag :

underline Tag :

big Tag :

small Tag :

subscription Tag :

superscript Tag :

aside Tag :

link Tag :

image Tag :

image Tag :

video Tag :


list Tag :


table Tag :


Divs & Spans :


Input & Forms :


iFrame :


Meta Tag :


Written by Mohammad Rayhan

my Github