Notepad
👉File Save = Ctrl + s
👉File Save As = Ctrl + Shift + s
N:B ফাইল সেভ করার পর .html দিতে হবে।
HTML Tag
👉<p></p> = write a paragraph.
👉<b></b> = make text bold.
👉<i></i> = make text italic.
👉<h1></h1> = Heading 1👉<h2></h2> = Heading 2
👉<h3></h3> = Heading 3
👉<h4></h4> = Heading 4
👉<h5></h5> = Heading 5
👉<h6></h6> = Heading 6
👉<strong></strong> = make text Strong.
👉<strong></strong> = make text Strong.
👉<a href=""></a> = anchor tag
👉<img src="" alt=""/> = image tag👉<li></li> = list tag
👉<link rel="shortcut icon" href="favicon.ic" type="image/x-icon"> = favicon tag
👉<ol><li></li></ol> = ordered list tag
👉<ul><li></li></ul> = unordered list tag
👉<input type="Button, checkbox, color, date,
datetime-local, email, file, hidden, image, month, number, password, radio, range,
reset, search, submit, tel, text, time, url, week" = Input tag
👉<title></title> = title tag👉<link rel="shortcut icon" href="favicon.ic" type="image/x-icon"> = favicon tag
👉<br> = Line brake element
👉<hr> = Thematic break (horizontal rule) element
👉<small></small> = Small text tag
Tag with openings and closings
<pi></pi>
<li></li>
<h1></h2>
Tags With Attributes
<img src="" alt=""/>
<a href=""></a>
<input type=""/>
Tags With Closing
<br>
<hr>
Container Tags
<div></div>
<ul></ul>
<form></form>
Doctype
<!DOCTYPE html>