Latest Answer: Suppose we are giving width="100" in an image tag then the width of the image is 100
pixel which too small and if we give width="100%" then the width of the image is 100% of the window. Just try this
<img src="Location of Image" width="100" ...
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: To format a region of text tag can be usedattribute:ALIGN = "..." align text to CENTER, LEFT, or RIGHT. ...
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: In CSS,body{ background: url(image-filename) left top no-repeat;} ...
Latest Answer: The effects which we want in the window are mentioned with the help of tags in the body. It is the place where the actual data is given in html. All the changes can be viewed by changing the tagscontent in the body whereas the head part is the introduction ...
Latest Answer: To ensure one shared HTML coding standard in the World Wide WebTo ensure smooth spiderability of the HTML pageTo ensure better positioning of the HTML in Search Engines ...
Latest Answer: Empty Elements in HTML depicts that there is no text contained and EMPTY attributes are not permitted to have an end-tag. They are used simply as markers. ...
View page << Previous 1 [2] 3 4 5 Next >>

Go Top