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>