answersLogoWhite

0

Its called aljsknf it is good for your health

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the special formatting languages used to create webpages?

HTML, the HyperText Markup Language, defines web pages' content; CSS, Cascading Style Sheets, defines the web pages' presentation; and JavaScript, defines interactivity with the user, creating "Rich Internet Applications" (RIA).


Html is a webpage yes or no?

HTML is the Hyper Text Markup Language. It defines the rules/tags to make a web page. If a file has an extension of .html , then we can say that it is a web page.


What is the role of HTML in webpage structure?

HTML is the program language that actually displays the content on a page and without it or an alternative, such as php, nothing would display on the page.


What is the significance of DOCTYPE in HTML document?

An HTML DOCTYPE defines which version of the language you are using, and let's the browser act accordingly. The DOCTYPE in an HTML document is an idea borrowed from XML. The DOCTYPE file defines the rules that the language has to follow. By making sure you've declared the doctype in an HTML document, you let the browser know how you're expecting that HTML to be treated. In an ideal environment, adding a doctype will allow you to be sure of exactly how the code will be rendered by the user's browser.


Why is XML better for e-commerce than HTML?

HTML and XML are not directly interchangeable; they are used for different purposes. HTML defines how content is displayed on a webpage. XML defines content containers to be used for specific purposes identified by the e-commerce software.


Is CSS a scripting language?

No, HTML is a mark up language and css ( cascading style sheet) is a way of styling a web page eg, bgcolor, text color size and font ect, you can write the css in the HTML or make it separate and link the HTML to it


What markup language specifies how Web pages should be displayed?

Cascading Style Sheets (CSS) determines how web pages are displayed. Hyper-Text Markup Language (HTML) determines the content of the pages.


html?

HTML (Hypertext Markup Language) is the standard language used to create the structure and content of web pages. It defines the various elements on a page such as headings, paragraphs, images, links, forms, and more. HTML provides the foundational structure for displaying content in a web browser.


When talking about computers what does DIV mean?

In HTML (a markup language used primarily for the creation of web pages), the DIV tag defines a division/section in a document.


What is the full form of HTML in computers?

HTML stands for HyperText Markup Language, and it is mainly used for creating web pages. The HTML of a page defines the actual structure (such as the body) and elements (such as images, video, and links), and CSS (Cascading Style Sheets) defines the style (such as colors, borders, and font.) HTML is only ever used by web designers and programmers. An HTML tag is always defined by being surrounded by brackets (<>). The tag is closed with a slash (so <b> would be closed with </b>). You can view the HTML of a page by finding the view page source option in your browser.


What is HTML scripts?

HTML is a markup language, not a scripting language. There is no such thing as an HTML script.


How many HTML Lists?

Lists in HTML are of 2 types i.e. UL and OL. UL defines the unordered list whereas OL defines ordered list.