├── README.md ├── Resume.html ├── Style.css ├── Task.html └── Task.js /README.md: -------------------------------------------------------------------------------- 1 | # HtmlCSS -------------------------------------------------------------------------------- /Resume.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 |Name: Sushithra Devi SR
25 |Date Of Birth: 21/12/2004
26 |Father's Name: Rajan KS
27 |Email: sushithradevi@gmail.com
28 |Phone no: 7200616066
29 |Languages Known English, Tamil
30 |Hobbies Reading books, Sketching
31 |Github https://github.com/Sushithra
32 | 33 |I am Sushithra Devi SR, currently a student of Bachelor of Technology programme in Artificial Intelligence and Data Science. 68 | I like to upgrade myself, so I want to update with the emerging technolgies. I would like to become a Data Scientist in the forthcoming years. 69 | I have a good interpretation skills, that allows me to be a quick learner with good understanding.
70 |${input.value}
` //content 9 | element.append(newElement) 10 | } 11 | function Delete(event){ 12 | event.target.parentElement.remove() 13 | } 14 | --------------------------------------------------------------------------------