Web 瀏覽器會忽略空格、換行符和其他文字格式字元。如果您想要某種格式,那麼每次都必須使用標籤或屬性。它就是用來消除這個缺點的。 Pre 標籤用於保持文字格式不變。當應用 CSS 標籤時它會發生變化。它顯示內容的預先格式化文字。
文法:
HTML 有許多用於不同目的的標籤。
範例:
等
前置標籤與其他 HTML 標籤一樣有一個開始標籤和一個結束標籤。
<pre class="brush:php;toolbar:false"> content of web
上面的語法用於我們需要內容的預先格式化文字的地方。
以下是 Pre 標籤如何運作的說明:
代碼:
<!DOCTYPE> <html> <head> <title> using pre tag in html </title> </head> <body> <pre class="brush:php;toolbar:false"> The Web browser is ignored space, line breaks, and other formatting characters of text. If you wanted some format then tag or attribute must have used every time. Pre tag in HTML used to remove this drawback. Pre tag used to keep text format as it is. It is changed when CSS tags are applied. Pre tag in HTML shows the preformatted text of the content.