To create a resume using html tags.
<!DOCTYPE html> <html> <head> <title>Resume</title> </head> <body> <h1><ins>Shantanu Sarkar</ins></h1> <hr> <pre> <h2>Bio Data:</h2> Name:- <b>Shantanu Sarkar</b> sex:- Male D.O.B:- 21st February 1994 Address:- Boys Hostel,Dr.B.C.Roy Engineering College,Durgapur,West Bengal. Phone no:- +91 8653245483 Email:- shantanusarkar.me@gmail.com <hr> <h2>Education</h2> <b> Krishna Sudarshan Central School, Bokaro, Jharkhand</b> Passed class 10th. Year- 2010 CGPA- 9.0 <b> Guru Gobing Singh Public School, Bokaro, Jharkhand</b> Passed class 12th. Year- 2012 Percentage- 84% <b> Dr.B.C.Roy Engineering College,Durgapur,West Bengal.</b> B. Tech. in Computer Science and Engineering, Year- 2012-2016 CGPA- 7.81 (1st semester) <hr> <h2>Technical Skills</h2> Operation Systems: GNU/Linux, Windows Programming Languages: C, C++, Python. <hr> <h2>Blog</h2> http://shantanusarkarme.wordpress.com </pre> </body> </html>
To go to the codes click here
To see the output click here