I am trying to position these 2 table names at the top, so that each table name is centered at the top of the respective table.
https://i.sstatic.net/j6cJG.png
CSS:
p{
color: blue;
}
table.table1 {
float: left;
display: inline-block
font-size: large;
border: 1px solid black;
}
HTML:
<p>Employee Table</p>
<!-- TABLE CONSTRUCTION -->
<table class="table1">