-
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...
-
-
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
-
DocType and DOM
What is DocType? What is DOM?
-
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... -
What are the attributes that make up a DHTML? ">
What are the attributes that make up a DHTML?
DHTML is called as Dynamic HTML. This is used to increase the interactive ability and the visual effect of the web pages which is loaded in the browser. The main technologies that are used in DHTML are namely:
HTML
JavaScript
CSS which is also called as Cascading Style Sheet
DOM also called as Document Object Model
Let us see each... -
-
HTML 5 DocType
What is the DocType for HTML5? What are the new futures in HTML5?
-
JavaScript in HTML
Which tag do we use insert a JavaScript in HTML page?
-
-
How to solve this error "HTTP Status 500"?
--------------------------------------------------------------------------------type Exception reportmessage description The server encountered an internal error () that prevented it from fulfilling this request.exception java.lang.NullPointerException org.apache.catalina.manager.HTMLManagerServlet.list(HTMLManagerServlet.java:423) org.apache.catalina.manager.HTMLManagerServlet.doGet(HTMLManagerServlet.java:161) javax.servlet.http.HttpServlet.service(HttpServlet.java:743) javax.servlet.http.HttpServlet.service(HttpServlet.java:856)note...
-
Web Engineering
Explain What is Web Engineering?
-
How do you code headings in HTML?
1. Heading 12. Heading 2 3. Heading 6
-
-
-
-
-
Web 2.0
What is web 2.0. and how could we differentiate it with web 1.0?
-
HTML Link for Differnt Language
How can you show diffrent language on web page through HTML link?
-
Html Interview Questions
Ans