Rumah > Artikel > hujung hadapan web > Bagaimanakah kita boleh menggunakan teg `
` dalam HTML untuk pemformatan output komputer?
` dalam HTML untuk pemformatan output komputer?
` dalam HTML untuk pemformatan output komputer?"></p> <p> Kami menggunakan teg <b><samp></samp></b> untuk pemformatan output komputer. Ia adalah teg frasa. Ia digunakan untuk menentukan dan mengenal pasti output sampel program komputer. Ia akan memaparkan teks dalam elemen <samp> </samp></p> <h2>tatabahasa</h2> <pre class='brush:php;toolbar:false;'><samp>The text…</samp> Terjemahan bahasa Cina bagi
Berikut ialah contoh mudah untuk menerangkan penggunaan teg
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="meta tag in the web document">
<meta name="keywords" content="HTML,CSS">
<meta name="author" content="lokesh">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<p><b>Pluralsight</b> is the technology workforce development company that helps teams know more and work better together with stronger skills, improved processes</p>
<samp>
Pluralsight, Inc. is an American privately held online education company that offers a variety of video training courses for software developers
</samp>
</body>
</html>
Terjemahan bahasa Cina bagi
<html> <head> <title>Title of the document</title> </head> <body> <samp> <h2> HTML document</h2> <p>This is a paragraph.</p> <p>This is another paragraph</p> </samp> </body> </html>Contoh 3
<html> <head> <meta charset="UTF-8"> <meta name="description" content="meta tag in the web document"> <meta name="keywords" content="HTML,CSS"> <meta name="author" content="lokesh"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> samp{ font-family: cursive; } </style> </head> <body> <p><b>Pluralsight</b> is the technology workforce development company that helps teams know more and work better together with stronger skills, improved processes</p> <samp> Pluralsight, Inc. is an American privately held online education company that offers a variety of video training courses for software developers </samp> </body> </html>
Atas ialah kandungan terperinci Bagaimanakah kita boleh menggunakan teg `
` dalam HTML untuk pemformatan output komputer?. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!