HTML5 Full Course
What is HTML ?
- Hypertext Markup Language
- HTML describes the structure of web pages.
- HTML5 is the fifth and current major version of the HTML standard.
html file extension is .html
html Text Editor :
Creat File :
- Creat a Folder(ex: HTML Practice) in my Desktop
- Creat a index.html file in 'HTML Practice" folder
HTML Basic Structure :
- html tag is the Container Tag of head & body tags
- body tag is the child tag of html tag .because it's inside the html tag.
- head tag & body tag is Sibling.
HTML Tags
Meta Tag
Style & Color Attribute (CSS Introduction)
Website Structure Tag :
- header Tag :
- main Tag :
- footer Tag
Space in text
Regular Space |
two spaces gap |
four spaces gap |
|
|
|
Tag Attribute & Uses
head Tag :
- show site title
- Ecommerce Website
header Tag :
center Tag :
- This line is in the middle
paragraph Tag :
bold Tag :
bold Tag :
italic Tag :
italic Tag :
break Tag :
creat Break after this line
horizontal row Tag :
underline Tag :
big Tag :
small Tag :
subscription Tag :
- used for Chemical Formula like H20
H20
H20
superscript Tag :
- used for Square in math
122
122
aside Tag :
- The aside tag defines some content aside from the content it is placed in.
- The aside content should be indirectly related to the surrounding content.
link Tag :
image Tag :
image Tag :
![]()


- Note : In addition to setting both the width & height, you can choose to only set either the width or the height. only setting one, HTML will automatically adjust the aspect ratio for you. So if you only set width="100", HTML will automatically resize the height correctly .
video Tag :
-
-
- for custom Thumblin in video
- atributes
- autoplay
- loop
- used in video Tag
- iframe Tag
- used for show youtube video
list Tag :
table Tag :
|
|
- colspan attribute
- rowspan attribute
- border attribute
- cellpadding attribute
- cellspacing attribute
Divs & Spans :
Input & Forms :
iFrame :
Meta Tag :
Written by Mohammad Rayhan
my Github