第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

即使輸出是正確的,也無法找出問題所在

即使輸出是正確的,也無法找出問題所在

飲歌長(zhǎng)嘯 2023-09-11 15:20:34
我需要在 HTML 中以完全相同的方式重新創(chuàng)建該圖像中的所有內(nèi)容。我已經(jīng)這樣做了,但它說該段落丟失,鏈接丟失等。要重新創(chuàng)建的圖像在這里到目前為止我的代碼是這樣的:<!DOCTYPE html><html><head><title>This page definitely has a title</title></head><body><font face = "Times New Roman"><h1> <font size="5">This is some text!A level 1 heading with a tooltip that says 'tooltip' (with the quotes)</h1> </font><p><font size="3"><b>This level 3 heading has a link to <a href="https://www.ww3schools.com">https://www.ww3schools.com</a></b></p></font><p><font size="3">This is just a regular paragraph.</p></font></body></html>任何幫助將不勝感激,謝謝!
查看完整描述

3 回答

?
哈士奇WWW

TA貢獻(xiàn)1799條經(jīng)驗(yàn) 獲得超6個(gè)贊

您的結(jié)束標(biāo)簽似乎位于錯(cuò)誤的位置,

將結(jié)束符 /h1 放在 /font 之后

你的第二行應(yīng)該是 h3 而不是 ap,并將結(jié)束 /h3 放在 /font 之后

在第三行將結(jié)束 /p 放在 /font 之后

希望這可以幫助!


查看完整回答
反對(duì) 回復(fù) 2023-09-11
?
DIEA

TA貢獻(xiàn)1820條經(jīng)驗(yàn) 獲得超3個(gè)贊

嘗試這個(gè)


<!DOCTYPE html>

<head>

<title>This page definitely has a title</title>


<style>

body {

  font-family: "Times New Roman", Times, serif;

}

</style>


</head>

<body>


<p>This is some text!A level 1 heading with a tooltip that says 'tooltip' (with the quotes)</p>

<p>This level 3 heading has a link to <a href="https://www.ww3schools.com">https://www.ww3schools.com</a></p>

<p>This is just a regular paragraph.</p>


</body>

</html>


查看完整回答
反對(duì) 回復(fù) 2023-09-11
?
largeQ

TA貢獻(xiàn)2039條經(jīng)驗(yàn) 獲得超8個(gè)贊

我唯一的額外輸入是,通過正確縮進(jìn)代碼,它有助于盡早發(fā)現(xiàn)這些問題,這樣您就可以看到封裝了哪些代碼塊。也不需要頂部額外的 HTML 標(biāo)簽。


<!DOCTYPE html>

<head>

<title>This page definitely has a title</title>

</head>

    <body>

    <font face="Times New Roman">

        <h1> 

            <font size="5">

                This is some text!A level 1 heading with a tooltip that says 'tooltip' (with the quotes) 

            </font>

        </h1> 

        <p>

            <font size="3">

                <b>

                    This level 3 heading has a link to <a href="https://www.ww3schools.com">https://www.ww3schools.com</a>

                </b>

            </font>

        </p>

        <p>

            <font size="3">

                This is just a regular paragraph.

            </font>

        </p>

    </font>

    </body>

</html>


查看完整回答
反對(duì) 回復(fù) 2023-09-11
  • 3 回答
  • 0 關(guān)注
  • 159 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)