Saturday, 30 November 2019

EDIT PROFILE




<!DOCTYPE html>
<html>
<head>
<style>
body{
border:3px solid green;
width:50%;
}
.a{
text-align:center;
}
h1{
text-align:center;
}
.account{
text-align:center;
}
</style>
</head>
<body>
<h1>Edit profile</h1>
<div class="account">
Update Account Name:<input type="text">
<button>save</button><br>
</div>
<div class="a">
<a href="#">update add email link</a><br>
<a href="#">update add mobile link</a><br>
<a href="#">update add address link</a><br>
<a href="#">update add education </a><br>
<a href="#">update add skill</a><br>
<a href="#">update add job experience</a>
</div>
</body>
</html>
       RUN CODE

No comments:

Post a Comment