【发布时间】:2019-07-03 05:55:17
【问题描述】:
我希望我的按钮链接到我创建的实际网站:例如 Joeys Auto
我的作品集网站是:http://loriroberg.com/cssfinalproject/index.html#home 它有一个 JOEYS AUTO 按钮。 Joeys Auto 的网站是http://loriroberg.com/final/index.html
如何更改此代码:
<div class="w3-col m3"><button class="button4 w3-button w3-padding-large w3-light-grey" style="margin-top:64px">Joeys Auto</button></div>
这样它会链接到 JOEYS AUTO?
以下代码位于我的作品集的 MY PROJECTS 部分。
<h3 class="w3-center">MY PROJECTS</h3>
<p class="w3-center"><em>Here are some of the projects I completed.<br />
I will post more soon.<br />
Click on the links to view them on the web.</em></p>
<br />
<!-- Responsive Grid. Four columns on tablets, laptops and desktops. Will stack on mobile devices/small screens (100% width) -->
<div class="w3-row-padding w3-center">
<div class="w3-col m3"><button class="button4 w3-button w3-padding-large w3-light-grey" style="margin-top:64px">Joeys Auto</button></div>
<div class="w3-col m3"><button class="button4 w3-button w3-padding-large w3-light-grey" style="margin-top:64px">CSS3 2D Animation</button></div>
<div class="w3-col m3"><button class="button4 w3-button w3-padding-large w3-light-grey" style="margin-top:64px">CSS3 Animation</button></div>
<div class="w3-col m3"><button class="button4 w3-button w3-padding-large w3-light-grey" style="margin-top:64px">CSS3 3D Animation</button></div>
<!--<button class="w3-button w3-padding-large w3-light-grey" style="margin-top:64px">LOAD MORE</button>
【问题讨论】:
标签: html button hyperlink href