web網(wǎng)頁制作代碼 html求制作一個簡單網(wǎng)頁代碼,只需要一些文字加張圖片?
html求制作一個簡單網(wǎng)頁代碼,只需要一些文字加張圖片?完整的代碼如下:<html><head><title>簡單網(wǎng)頁制作練習(xí)</title></head>&l
html求制作一個簡單網(wǎng)頁代碼,只需要一些文字加張圖片?
完整的代碼如下:
<html>
<head>
<title>簡單網(wǎng)頁制作練習(xí)</title>
</head>
<body>
<p>1.文字內(nèi)容,直接輸入文字即可。。。。。如果想設(shè)置其相關(guān)屬性可以使用font標簽
<font size="18" color="red" >紅色18號文字</font> </p>
<p> 2.添加圖片 <img src="https://img.kmw.com圖片名稱.屬性" id=“圖片簡介”>
<img src="https://img.kmw.com1.jpg" id=" 加入圖片練習(xí)"> </p>
</body>
</html>
樓主,如果不明白可以HI聯(lián)系我。。。。