HTML Formatting |
||||
41 views
How you can format text in an HTML document. <html> <b>This is bold text </b> <br> <strong> <br> <big> <br> <em> <br> <i> <br> <small> <br> This is contains text <br> This is contains text </body> How to write an address in an HTML document. <html> <address> </body> How to change the text direction. <html> <p> <bdo dir=”rtl”> </body> How to mark a text that is deleted or inserted to a document. <html> <p> <p> overstrike deleted text and underline inserted text. <p> </body> |
| « HTML Tag Attributes | HTML Links » |
| Posted on Wednesday, June 18th, 2008 at 1:10 pm under HTML for Beginners | RSS 2.0 Feed | |