<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>the blah</title>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<div class="header">
<img src="images/blah.png">
<ul class="nav">
<li><a href="www.baidu.com">Home</a></li>
<li><a href="www.baidu.com">Site</a></li>
<li><a href="www.baidu.com">Other</a></li>
</ul>
</div>
<div class="main-content">
<h2>The Beach</h2>
<hr />
<ul class="photos">
<img src="images/0001.jpg" width="150" height="150">
<img src="images/0003.jpg" width="150" height="150">
<img src="images/0004.jpg" width="150" height="150">
<p class="article">
I am not unmindful that some of you have come here out of great trials and tribulations. Some of you
have come fresh from narrow jail cells. Some of you have come from areas where your quest for freedom
left you battered by the storms of persecution and staggered by the winds of police brutality. You have
been the veterans of creative suffering. Continue to work with the faith that unearned suffering is redemptive.
Go back to Mississippi, go back to Alabama, go back to South Carolina, go back to Georgia, go back to
Louisiana, go back to the slums and ghettos of our northern cities, knowing that somehow this situation
can and will be changed. Let us not wallow in the valley of despair.
</p>
</ul>
</div>
<div class="footer">
<p>©mugglecoding</p>
</div>
</body>
</html>
Week1_Practice1
最后編輯于 :
?著作權歸作者所有,轉載或內容合作請聯系作者
【社區(qū)內容提示】社區(qū)部分內容疑似由AI輔助生成,瀏覽時請結合常識與多方信息審慎甄別。
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發(fā)布,文章內容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務。
【社區(qū)內容提示】社區(qū)部分內容疑似由AI輔助生成,瀏覽時請結合常識與多方信息審慎甄別。
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發(fā)布,文章內容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務。
相關閱讀更多精彩內容
- 輸出結果: 每個商品的信息存入字典,使用列表保存所有商品信息 作業(yè) github 地址 功能,獲取: 圖片地址 價...
- 對于Block的理解 block是對象,它封裝了一段代碼,這段代碼可以在任何時候執(zhí)行。block可以作為函數參數或...