如何在此文本中添加图像?

ada*_*dam 1 html php

<?php
    if (mysqli_num_rows($new_result) == 1)
        {
            if ($row['borrowingPower'] == 'mayor')
                print "<div id='verified'>This User is Verified!<div>";
        }
?>
Run Code Online (Sandbox Code Playgroud)

除了"此用户已验证"文本之外,如何在文本右侧或正上方显示图像?

为此工作添加了测试文件 http://neighborrow.com/wanted_test.php?item=116

Que*_*tin 5

使用img元素(请注意,在该文章中有关alt文本的部分有点缺乏,因此也请参阅此文档).