Popular Posts

Thursday, 14 July 2011

If you want to bold your contents in the web page use:
<B> type your text here </B>
Below is the example in the program:
html>
<head>
<title>Title of page</title>
</head>
<body>
This is my first page
<b>This text is bold</b>
</body>
</html



No comments:

Post a Comment