Search This Blog

HTML Style Attribute With Border Property Example

HTML Style Attribute With Border Property Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Style Attribute With Border Property Example </h2>
<h4 style="border:3px blue solid;"> This is Style Attribute and we use border property </h4>
</body>
</html>
OUTPUT

No comments:

Post a Comment