HTML Elements |
||||
37 views
HTML tags are used to mark-up HTML elements. HTML tags two characters < and > . The characters are called angle brackets . HTML tags normally come in pairs like <b> and </b>. The first tag in a pair is the start tag, the second tag is the end tag. <html> <head> <title>this is text</title> </head> <body>this is my first text.</body> </html> The HTML element starts with a start tag: <b> <body>This is my first homepage<b>This is bold text</b></body> |
| « HTML Introduction | HTML Tags » |
| Posted on Wednesday, June 18th, 2008 at 11:02 am under HTML for Beginners | RSS 2.0 Feed | |