web lab programs
Program 1: <html> <head> <title>text formatting tags</title> </head> <body bgcolor=red> <h1 align=center> different tag format </h1> <br> here the text with <b> bold</b> <br> here the text with <i>italic</i> <br> here the text with <u>underline</u> <br> here the text with <small>small </small> <br> here the text with <strong> strong </strong> here the text with <em> emphasise </em><br> here the text with <font size=6 color=red>font </font> <br> here the text with <s> strike </s> <br> here the text with <h1> header tag</h1> </body> </html> Program 2: <html> <head> <title> FONTS </title> </head> <body bgcolor=yellow> <center> <font color=red size=5 face="couriernew"...