-
-
What are differences between DIV and SPAN?
DIV is used to select a block of text so that one can apply styles to it. SPAN is used to select inline text and let users to apply styles to it. The main difference between DIV and SPAN is SPAN does not do formatting by itself. Also the DIV tag is used as a paragraph break as it creates a logical division of the document in which it is applied. This is in contrast to the SPAN as SPAN simply dos the...
-
JavaScript in HTML
Which tag do we use insert a JavaScript in HTML page?
-
-
What are the differences between cell spacing and cell padding?
Cell Padding:
Cell padding is used for formatting purpose which is used to specify the space needed between the edges of the cells and also in the cell contents.
The general format of specifying cell padding is as follows:
< table width="100" border="2" cellpadding="5">
The above adds 5 pixels of padding inside each cell .
Cell... -
-
HTML Width Attribute
What is the difference between width=”100” and width=”100%”?
-
-
How do you code headings in HTML?
1. Heading 12. Heading 2 3. Heading 6
-
How do you mark up a numbers lists so that the elements display as A, B, C?
HTML only method:item 1item 2item 3Note that the type attribute is deprecated and list styles should be handled through style sheets.ol.ua { list-style-type: upper-alpha; }item 1item 2item 3
-
-
Web 2.0
What is web 2.0. and how could we differentiate it with web 1.0?
-
-
DocType and DOM
What is DocType? What is DOM?
-
HTML Submit Form
in html ,when we create a form for username and password,when we click submit button where will the link go.How does it works?
e.g suppose when we sign up in gmail.When we give click sign in button,how that transfer that mechanism,Please explain
-
-
-
-
-
Html Interview Questions
Ans