What is web 2.0. and how could we differentiate it with web 1.0?
What does a Content Developer actually do? Is it more on the backend??
Latest Answer: There is lot of difference between width="100" and width="100%". Suppose we have create a table.if width 100 will be 100 than it would be fixed width.In other hand 100% means table will display in its full view and it could be change according the resolution. ...
Is it possible in HTML to add more than one submit button having different actions in a single form?
What is the code for a webpage which consists of an icon at the bottom and that icon shouldn't change even if we scroll down.
Latest Answer: Following is the required details for you: My first HTML document ...
Latest Answer: The tag defines a division/section in a document ...
Latest Answer: Semantic HTML means using HTML tags for their implied meaning, rather than just using (meaningless) div and span tags for absolutely everything. Why would you want to do this? Depending on the tag, the content in the tag can be interpreted in a certain ...
Latest Answer: Suppose if you want to repeat image to the length(height) of the page then you need to use the style tag. It looks like the following.style="background-image:url(image path); background-repeat:repeat-y;" Suppose if you want to ...
View page [1] 2 3 4 Next >>

Go Top