base标签包含两个属性: href和target
1.href属性
<!DOCTYPE html><html><head><title></title><base href="http://www.baidu.com/"></base></head><body><img src="./img/bd_logo1.png" alt="Base标签_html/css_WEB-ITnose" ></body></html>
2.target属性
<!DOCTYPE html> <html> <head><title></title> <meta charset="utf-8"><base target="_blank"> </head> <body> <a href="http://baidu.com/">百度一下,你就知道</a> <a href="http://qq.com">腾讯新闻</a> </body> </html>
HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号