Element Attributes

<html>
<head>
</head>
<body>
<p><center>I see Jane.</center></p>
<p align="center">I see Jane.</p>
<p align="left">And so do I.</p>
<p align="right"> And so do I.</p>
</body>
</html>

View Page


Definitions:

  • Attribute: The property of an element that defines its appearance.
  • Inline: Setting attributes in the same line as the element.

Return to Top