|
TAGS are BUILDING BLOCKS html code uses to create a web page. TAGS are enclosed in left and right angle brackets <HTML-TAG>. It is important NOT to have a space between the angle brackets in an html tag.
TAG Example: Correct <html> Incorrect < html >
|