国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Produce movie promotion effects

Producing computer promotional effects:

#Plain text will look boring, but the addition of pictures can stimulate the readers’ senses and arouse their interest in reading. .

This reflects the importance of the combination of images and text.

This case uses text and image styles to create a movie promotion display effect.

a) In the editor, add <h2> title content, horizontal lines, images, paragraph text, and the whole as the upper part of the web page.

b) In the editor, add <h2> title content, horizontal lines, images, paragraph text, and the whole as the lower half of the web page.

c) Add styles to the two parts of text and images respectively.

d) Preview in firefox browser.

The code is as follows:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>PHP中文網(wǎng)</title>
</head>
<body>
<h2 align="center"><strong>紅海行動</strong></h2>
<hr color="#1E8DC2" size="3" width="90%" align="left"/>
<img src="3.png" align="right" height="120">
<p>2018年<br />
     導演:林超賢 <br />
    主演: 張譯  杜江  黃景瑜  海清  蔣璐霞  尹昉  王強  郭郁濱<br />
      片長:110分鐘<br />
      類型:劇情 動作 犯罪<br />
      定價:<del>40元</del>&nbsp;&nbsp;35元</p>
<h2 align="center"><strong>唐人街探案2</strong></h2>
<hr />
<img src="4.png" align="right" width="120">
<p> 導演:陳思誠<br />
      主演: 王寶強 劉昊然 許冠文 肖央 尚語賢 劉承羽 王迅 佟麗婭<br />
     片長:120分鐘<br />
      類型:喜劇 動作 犯罪<br />
      定價:<del>40</del>&nbsp;&nbsp;35</p>
<p><u>上映日期:2018年02月12日 </u></p>
</body>
</html>


##The code is as follows:

微信圖片_20180314134343.png

Continuing Learning
||
<?php echo "制作電影宣傳效果";
submitReset Code