What is the alternative tag in HTML for Which blinks the text that works in Interner Explorer Web Browser?
Latest Answer: The CSS to blink a text is -Your text in this areaEven it I've tested it, it doesn't work for IE7 too :( ...
What is the difference between width=”100” and width=”100%”?
Latest Answer: Basically it's all about layoutsFixed and flow layout are two different types. We use Flow layout when we want our web page to fix in any resolution. In flow layout we use % to match the % of the screen while in fixed we use pixelsSo 100px stands ...
How to create a blinking text in IE6?
Latest Answer: Apart from the above method we can use CSS to blink a text (as follows) -Your text in this area ...
How can you show diffrent language on web page through HTML link?
Latest Answer: By using lang attribute. lang = language-code [CI] This attribute specifies the base language of an element's attribute values and text content. The default value of this attribute is unknown. ...
What are meta tags and why it is used?
Latest Answer: Metadata is information about data.The tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable.Meta elements are typically used to specify page description, keywords, author ...
What is web 2.0. and how could we differentiate it with web 1.0?
Latest Answer: Web 2.0 is all about "Design Pattern" and "Business Model" for the next generation of the software ...
What does a Content Developer actually do? Is it more on the backend??
Latest Answer: This word "Content Developer" is used in e-learning companies, the person who works on development of e-learning courses will be called as content developer. Content Developer will have almost the same job profile of a web desinger with knowledge ...
Latest Answer: HTML and XHTML are very similar, but XHTML follows a stricter set of rules, making it easier to validate data and design pages ...
Latest Answer: width="100" is fixed width.Suppose we have created a table with the width of 100. It will show in browser with fixed width of 100 in any resolution. But in 100% width your table will strech according to the resolution of your monitor. ...
Is it possible in HTML to add more than one submit button having different actions in a single form?
View page [1] 2 3 4 5 Next >>

Go Top