首页 > 编程知识 正文

HTML超链接插入图片自适应窗口大小

时间:2023-05-05 02:55:25 阅读:266419 作者:3887

<!DACTPYE html><html> <head> <title>超链接和插入图片</title> </head> <body> <img alt = "这是一幅图片" src = "dddd.jpg" width = "256px" height = "256px"> <p></p> <a href = "http://www.baidu.com" target = _blank>百度搜索引擎</a> </body>

<!DOCTYPE html><html> <head> <meta charset = "utf-8"> <!-这下面的代码是自适应大小的代码> <meta name="viewprot" content = "width=device-width", initial-scale=1.0"> <title>自适应大小</title> </head> <body> <img src = "dddd.jpg" alt = "这是一张图片"> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p> </body></html>

以下是电脑页面和手机页面

转载于:https://www.cnblogs.com/sucker/p/10906545.html

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。