Formating with html Physical style elements
HTML iser physical style elements to change the apperence text , If you want to text appear paticular style such as build bold italic , You must physica style elements foe example The B Element - Display the text in bold The element -Display the text in the italic The small element -The display the in small font size The SUP element -Display the text as superscript Displaying Plain Text <!Doctype html> <html> <head> <body> Here the display the plain text in html document </body> </html> Display the bold text <!Doctype> <html> <head> <body> <b> Here display the bold text </p> </body> </html> Display the italic text <!Doctype html> <head> <title> here text italic </title> </head> <body...