Wednesday, December 26, 2018

Text Style.

HTML TEXT TYPE:-

<html>
<body>

<h1 style="font-family:verdana;">This is a heading</h1>
<p style="font-family:courier;">This is a paragraph.</p>

</body>
</html>

OUTPUT:-

  • The font-family property defines the font to be used for an HTML element.
  • EXAMPLE:- <h1 style="font-family:verdana;">This is a heading</h1>.

No comments:

Post a Comment

Internal Javascripts

Internal Javascripts :    The script code can be written directly into the HTML document. script code is placed in header of the docume...