File tree Expand file tree Collapse file tree 1 file changed +56
-0
lines changed
Expand file tree Collapse file tree 1 file changed +56
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < title > My Portfolio</ title >
5+ </ head >
6+ < body style ="font-family: Arial; background-color: #f2f2f2; padding: 20px; ">
7+
8+ < h1 > My Portfolio</ h1 >
9+
10+ < h2 > Introduction</ h2 >
11+ < p > Hi, I'm Dev. I just passed 12th and started learning HTML and CSS. Anime motivates me to build creative things!</ p >
12+
13+ < h2 > Skills</ h2 >
14+ < ul >
15+ < li > HTML</ li >
16+ < li > CSS (Basic)</ li >
17+ < li > Creativity</ li >
18+ </ ul >
19+
20+ < h2 > Projects</ h2 >
21+ < ul >
22+ < li > Portfolio Website</ li >
23+ < li > Simple Web Page</ li >
24+ </ ul >
25+
26+ < h2 > Contact Me</ h2 >
27+ < form >
28+ < label > Name:</ label > < br >
29+ < input type ="text "> < br > < br >
30+
31+ < label > Email:</ label > < br >
32+ < input type ="email "> < br > < br >
33+
34+ < label > Message:</ label > < br >
35+ < textarea rows ="4 " cols ="30 "> </ textarea > < br > < br >
36+
37+ < input type ="submit " value ="Send ">
38+ </ form >
39+
40+ < h2 > Weekly Timetable</ h2 >
41+ < table border ="1 " cellpadding ="8 ">
42+ < tr >
43+ < th > Day</ th >
44+ < th > Task</ th >
45+ </ tr >
46+ < tr > < td > Monday</ td > < td > Learn HTML</ td > </ tr >
47+ < tr > < td > Tuesday</ td > < td > Practice HTML</ td > </ tr >
48+ < tr > < td > Wednesday</ td > < td > Learn CSS</ td > </ tr >
49+ < tr > < td > Thursday</ td > < td > Practice CSS</ td > </ tr >
50+ < tr > < td > Friday</ td > < td > Mini Project</ td > </ tr >
51+ < tr > < td > Saturday</ td > < td > Anime + Revise</ td > </ tr >
52+ < tr > < td > Sunday</ td > < td > Rest</ td > </ tr >
53+ </ table >
54+
55+ </ body >
56+ </ html >
You can’t perform that action at this time.
0 commit comments