xxxxxxxxxx
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<script src="jquery.js"></script>
<script src="script.js"></script>
</head>
<body>
<div >
<p id="firstpara">
Some text written here
</p>
<p align="right">
Some more text written here
</p>
<b>asihbdaisf</b>
<p align="right" class="nagarro">
Some more text written here
</p>
</div>
<button class="nagarro">Submit</button>
</body>
</html>