answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Which one is not skeleton and flesh of HTML document?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Where can one download a blank HTML document for free?

You can download a blank HTML document for free online from the W3Schools website. Once on the page, click on "HTML" in the left navigation menu and then copy and paste the code from the box into a text document and name it with the .html file extension to save the blank HTML document.


How many BODY tags can you have in an HTML document?

One opening tag and one closing tag.Example:Page Content.


How many section of HTML document?

There are six headings that are available to be used in HTML. The range from H1 to H6. An H1 is more important then H6 heading. There should only be one H1 heading on any single HTML page.


How can you sava image file when you want to add it with HTML document?

i read ---------- story about one-eyed giants


How would someone label an HTML document so they can find it easily in a folder?

An HTML document is a saved picture of a website usually containing receipts to online transactions. When one downloads them, they are usually saved to the desktop and are easy to find. All one has to do is give it a name that describes it so it is easy to find.


Example of a HTML documents?

A HTML document is just a website. If you mean a code however, here is one random one. Basic too. Code: <html> <head> <title>Webste title that appears like Random - "internet browser"</title> </head> <body> Information that is in the actual viewing area </body> </html>


Is this statement true or false-one skeleton times one skeleton equals one skeleton?

It equals one skeleton squared.


What is the difference in size between a webpage and a HTML document?

Very simply, a website is a collection of one or more web pages designed to convey information on a particular subject or theme to a web user. (e.g. a company will have a web site providing structured information about the company, designed to inform particular groups of its stakeholders - investors, customers, technical support, sales, employment, news items etc.)A web page is one screen full of information (from a web site) that may contain links to other pages in the web site or links to external information. The web page will normally be written as (or rendered as) an HTML document.


How do you do a pentagram in HTML?

HTML(earlier versions) itself does not provide any means to display anything other than text and color. This means if you want a HTML document to display a pentagram, you will have to make a pentagram image file first, and include that into your HTML document using the <img> tag. However if your browser supports HTML5 and you know how to use canvas in HTML5, then you can create one yourself.


What tag defines what HTML document to put in each frame?

By using frames, you can display more than one HTML document in the same browser window. The frameset tag defines how to divide the window into frames. Each frameset defines a set of rows or columns to the size, or percentage of the page the frame is. The tag is used within the Frameset tag to assign (define) the source of the HTML to display in each frame. for example


Where is Goliath's body now?

The Bible says the birds ate the flesh off of Goliath's corpse leaving nothing but the skeleton behind. No one knows what happened to Goliath's body after David killed him.


What is a basic structure of HTML?

A HTML file has the below structure <HTML> <HEAD> <TITLE> Title of the Web page <TITLE> Header of the Web page </HEAD> <BODY> Body of the Web Page </BODY> </HTML> The file has a .HTML extension and can be viewed in any web browser like IE or chrome or Mozilla