1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4 <html xmlns="http://www.w3.org/1999/xhtml"> 5 <head> 6 <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> 7 <title>无标题文档</title> 8 <style type="text/css"> 9 #all{ 10 border:5px solid #CCCCCC; 11 width:200px; 12 height:350px; 13 font-family:"微软雅黑"; 14 } 15 #all .content{ 16 width:180px; 17 height:340px; 18 padding:10px; 19 font-size:15px; 20 } 21 #all .text{ 22 font-family:"微软雅黑"; 23 font-size:12px; 24 } 25 </style> 26 </head> 27 28 <body> 29 <div id="all"> 30 <div class="content"> 31 <img width="180px" height="180px" 32 33 src="http://img002.21cnimg.com/photos/album/20160102/m600/5336847DB56AE1FC568BB 34 35 8A1820B95B4.jpeg"/> 36 <p><strong>苍XX老师</strong> <em class="text">AQ博客</em></p> 37 <p>晋级:网页设计师</p> 38 <p>案例:41</p> 39 <p>经验:4年</p> 40 </div> 41 </div> 42 </body> 43 </html>