This is probably so simple but Iv been hours trying to move a simple title with a border to the center. Many sites now say to use css but I have to use the HTML way. Iv tried using align center but only the words move and not the border with it. Thanks in advance...
The code:
<!DOCTYPE html>
<html>
<head>
<h1>
<style>.bordered{width: 270px;height: 45px;padding: 10px;border: 5px double grey;}</style>
<div class="bordered"> Title in border</h1>
</div>
</h1>