Consider the following markup:
Can you describe why hgroup was dropped and how the markup can be addressed today with an example?
1 2529Is 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 2473
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.
Write a python program to check if a number is a palindrome or not?
Write a python program to check common letters in two input strings?
code to detect availability of cookies
Discuss an algorithm to traverse a tree, depth first.
Given a circular list of integers (when you reach the end of the list you come back to the beginning), what is the most efficient algorithm to find the smallest integer in the list? For example: circular_list = [22, 52, 66, 82, 5, 8, 12, 19].
How can I include conditional statements in XML?
What is a StAX Parser?
What are the advantages of XML DOM Document?
Given a string=”me,I,myself”; .Using javascript only create an array out of this string and then send a POST request to the url “record.php” without reloading the page. The post key parameters should be n1,n2 and n3 respectively.
Pls provide basic funtionality Winrunner scripts for Health care domain and Phishing
Write a python program to find the second largest number in a list?
What is CDATA?
determine which Element received an Event
What is well formed XML document?