123456789101112131415161718192021222324 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <meta name="viewport" content="user-scalable=no; maximum-scale=1.0; initial-scale=1.0;width=device-width; height=device-height;"/>
- <title>路考口诀</title>
- <link href="style.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <p class="p2">上车喊报告!</p>
- <p class="p2">拉门出左脚,坐好叫考官,面带梨涡笑。</p>
- <p class="p2">关门深呼吸,坐姿要摆好。</p>
- <p class="p2">查看空挡位,点火要轻柔。</p>
- <p class="p2">方向别忘了,挂挡要干脆,手刹要放掉。</p>
- <p class="p2">起步问考官,多看后视镜,喇叭来欢叫。</p>
- <p class="p2">离合器放松,做好半连动,出发要稳当,别让考官晃!</p>
- <p class="p2">换挡要及时,加挡要迅速,遇人要刹车,可别过了头。</p>
- <p class="p2">转弯要减速,立即减下挡,多看多停顿,安全放心中。</p>
- <p class="p2">肩膀要放松,双手放到位,神态要自然,莫因考官慌。</p>
- <p class="p2">自己有信心,艰辛都不怕,胆大又心细,礼貌别忘了。</p>
- <p class="p2">只要牢记着,考试准能过!</p>
- </body>
- </html>
|