When using an image within a heading, it would be great if text could appear next to the tag name. Currently, nothing is showed.
Here is the code used.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Test</title>
</head>
<body>
<h1><img src="foobar.jpg" alt="Title in an image" /></h1>
<h2>Lorem ipsum dolor sit amet.</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nisi necessitatibus enim earum fuga, numquam quam! Cumque molestias, amet, rem labore sit, aliquam eaque vitae, temporibus fuga eligendi ratione consequuntur nemo?
</p>
</body>
</html>
When using an image within a heading, it would be great if text could appear next to the tag name. Currently, nothing is showed.
Here is the code used.