forked from danna/html_practice
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			740 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			740 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html lang="zh-CN">
 | |
|   <head>
 | |
|     <script src="myjs.js" defer></script>
 | |
|     <link rel="stylesheet" href="mycss.css"/>
 | |
|     <meta charset="utf-8"/>
 | |
|     <title>Dan's Homepage >3<</title>
 | |
|     <link rel="icon" href="file:///Users/dan/Pictures/IMG_9295.JPG" type="image/x-icon" /> 
 | |
| </head>
 | |
|   <body>
 | |
|     <img src="file:///Users/dan/Pictures/IMG_9295.JPG" alt="My test image" width="500" />
 | |
|     <h2>Hi, my name is Dan.</h2>
 | |
|     <ul>
 | |
| 	<li>Education</li>
 | |
| 	<li>Work Experience</li>
 | |
| 	<li>Languages</li>
 | |
| 	<li>Hobbies</li>
 | |
|     </ul>
 | |
|     <img src="https://lsky.mhrooz.xyz/2024/08/26/f968a418888c2.jpg" alt="iicd test image" width="500" />
 | |
|     <ul>
 | |
| 	    <li><a href=https://github.com/Mhrooz">github</a></li>
 | |
|     </ul>
 | |
|   </body>
 | |
| </html>
 |