Answer Posted / bgg
HTML-HyperText MarkUp Language.
-used to design static web pages.
-works with predefined tags.
-its case insensitive language.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
When we delete logfiles such as screenshots how does it affect the ldf file? Ive seen huge change while adding screenshots in the ldf file but a very minor one deleting them.Please Explain
Find out the list of authorization objects which contains activity as a field? Thanks in advance.
Tag for turning an image into a hyperlink is
What is Negative testing?
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this
define profiler???
In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
what is log files in qtp what is use
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
what are the 3 forms of a prolog term
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
How can we develop a multi-tier application in Java?