代码块通常缩进四个空格或一个制表符。当它们在列表中时,将它们缩进八个空格或两个选项卡。
1. Open the file.
2. Find the following code block on line 21:
<html>
<head>
<title>Test</title>
</head>
3. Update the title to match the name of your website.
呈现的输出如下所示:
- 打开文件。
- 在第21行找到以下代码块:
<html> <head> <title>Test</title> </head>
- 更新标题以匹配您的网站名称。
图片
1. Open the file containing the Linux mascot.
2. Marvel at its beauty.
![Tux, the Linux mascot](/assets/images/tux.png)
3. Close the file.
呈现的输出如下所示:
- 打开包含Linux吉祥物的文件。
- 惊叹于它的美丽。
- 关闭文件。