Do You Need Frontend Roadmap ๐ค100 Vote On Yes , I Share Roadmap Pdf
Anonymous Poll
95%
Yes๐ฅณ
5%
No๐
๐ฅ23๐9
Do You Need Notes For Html ๐คIf yes then vote on yes > if 200 yes till evening I share Html Notes PDF๐ฅ
Anonymous Poll
95%
Yes๐ฅ
5%
No๐ฅถ
โค21๐15๐ฅ1๐1๐1
<!DOCTYPE html>
<html>
<head>
<title>Ok Start</title>
</head>
<body>
<hr>
<h1>Head 1 </h1>
<img src="img.png">
<p> Simple <br>dev</p>
<hr>
<p align= "left"> WebDeveloper <p>
</body>
</html>
<!---Simple Program Like This Pleaseโค๏ธ--->
<html>
<head>
<title>Ok Start</title>
</head>
<body>
<hr>
<h1>Head 1 </h1>
<img src="img.png">
<p> Simple <br>dev</p>
<hr>
<p align= "left"> WebDeveloper <p>
</body>
</html>
<!---Simple Program Like This Pleaseโค๏ธ--->
๐129โค34๐ฅ8๐5
HTML SpellCheck
<input type="text" spellcheck="true/false"
<input type="text" spellcheck="true/false"
โค35๐10๐ค5๐ฅฐ3๐ฅ2
Nested List๐คฉ
<ul>
<li>first
<ul>
<li>inner</li>
<li>iner2</li>
</ul>
</li>
<li>second</li>
</ul>๐ฅณ
<ul>
<li>first
<ul>
<li>inner</li>
<li>iner2</li>
</ul>
</li>
<li>second</li>
</ul>๐ฅณ
๐ฅ32๐19
<ol type= "1">
<ol type= "A">
<ol type= "a">
<ol type= "I">
<ol type= "i">๐ฅณ
<ol type= "A">
<ol type= "a">
<ol type= "I">
<ol type= "i">๐ฅณ
๐40๐ฅฐ4๐คฉ4โค3
๐30๐ฅ9๐ฅฐ2
