Tuesday, December 18, 2018

WORKING WITH TEXT FORMATING TAGS.


  • Heading elements:-<h1> to <h6>
  • Horizontal tag:-<hr>
  • Break line tag:-<br>
.............................................................
EXAMPLE:-

<html>
<head>
<title> WORKING OF TAG</title>
</head>
<body>
<p> HELLO, HOW ARE YOU?<br>I AM GOING TO SCHOOL</p>
<hr width="50%" align="left" color="red" size="10px">
</body>
</html>
................................................................................................................................................
OUTPUT:-
sk.
........................................................................

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...