HTML/CSS/Basic Tags

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

"font" Example

   <source lang="html4strict">
   

<html> <head> <title>font element example</title> </head> <body>

   
   This element is an inline element.
   
   
This fontwill appear in Times.
Courier New. size and color color

</body> </html>


     </source>