answersLogoWhite

0

HTML (Hypertext Markup Language) is a programming language used to define how a web page is formatted.

elementFontfont-familyfont-sizefont-stylefont-variantfont-weightletter-spacingline-heighttext-decorationtext-aligntext-indenttext-transformwhite-spaceword-spacingcolorBackgroundbg-attachmentbg-colorbg-imagebg-positionbg-repeatBoxwidthheightborder-topborder-rightborder-bottomborder-leftmarginpaddingmax-heightmin-heightmax-widthmin-widthoutline-coloroutline-styleoutline-widthPositioningpositiontopbottomrightleftfloatdisplayclearz-indexListlist-style-imagelist-style-typelist-style-positionTablevertical-alignborder-collapseborder-spacingcaption-sideempty-cellstable-layoutEffectstext-shadow-webkit-box-shadowborder-radiusOtheroverflowcursorvisibility
User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you stop your printer using HTML?

HTML is Hypertext Markup Language. It is used to design webpages. You cannot use HTML to control a printer.


How are web pages viewed in dreamweaver?

Either HTML, HTML/ Design, or Just Design (as in browser design)


What is the function of HTML in a webpage?

The function of HTML as a scripting language is limited to it's design. All the design developed can be viewed by HTML.


Where you use HTML?

HTML is used for designing websites. HTML is the language (often used in combination with other web design languages such as Javascript or CSS) that tells a web browser what color a web page is, what font a certain portion of text is, where pictures should appear and what size they should be, etc. It basically tells your browser how a web page is designed and should be displayed on your screen.


Why use div in HTML?

Its typically used for a tabless design. Replaces <table> tag.


What language is used to write websites?

The most common languages used to write websites are HTML, CSS, and JavaScript. HTML is used for structuring the content, CSS for styling and design, and JavaScript for adding interactivity and behavior to the website.


What is the language used in the world wide web?

The language used to produce www pages is HyperText Markup Language or HTML.


How do you evaluate the design of a webpage?

You can evaluate the design of a webpage by it's HTML code. HTML provides all the designing of the page.


What Pokemon game has a HTML code?

No game has HTML code because HTML is only for web design.


What's the full form of HTML?

HTML is stand for Hyper Text Markup language. HTML is a skeleton of your website. HTML is a markup language which is very useful for designing a website because without html we can't design a website that's why because html we provide all design pattern for design a website and all browser is only understand HTML format. For more info visit @javatpoint


3 reason why HTML should be used for tabular data not for laying out a page?

1) HTML was originally used for creating white papers passed from University to University to format the content not the page design. Unlike modern website design, the white papers where basic in design similar to an essay typed from a word processor.2) The TABLE tag was originally used to display repetitive data such as a collection of names, addresses and phone numbers.3) Modern web design technologies use semantic HTML to design, therefore a table tag should be used as it is meant to be.


When to use buttons for forms design?

Buttons can be used in HTML for the interactiveness. <button> tag can be used for placing buttons on web page.