1 Star 0 Fork 54

chamrain/StudyStudio

forked from JoyPoint/StudyStudio 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
blockquote.html 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
JoyPoint 提交于 2019-10-07 16:08 +08:00 . WebCode v1.0
<!DOCTYPE html>
<!-- blockquote.html
An example to illustrate a blockquote
-->
<html lang = "en">
<head>
<title> Blockquotes </title>
<meta charset = "utf-8" />
</head>
<body>
<p>
Abraham Lincoln is generally regarded as one of the greatest
presidents of the United States. His most famous speech was
delivered in Gettysburg, Pennsylvania, during the Civil War.
This speech began with
</p>
<blockquote>
<p>
"Fourscore and seven years ago our fathers brought forth on
this continent, a new nation, conceived in Liberty, and
dedicated to the proposition that all men are created equal.
</p>
<p>
Now we are engaged in a great civil war, testing whether
that nation or any nation so conceived and so dedicated,
can long endure."
</p>
</blockquote>
<p>
Whatever one's opinion of Lincoln, no one can deny the
enormous and lasting effect he had on the United States.
</p>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chamrain/StudyStudio.git
git@gitee.com:chamrain/StudyStudio.git
chamrain
StudyStudio
StudyStudio
master

搜索帮助