comprehensive viva questions for eee with answers pdf
#1

Sir/Madam,
I need comprehensive viva questions for EEE as soon as possible. please forward it to jeevanjeevan98[at]gmail.com
Reply
#2
comprehensive viva questions for eee with answers pdf

1. What is HTML?

HTML (HyperText Markup Language) is a Universal language which allows an individual using special code to create web pages to be viewed on the Internet.
2. What is a tag?

In HTML, a tag tells the browser what to do. When you write an HTML page, you enter tags for many reasons; to change the appearance of text, to show a graphic, or to make a page link to another page.
3. What is the simplest HTML page?

HTML Code:
<HTML><HEAD><TITLE>This is my page title! </TITLE></HEAD>
<BODY> This is my message to the world! </BODY></HTML>
Browser Display: This is my message to the world!
4. How do I create frames? What is a frameset?

Frames allow an author to divide a browser window into multiple (rectangular) regions. Multiple documents can be displayed in a single window, each within its own frame. Graphical browsers allow these frames to be scrolled independently of each other, and links can update the document displayed in one frame without affecting the others.
You can’t just “add frames” to an existing document. Rather, you must create a frameset document that defines a particular combination of frames, and then display your content documents inside those frames. The frameset document should also include alternative non-framed content in a NOFRAMES element.
5. How can I include comments in HTML?

An HTML comment begins with “<!—“, ends with “--> “, and does not contain “--“ or “>” anywhere in the comment.
6. What is a Hypertext link?

A hypertext page link is a special tag that links one page to another page or resource. If you click the link, the browser jumps to the link’s destination.
7. What is a DOCTYPE? Which one do I use?

According to HTML standards, each HTML document begins with a DOCTYPE declaration that specifies which version of HTML the document uses. Many browsers use the document’s DOCTYPE declaration to determine whether to use a stricter, more standards-oriented layout mode, or to use a “quirks” layout mode that attempts to emulate older, buggy browsers.
8. Can I nest tables within tables?

Yes, a table can be embedded inside a cell in another table. The main caveat about nested tables is that older versions of Netscape Navigator have problems with them if you don’t explicitly close you TR, TD, and TH elements. To avoid problems, include closing tags for you TR, TD, an TH even though the HTML specifications don’t require them.
9. How do you align a table to the right (or left)?

You use the <table align=”right”> property to float a table to the right. Put left in place of right to float right.
10. How can I use tables to structure forms?

Small forms are sometimes placed within a TD element within a table. This can be useful for positioning a form relative to other content, but it doesn’t help position the form-related elements relative to each other. The table must be within the form and then use the table to position the form elements.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: comprehensive viva for eee branch, course viva questions for b tech eee pdf, technical questions for eee students with answers, comprehensive viva questions for eee with answers pdf free download, course viva questions for btech eee with answers pdf, viva questios for eee projets, comprehensive viva questions for eee with answers free download,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  pdf k53 learners test questions and answers 2015 pdf 2 11,377 18-05-2018, 06:21 PM
Last Post: Guest
  viva question answer of flywheel experiment pdf 2 3,788 22-02-2018, 03:12 PM
Last Post: Guest
  surveying 2 lab viva questions with answers pdf free download 3 1,425 26-04-2017, 09:47 AM
Last Post: jaseela123d
  physics practical viva questions for bsc 4 2,056 15-02-2017, 02:06 PM
Last Post: jaseela123d
  cp7102 2 marks with answers 2 794 27-09-2016, 02:48 PM
Last Post: Guest
  questions asked in viva on topic inventory management 2 1,135 23-07-2016, 02:55 PM
Last Post: jaseela123d
  tata steel intern techniqal questions pdf 1 803 23-07-2016, 10:37 AM
Last Post: visalakshik
  automatic toll collection system using rfid viva questions 2 945 23-07-2016, 10:10 AM
Last Post: jaseela123d
  pdf anchoring script in english pdf 2 1,802 21-07-2016, 12:49 PM
Last Post: jaseela123d
  advanced communication lab 6th sem viva questions and answers vtu 1 845 19-07-2016, 03:27 PM
Last Post: anasek

Forum Jump: