Some HTML Attributes:
Tag Attributes
- <font> size="6" face="sutonymj" color="blue"
- <h1> to <h5> <p> align="center" align="left" align="right"
- <body> bgcolor="yellow"
- <table> height="150px" width="250px" border="6px"
Example:
<html>
<head>
<title>www.techinfo24u.blogspot.com</title>
</head>
<body bgcolor="red"> <font size="6" face="Times New Roman" color="red"> Here will post description. </font>
</body>
</html>