29/05/2025
HTML Basic কিছু কোড :
:
All HTML documents must start with a document type declaration: .
The HTML document itself begins with and ends with .
The visible part of the HTML document is between and
:
HTML headings are defined with the to tags.
defines the most important heading. defines the least important heading.
:
This is heading 1
This is heading 2
This is heading 3