| 
<html><head>
 <title>afshin</title>
 </head>
 <style>
 .test{
 max-width: 40%;
 margin:4px auto;
 background-color:#e8e8e8;
 
 padding:20px;
 
 text-align: center;
 font-size:18px;
 }
 </style>
 <body>
 <div class="test">
 <code>
 This Is Sub Module
 </code>
 
 <img src="https://robohash.org/subModule" alt="subModule">
 </div>
 </body>
 </html>
 |