HTML/CSS/Layout Attributes/width — различия между версиями

Материал из Web эксперт
Перейти к: навигация, поиск
м (1 версия)
 
(нет различий)

Версия 09:21, 26 мая 2010

"width" determines the width of an element

    
<HTML>
<head>
<Title>Example For width</Title>
</head>
<BODY>
<pre width="500" style="font-size:14pt;">This text is embedded between pre tags.</pre>
</BODY>
</HTML>