<a> and <link/>

时间:2016-02-01 19:36:10

标签: html

I am a HTML beginner and I was wondering if there is a difference between these two tags, aren't both of them for url?

Is there a significant difference between those two tags. Also what is bootstrap and is it recommend to use it?

1 个答案:

答案 0 :(得分:1)

链接会提取外部数据,通常是样式表。锚点可以在页面内部导航页面,也可以导航到外页。

Bootstrap是常用网页元素的预构建框架。它非常适合网站的快速原型设计。它允许用户快速生成具有许多漂亮风格的铃声和口哨(按钮,菜单等)的移动响应网站。我认为这是一个更适合您自学HTML和CSS的工具。我认为你不应该使用Bootstrap来学习。