由 hrs, 1 十二月, 2019 标签 HTML 实例代码: <!doctype html> <head> <meta charset="utf-8"> </head> <html> <frameset cols="20%,80%"> <frame src="frame_nav.html"> <frame src="wenzhan.html" name="showframe"> </frameset> </html> 运行效果: 从这个实例中看出,我们可以点击指定的章节 就会跳转到相应的章节。 评论 登录或注册以发表评论 书籍遍历链接: HTML实例-086 使用框架导航跳转至指定的节 HTML实例-085 html 框架内跳转到指定章节 向上 HTML实例-088 HTML的背景颜色搭配
评论