html JQuery Jquery codes for Get and Set values to the HTML controls By Mallikarjun A 12:27:00 Add Comment Get label value: $('#Label1').text(); Set label value: $('#Label1').text("New Value"); Get Textbox value: ... Read More
html dl, dt, dd tags program in html By Mallikarjun A 18:00:00 Add Comment <html> <body> <dl> <dt>Html</dt> <dd>hyper text mark up lang</dd> <dt>Css</dt> ... Read More
html Sample ol (ordered list ) program in html By Mallikarjun A 17:58:00 Add Comment <html> <body> <ol type=a start=2> <li>orange</li> <li>apple</li> <li>banana</li>... Read More
html Sample ul (un order list) program in html By Mallikarjun A 17:57:00 Add Comment <html> <body> <ul type="circle"> <li>cat</li> <li>dog</li> <li>cow</li... Read More
html marquee tag in html By Mallikarjun A 17:54:00 Add Comment <marquee direction="down" onmouseover="scrollAmount=0" onmouseout="scrollAmount" style="position:abso... Read More
html Basic tags in html program By Mallikarjun A 17:52:00 Add Comment <html> <head>Basic tags</head> <h1>abhi</h1> <h2>Abhi</h2> <h3>Abhi</h3> <h4... Read More
html Elements with Id selectors in css By Mallikarjun A 17:47:00 Add Comment <html> <head> <style> h3#A { background:red; ... Read More
html Snow effect using html By Mallikarjun A 15:39:00 Add Comment <marquee style="z-index:2;position:absolute;left:253;top:101;font-family:Cursive;font-size:14pt;color:ffcc00; height:5;"scroll... Read More