Практическое введение в программирование на JavaScript

         

a first part of the



Пример 1.29

<html> <head> <style type="text/javascript"> tags.p.color="blue"; tags.p.fontFamily="times"; tags.p.fontSize="10pt"; tags.h1.color="black"; tags.h1.fontSize="12pt"; tags.h1.fontStyle="Arial"; tags.h1.textAlign-"center"; </style> </head> <body> <h1>Test Style Sheets in Communicator</h1> <p> This is a first part of the document </body> </html>

Сoзданный таким образом документ будет отображаться следующим образом:



Содержание раздела