answersLogoWhite

0

hyper text markup language

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What are the strengths of javascript to HTML?

HTML is a markup language which allows you to define and place elements on a page, or Document Object Model (DOM). Of course, HTML is static. That means that when a web designer uses a certain HTML attribute to make a word bold, for example, there is no way with HTML alone to change that setting. One part of JavaScript allows a programmer to add/remove or modify the DOM elements on the fly using scripts and stylesheets known as CSS. The combination of HTML, JavaScript and CSS is collectively known as DHTML (Dynamic HTML). Note that Javascript is a fully developed object based scripting language and can do many other things aside from DOM manipulation.


What is a term for a reduction on a displaced fracture?

manipulation


What has the author Frank Lowen written?

Frank Lowen has written: 'Visceral manipulation 1-A and visceral manipulation 1-B study guide' -- subject(s): Manipulation, Osteopathic, Manipulation, Soft Tissue, Methods, Osteopathic Manipulation, Soft Tissue Manipulation


Differentiate HTML tag from an HTML documents?

HTML tags are used to delimit HTML elements inside an HTML document.


How do you prepare an HTML?

The basic HTML base to a HTML website is <HTML> <title> </title> <head> </head> <body> </body> </HTML>


What is a sentence using the word manipulation?

Example sentences for the noun 'manipulation' are:Through lies and cunning manipulation, he swindled the elderly woman out of her life savings. The artist is very skilled in the manipulation of his brush.


When was Death by Manipulation created?

Death by Manipulation was created in 1992-03.


How do you put HTML in PHP?

Its done exactly the same as when you put it in an HTML file. There are 2 ways you can do it: <html> <?php // php stuff ?> </html> Or you can do it like this: <?php echo "<html>"; // php stuff echo "</html>"; ?>


Nanotech is focused in the manipulation of what?

Nanotech is focused on the manipulation of matter. The matter of manipulation in nanotech emcompasses imaging, measuring, modelling and manipulating matter.


True or false the latest reformulated version of HTML is HTML 1.0?

This is false, the newest version of HTML is HTML 5.


Is html a replacement for xhtml?

No. HTML existed before XHTML. XHTML combines XML and HTML, so it is an advancement on HTML.


How do you submit an HTML?

I don't understand exactly what you mean by that but if you simply save a file with the extension .HTML it will be a HTML file that you can publish online. for eg <HTML> <body> This is my HTML page </body> </HTML> will simply show "This is my HTML page" on your web browser hope i helped