您好,登錄后才能下訂單哦!
這篇“怎么用html發(fā)送郵件”文章的知識(shí)點(diǎn)大部分人都不太理解,所以小編給大家總結(jié)了以下內(nèi)容,內(nèi)容詳細(xì),步驟清晰,具有一定的借鑒價(jià)值,希望大家閱讀完這篇文章能有所收獲,下面我們一起來看看這篇“怎么用html發(fā)送郵件”文章吧。
HTML 標(biāo)題
通過<h2></h2>-<h7></h7>定義<h2>最大<h7>最小<hr/>可定義水平線<!注釋>可定義注釋內(nèi)容
小例子:
<p>This is a paragraph</p>
<hr />
<p>This is a paragraph</p>
<hr />
<p>This is a paragraph</p>
HTML段落與折行
<p></p>
<br />
HTML文本格式化
HTML的style屬性
style屬性可以是幾乎任何表情的屬性,下面來詳述該屬性的值
背景顏色設(shè)置:
background-color
<html>
<body style="background-color:yellow">
<h3 style="background-color:red">haha</h3>
<br />
<img src="asdasdasd" />
<br />
<a href="">link</a>
<p style="background-color:green">hzhangxunihao</p>
</body>
</html>
字體,顏色,尺寸
字體:font-family
顏色:color
尺寸:font-size
舉例:
<html>
<body style="background-color:yellow">
<h2 style="font-family:verdana">a heading</h2>
<p style="font-family:arial;color:red;font-zise:20px;">zhangxunihao</p>
</body>
</html>
文本對(duì)齊
text-align
舉例
<html>
<body style="background-color:yellow">
<h2 style="text-align:center">a heading</h2>
<p>The heading above is aligned to the center of this page.</p>
</body>
</html>
HTML鏈接
語法:
<a herf="url">link text</a> ?<!鏈接文本不一定是文本,也可以是圖片或者其他html元素>
其他實(shí)例:
在新窗口中打開url:
<html>
<body>
<a href="" target="_blank">Visit w3school4SAE!</a>
<p>如果把鏈接的 target 屬性設(shè)置為 "_blank",該鏈接會(huì)在新窗口中打開。</p>
</body>
</html>
查看當(dāng)前頁(yè)面的某一位置:
<html>
<body>
<p>
<a href="#C4">查看 Chapter 4。</a>
</p>
<h3>Chapter 1</h3>
<p>This chapter explains ba bla bla</p>
<h3>Chapter 2</h3>
<p>This chapter explains ba bla bla</p>
<h3>Chapter 3</h3>
<p>This chapter explains ba bla bla</p>
<h3><a name="C4">Chapter 4</a></h3>
<p>This chapter explains ba bla bla</p>
</body>
</html>
發(fā)送郵件:(已經(jīng)安裝郵件客戶端)
<html>
<body>
<p>
這是郵件鏈接:
<a href="mailto:someone@microsoft.com?subject=Hello%20again">發(fā)送郵件</a>
</p>
<p>
<b>注意:</b>應(yīng)該使用 %20 來替換單詞之間的空格,這樣瀏覽器就可以正確地顯示文本了。
</p>
</body>
</html>
以上就是關(guān)于“怎么用html發(fā)送郵件”這篇文章的內(nèi)容,相信大家都有了一定的了解,希望小編分享的內(nèi)容對(duì)大家有幫助,若想了解更多相關(guān)的知識(shí)內(nèi)容,請(qǐng)關(guān)注億速云行業(yè)資訊頻道。
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。