Untitled
unknown
plain_text
a year ago
1.3 kB
0
Indexable
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=\, initial-scale=1.0"> <title>my resume</title> </head> <style> body { color:white; } </style> <body background="bb.jpg" style="background-size:cover;"> <h1>My Resume</h1> <img src="oo.png"alt="Hello"width="100px"height="100px"/> <p>name - Vivek </p> <p>email - vb34213@gmail.com</p> <p>address - Haldwani</p> <p>mobile no.- 8945734877</p> <h1>Objective</h1> <p>To get an opportunity where i can make the best of my potential and contribution to the organizartion's growth</p> <table border="2px"> <tr> <th>s.no</th> <th>course</th> <th>Semester</th> <th>percentage</th> </tr> <tr> <td>1</td> <td>bca</td> <td>4</td> <td>85%</td> </tr> <tr> <td>2</td> <td>bba</td> <td>4</td> <td>95%</td> </tr> <tr> <td>3</td> <td>ba</td> <td>2</td> <td>94%</td> </tr> <!-- <img src="deep.png"alt="hello"width="300px"height="300px"/> --> </body> </html>
Editor is loading...
Leave a Comment