Home Answers Viewqa HTML parts in HTML documents

 
 


samar
parts in HTML documents
1 Answer(s)      2 years and 6 months ago
Posted in : HTML

How many parts are present in HTML documents?

View Answers

November 1, 2010 at 5:27 PM


Hi,

Here is the answer,

An HTML 4 document is composed of three parts:

1.a line containing HTML version information,

2.a declarative header section (delimited by the HEAD element),

3.a body, which contains the document's actual content. The body may be implemented by the BODY element or the FRAMESET element.

White space (spaces, newlines, tabs, and comments) may appear before or after each section. Sections 2 and 3 should be delimited by the HTML element.

Here's an example of a simple HTML document:

<!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>

Thanks.









Related Pages:
parts in HTML documents
parts in HTML documents  How many parts are present in HTML documents
general layout HTML documents
general layout HTML documents  Explain the general layout HTML documents
HTML framed documents
HTML framed documents   How do I make sure my framed documents are displayed inside their frameset
how to divide 1 web page into some parts...
how to divide 1 web page into some parts...  how to divide 1 web page into some parts...i know it using frames in html,bt how can we do it in jsp.....my friend told it can b done using .i ve tried bt couldnt do it,plz help me
how to divide 1 web page into some parts...
how to divide 1 web page into some parts...  how to divide 1 web page into some parts...i know it using frames in html,bt how can we do it in jsp.....my friend told it can b done using .i ve tried bt couldnt do it,plz help me
how to divide 1 web page into some parts using div tag...
how to divide 1 web page into some parts using div tag...  how to divide 1 web page into some parts. i know it using frames in html,bt how can we do it in jsp. my friend told it can b done using div tag. i ve tried bt couldnt do
HTML
HTML       Introduction to HTML Here, we will introduce you to the basics of HTML. HTML stands for Hyper Text
Open Source HTML
) authors make in writing HTML documents. NekoHTML adds missing parent elements...Open Source HTML HTML Tidy Library Project A quorum... develop Dave Raggett's excellent HTML Tidy program. We have two primary goals. First
divide html page
divide html page   how to divide html page into 3 parts without using frames
html - WebSevices
html  html Expert:Montu Sharma hello ,i have some problem in my code. there is one hyper link in my web page. through this hyper link i want to run... with the other parts of the page. do you want to allow this interaction.) i don't want
html - WebSevices
on this page might be unsafe to interact with the other parts of the page. do you
Introduction to HTML
of the HTML Version being used. An HTML document is deivided mainly into two parts... Introduction to HTML       Here, we will introduce you to the basics of HTML. HTML stands
XML DOM Tutorial
provides a standard called DOM (Document Object Model) for HTML & XML documents. DOM is also used as an interface for accessing and manipulating HTML & XML documents.DOM is a convention for representing and interacting with HTML, XML
Java Web Parts
Java Web Parts       Java Web Parts The AjaxTags component of the Java Web Parts project is a taglib that allows for very easy, purely declarative AJAX functions to be attached to any
Open Source Document Management
Operating systems are very complex these days, composed of many parts and pieces... scalable management of large documents. This review contains CMS implementations... piece of the jigsaw that's missing. Every office produces a mountain of documents
html - JSP-Servlet
html  Hi, I need help with a code to make the "browse" button open in a specific folder, like My Documents/My Images. I've looked everywhere and I can't seem to find
HTML FAQ site
HTML FAQ site  For a school project need simple website. It is an FAQ site which uses natural language processing to get the answers. Natural language processing in the sense using parts of speech tagging or using decision tree
HTML div tag
HTML div tag  I have created a webpage using the div tag. The webpage has the header and the footer. the middle area is divided into left and right parts. The left side has a list of link. The right side part basically shows
HTML div tag
HTML div tag  I have created a webpage using the div tag. The webpage has the header and the footer. the middle area is divided into left and right parts. The left side has a list of link. The right side part basically shows
HTML div tag
HTML div tag  I have created a webpage using the div tag. The webpage has the header and the footer. the middle area is divided into left and right parts. The left side has a list of link. The right side part basically shows
HTML div tag
HTML div tag  I have created a webpage using the div tag. The webpage has the header and the footer. the middle area is divided into left and right parts. The left side has a list of link. The right side part basically shows
PHP HTML Form Submit Button
Topic : HTML FORM SUBMIT BUTTON Part - 4 The another part which is important to covered that is Submit button. If you are following all the previous parts of the tutorial then our Html form has covered the action and method attribute
Understanding HTML
and presentations of a web document (web page). HTML documents are plain-text...Understanding HTML In this unit we are going to learn some basic of hyper text markup language which is used to write HTML. Once you create an HTML
HTML questions
HTML questions       HTML questions The HTML is also known as Hypertext Markup Language. It is developed by World Wide Web Consortium. The HTML is markup language
convert html website into wordpress theme
convert html website into wordpress theme  i am trying to convert an html site into wordpress.and i have divided my html website into 4 parts i.e. index.php,header.php,footer.php and side bars.php.when i am trying to run
Introduction to HTML
being used. An HTML document is divided mainly into two parts- Head and Body... Introduction to HTML       Here, we will introduce you to the basics of HTML. HTML stands
HTML
HTML  What is Semantic HTML? What are the reasons for validating a HTML
HTML
HTML  What is Semantic HTML? What are the reasons for validating a HTML
HTML
HTML  What is SPAN in HTML
HTML
HTML  What is HTML? What is a Hypertext link
Html
Html  What is HTML? What is a Hypertext link
HTML
HTML  What is HTML? What is a Hypertext link
HTML
HTML  What is BODY in HTML document
html
html  diffrence between html and xml
html
html  How to add the calendar in html code
html
add a header in the html page  what we can do to add a header in the html page
HTML
HTML  How do we specify page breaks in HTML
HTML
HTML  What is a tag? How can we use MARQUEE in HTML
html
html  how to convert html page into jsp page
html
html  i want a registration page in html with good background
HTML
HTML  how can we give the unlimited size in the html
html
html  what we can do to add a header in the html page
html
html  what we can do to add a header in the html page
HTML
HTML  Hi, What is the full form of HTML? Thanks   Hi, The HTML stands for HyperText Markup Language. HTML is used to create webpage for world wide web. Web pages are accessed by web browsers and then shown
html
html  sir i am new to eclipse and i am created a html program and also tomcat is running successfully in side the eclipse.but now how i deploy that html program in the eclipse
html
html  Can we Access database through html page and how,if not then why
HTML
HTML  How do we create a link? What are the three types of form tags in HTML
html
html  how we can give the form actions in html after register button in the login page
html
Adding Header in HTML  what we can do to add a header in the html page

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.