欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片
W3School TIY
編輯您的代碼:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <style type="text/css"> p.one { border:red solid thin; outline-style:solid; outline-width:thin; } p.two { border:red solid thin; outline-style:dotted; outline-width:3px; } </style> </head> <body> <p class="one">This is some text in a paragraph.</p> <p class="two">This is some text in a paragraph.</p> <p><b>注釋:</b>只有在規(guī)定了 !DOCTYPE 時(shí),Internet Explorer 8 (以及更高版本) 才支持 outline-width 屬性。</p> </body> </html>
查看結(jié)果:
請?jiān)谏厦娴奈谋究蛑芯庉嬆拇a,然后單擊提交按鈕測試結(jié)果。
jb51.net