iT邦幫忙

2023 iThome 鐵人賽

DAY 12
0
Modern Web

基礎網頁開發30天系列 第 12

Day 12增加圖片及連結

  • 分享至 

  • xImage
  •  

HTML的部分:

<div class="picture">
    <a href="http://jinjin.mepopedia.com/~jinjin/web-design/web-06.html"><img src="img/netconstruction.png" alt="" width="1050" height="700" style="display:block; margin:auto;"></a></div>

<div class="note">(圖源取自http://jinjin.mepopedia.com/~jinjin/web-design/web-06.html) </div>

CSS的部分:

.note{
    padding: 1rem 4rem;
    font-size: 1.1rem;
    margin:auto;  
}

<div class="picture">
*這是一個<div>元素,具有class屬性設置為"picture",可能用於定義該區域的樣式或風格。

<ahref="http://jinjin.mepopedia.com/~jinjin/webdesign/web06.html">

  • 這是一個超連結(<a>元素),使用href屬性設置連結目標網址為"http://jinjin.mepopedia.com/~jinjin/web-design/web-06.html"。
    當用戶點擊這個連結時,將跳轉到該網址。

<img src="img/netconstruction.png" alt=""width="1050"height=“700">

  • 這是一個圖像元素(<img>),使用src屬性設置圖像的來源URL為"img/netconstruction.png"。這表示瀏覽器將從該URL載入並顯示圖像。alt屬性是空的,通常用於提供對圖像的文字描述,以提高可訪問性。width和height屬性設置圖像的寬度和高度,以確保圖像以指定的大小顯示。

<div>(圖源取自http://jinjin.mepopedia.com/~jinjin/web-design/web-06.html)</div>

  • 這是另一個<div>元素,包含文字描述,指出圖像的來源網址為"http://jinjin.mepopedia.com/~jinjin/web-design/web-06.html"。

總之,這段HTML代碼創建了一個包含圖像和連結的區域,用戶可以單擊圖像或連結以訪問"http://jinjin.mepopedia.com/~jinjin/web-design/web-06.html" 網址。
圖像的URL是"img/netconstruction.png",並且具有指定的寬度和高度。

呈現模樣:

https://ithelp.ithome.com.tw/upload/images/20230922/20162177lH1uIwGzLo.png


上一篇
Day 11 使用CSS美化網頁-3
下一篇
Day 13 CSS 細部增加及調整
系列文
基礎網頁開發30天30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言