I am very new to html and was wondering how to fix an error I am experiencing. I want to make the image that appears as "Clare & Don's Logo" centered while keeping the images on the same line. Sorry if this is a newbie question but answers are appreciated.
<!doctype html>
<html>
<head>
<title>Clare & Don's Beach Shack</title>
</head>
<style>
#topbar {
background-color: #03A9F4;
float: top;
}
</style>
<body>
<div id="topbar" style="background-color=#2196F3;">
<img src="navicon.png" alt="navicon" style="display:inline;" hight="36" width="36" />
<img src="ClareandDons.png" alt="Clare & Don's Logo" style="display:inline;" hight="36" width="53.5" />
</div>
<p>Content Not Yet Added.</p>
</body>
</html>
Aucun commentaire:
Enregistrer un commentaire