Friday, October 17, 2014

Write A Html code to Demonstrate <Strong> tag.


Write A Html code to Demonstrate <Strong> tag.
Code :strong.html

<html>
<head>
<title>example Strong tag</title>
</head>
<body text=”purple”><br><br>
<strong>Note : </strong>Please Read Given Instruction
</body>
</html>


No comments: