GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Web  >  Html
Go To First  |  Previous Question  |  Next Question 
 Html  |  Question 30 of 39    Print  
What is the format of document structure in HTML?

  
Total Answers and Comments: 1 Last Update: April 03, 2007     Asked by: StephenRaj 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
April 03, 2007 02:03:56   #1  
jbanx Member Since: February 2007   Contribution: 38    

RE: What is the format of document structure in HTML?
Following is the required details for you:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>My first HTML document</TITLE>
</HEAD>
<BODY>
<P>Hello world!
</BODY>
</HTML>




 
Is this answer useful? Yes | No

 Related Questions

View Question | Asked by : wch2001

iframe is used for creating an inline or floating frame. As most of know frames are mainly used to structure the page or for placing a menu bar on the side and so on. But iframe is used in a different 
Latest Answer : IFrame is used for creating a inline frame or floating frame that contains another document. ...

You can put a background for a single table cell in two ways namely: Either by using HTML Using CSS HTML Approach: In this one can make use of the td tag as follows:  
Latest Answer : You can add background to a single cell ...

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 
Latest Answer : Cell Spacing is used to set space between different table cellsCell Padding is used for formatting the space  needed between the edges of the cell and the content of the cell. ...

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 
Latest Answer : Suppose if you use div tag for a single line in a big paragraph, it will give the space before and after the div tag line. If you use span then it does not give any space.For example you have a paragraph. In that paragraph third line you have a word ...

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 
View Question | Asked by : GeekAdmin

W3C also called as World Wide Web Consortium in collaboration with many other standard bodies has designed rules, technology and standards called web standards which are widely used by web users for having 
Latest Answer : There is also another organisation called IETF (Internet Engineering Task Force). W3C is an organisation only for corporates who should be its members and none else. But IETF is an independent open body open for any one... All IETF standards are RFCs ...

Heading 1Heading 2...Heading 6 
Latest Answer : Headings are defined with to tags. defines the largest heading and defines the smallest heading. This is a largest heading.... This is a smallest heading ...
Read Answers (2) | Asked by : Malikay

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 
Latest Answer : Letters list: Apples Bananas Lemons Oranges ...
Read Answers (2) | Asked by : Malikay

Latest Answer : The HyperText Markup Language (HTML) is a simple markup language used to create hypertext documents that are portable from one platform to another. HTML documents are Standard Generalised Markup Language(SGML) documents with generic semantics that are ...


 Sponsored Links

 
Related Articles

Querying a DOM Document with XPath

Querying a DOM Document with XPath One way to access the DOM tree in a DOMDocument object is through an associated DOMXPath object Identifying a specifi c node or nodes within the DOM tree of a DOMDocument object with this approach involves use of appropriate XPath expressions passed to the DOMXPath
 

EDI Document Types

EDI Document Types EDI documents come in various forms each of which can appear differently depending on the company&rsquo; s internal computer system Also while each standard has code specificity each order may look very different a clothes company will send details of color and sizes while a f
 

C++ Structure Part II

C Structure Part II In this C tutorial Structures Part II you will learn how to use structure in an efficient way and features of structures explained with examples mosgoogle center Structure Members Initialization As with arrays and variables structure members can also be initialized This is perfor
 

C++ Structure

C Structure In this C tutorial you will learn about Structure declaring a Structure how to declare Structure Variable and how to access the structure members in C mosgoogle What is a Structure Structure is a collection of variables under a single name Variables can be of any type int float char et
 

What is Common Data Structure

In big data warehouses such as those used by business organizations which may have many branches around the world and which may have diversified products and services, different kinds of data flood the warehouse every single day. These data may come from other warehouse data sources, or simply fresh
 

What are the Format Specifiers used with printf?

There are several format specifiers available in printf. The format specifier used varies depending on the data type used for printing. The given below are some of the format specifiers used with printf in C program. For integer data type the format specifier used with printf is %d or %i For float
 

ITIL Structure

In this article, let us go through some of the aspects involved in the ITIL Structure. Business Perspective The business perspective is meant to familiarize the Business Management with the supporting components and the architectural design of the Information and Technology (ICT), the infrastructure
 

The Interview Snafu

How to turn someone else&rsquo;s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

Winning a Job Interview with a Winning Resume

Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won&rsquo;t get over the line without a polished, prof
 

Choosing The Best Format For Your Resume

Writing a resume can be stressful enough, but when you do a little bit of research you can get even more stressed when you realize that there are several different resume styles that may or may not apply to you.&nbsp; Yikes!&nbsp; Luckily, all of these different resume types can be broken do
 

Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape