PHP Code (33)
JSP Code (6)
ASP Code (5)
CGI Perl Code (3)
JavaScript Code (63)
VB Script Code (20)
Shell Script Code (31)
Python Code (34)
WinRunner Code (1)
HTML DHTML XHTML Code (13)
XML (43)
Scripts_Markup Code AllOther (5) Consider the following markup:
Can you describe why hgroup was dropped and how the markup can be addressed today with an example?
1 2858Is the alt attribute mandatory on img elements? If not, can you describe a scenario where it can be set to an empty value? Does an empty value affect accessibility in any way?
1 2814
What is xml schema?
What is XML Parser?
Write a python program to check common letters in two input strings?
how to pass data between pages using Cookies
What software is available for XML?
can everyone explain this code Private Sub DrawRect(rectSource As RECT, lngColour As Long) Line (rectSource.Left, rectSource.Top)-(rectSource.Left, rectSource.Bottom), lngColour Line (rectSource.Left, rectSource.Top)- (rectSource.Right, rectSource.Top), lngColour Line (rectSource.Right, rectSource.Bottom)- (rectSource.Right, rectSource.Top), lngColour Line (rectSource.Right, rectSource.Bottom)- (rectSource.Left, rectSource.Bottom), lngColour End Sub
Write a function that takes an integer and returns the smallest number that is greater than the given number which is a palendrome. For example, if the input was 111 the next palindromic number would be 121.
how to copy form data between different pages
Discuss an algorithm to traverse a tree, depth first.
How can get all database name using Php and Sql?
How can export database using php code?
What are the benefits of XML?
How to Print Asp.net GridView Data on Button Click using Javascript?
code to get the coordinates of a Click Event
What is a cdata section in xml?