0823 use ul list
This commit is contained in:
		
							
								
								
									
										16
									
								
								myhtml.html
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								myhtml.html
									
									
									
									
									
								
							| @@ -1,14 +1,20 @@ | |||||||
| <!doctype html> | <!doctype html> | ||||||
| <html lang="zh-CN"> | <html lang="zh-CN"> | ||||||
|   <head> |   <head> | ||||||
| <script src="myjs.js" defer></script> |     <script src="myjs.js" defer></script> | ||||||
| <link rel="stylesheet" href="mycss.css" /> |     <link rel="stylesheet" href="mycss.css"/> | ||||||
|     <meta charset="utf-8" /> |     <meta charset="utf-8"/> | ||||||
|     <title>Dan's Homepage >3<</title> |     <title>Dan's Homepage >3<</title> | ||||||
|  <link rel="icon" href="file:///Users/dan/Pictures/IMG_9295.JPG" type="image/x-icon" />  |     <link rel="icon" href="file:///Users/dan/Pictures/IMG_9295.JPG" type="image/x-icon" />  | ||||||
| </head> | </head> | ||||||
|   <body> |   <body> | ||||||
|     <img src="file:///Users/dan/Pictures/IMG_9295.JPG" alt="My test image" width="500" /> |     <img src="file:///Users/dan/Pictures/IMG_9295.JPG" alt="My test image" width="500" /> | ||||||
|     <p1>Hi, my name is Dan.</p1> |     <h2>Hi, my name is Dan.</h2> | ||||||
|  |     <ul> | ||||||
|  | 	<li>Education</li> | ||||||
|  | 	<li>Work Experience</li> | ||||||
|  | 	<li>Languages</li> | ||||||
|  | 	<li>Hobbies</li> | ||||||
|  |     </ul> | ||||||
|   </body> |   </body> | ||||||
| </html> | </html> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user