Write a Program to Background Color In Html
<!DOCTYPE html> <html> <body style="background-color:#DFFF00;"> <h1>This is a heading</h1> <p...
Read more »<!DOCTYPE html> <html> <body style="background-color:#DFFF00;"> <h1>This is a heading</h1> <p...
Read more »<!DOCTYPE html> <html> <body> <p>I am normal</p> <p style="color:Green;">I am Green</p>...
Read more »<!DOCTYPE html> <html> <body> <h2>An Unordered HTML List</h2> <ul> <li>Coffee</li> <...
Read more »<!DOCTYPE html> <html> <body> <h2>An UnOrdered HTML List</h2> <ul> <li>Coffee</li> <...
Read more »<!DOCTYPE html> <html> <body> <h2>An Ordered HTML List</h2> <ol> <li>Coffee</li> <li...
Read more »<!DOCTYPE html> <html> <body> <h2>HTML Buttons</h2> <p>HTML buttons are defined with the button tag:...
Read more »HTML Links - Hyperlinks HTML links are hyperlinks. You can click on a link and jump to another document. When you move the mouse over a li...
Read more »<!DOCTYPE html> <html> <head> <title>Heading Pagee</title> </head> <body bgcolor="pink" al...
Read more »<!DOCTYPE html> <html> <head> <title>Registration Example</title> </head> <body bgcolor="gray...
Read more »<!DOCTYPE html> <html> <head> <title>Paragraph Example</title> </head> <body> <p>I am a para...
Read more »<!DOCTYPE html> <html> <head> <title>leap year</title> <script type="text/javascript"> ...
Read more »Printing Workbooks select the cells you want to print and then set that area as the print area Steps to set a print area: Select the cells...