Home | Computer Science

<
TAGS

Defination

Some basic Tags


TAGS Basic Tags are
Program
INPUT

<html> <head> <title>this is my website</title> //here title is used </head> <body> //here body is used <b>BOLD</b><br> //here bold is used <i>ITALIC</i><br> //here italic is used <u>UNDERLINE</u><br> //here underline is used </body> </html>

OUTPUT