摘要:制作简单的网页,实现一些功能。例如显示图片,实现按钮功能。

<!DOCTYPE html>

<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
    <head>
        <title>TODO 国庆节</title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    </head>
    <body>
         <font size="20" color="red">TODO write<br> 国庆节</font>
        <img src="Desert.jpeg" width="150" height="190">
         <a href="newheml1.html">
        <select name ="0"> //选择按钮
            <option value="1">回家</option>

               <option value="2">旅游</option>
             <option value="3">学校</option>
         </select>
        </a>
</body>
    

</html>


结果:网页的制作

相关文章:

  • 2022-02-09
  • 2021-11-01
  • 2021-11-21
  • 2022-02-24
  • 2022-12-23
  • 2021-10-15
  • 2021-05-01
  • 2022-03-04
猜你喜欢
  • 2022-01-01
  • 2022-01-01
  • 2021-11-17
  • 2021-08-12
  • 2021-05-29
相关资源
相似解决方案