Friday, February 8, 2019

Create AboutMe Profile Using HTML..






See look this code and try.. to make profile..



<html>
<head>
<title>This is My Profile</title>
</head>
<body>
<center>
 <div Style="background-image:linear-gradient(red,yellow); width:700px;  border:solid 1px red; margin:100px;" >
 <br>
 <table>
 <tr>
      <td style="width:250px;">
          <div Style="padding-left: 10px;">
               <img Style="width:200px; height:200px; border-radius: 50%; padding-left: 10px;" src="IMG-20180119-WA0013.jpg" />
               <center><h1>Pradeep Tomar</h1>
               <h4>IT Student</h4></center>
          </div>
      </td>
      <td>
          <div Style="padding-left: 20px;">
               <p>
               <b>Hi</b>, my name is Pradeep Tomar from Agra. I parsuing my Diploma in stream of Information Technology  from DEI college. 
               My strengths are hardworker, self motivating and dedicated towards my work. And also I'm a good learner as well as teacher.
               My hobbies are Sports like Racing, Cricket and designing ,Developing .My short term goal to get placed in well Software company.
               My long term goal to palced in any mnc Software company and give my best to your.
              Organisation. As a fresher, I  have Software/web developing In project working experience, but I will prove once the opportunity comes.
              </p>
     <ul>
        <li><a href="https://pt48536.blogspot.com/">My blog</a></li>
      </ul>
          </div>
   <tr>
  </table>
  </center>
</body>
</html>






No comments:

Post a Comment