Articles tagged: HTML
Found 376 documents
- Mozilla/Firefox/Releases/4 Firefox 4, which shipped on March 22, 2011, enhances performance, adds more support for HTML5 ...
- Mozilla/Projects/L20n L20n lets localizers reach higher levels of free linguistic expression by sharpening the divide ...
- Mozilla/Projects/L20n_clone L20n lets localizers reach higher levels of free linguistic expression by sharpening the divide ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIDOMHTMLSourceElement The nsIDOMHTMLSourceElement interface is the DOM interface to the source child of the audio and ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsITXTToHTMLConv Prior versions of the interface named the methods using the InitialCaps style instead of the ...
- Plugins/Flash_to_HTML5/Clipboard Flash's Clipboard API used to be the only available means for creating advanced clipboard ...
- Plugins/Flash_to_HTML5/Video This resource provides an outline of all the topics you need to know about to convert Flash ...
- Plugins/Flash_to_HTML5/Video/DRM_and_authentication If your media requires authentication/rights to access, you'll need to work out how to hook up ...
- Plugins/Flash_to_HTML5/Video/File_format_conversion Once you've planned out what you want to do, the first step is to convert your video (or audio) ...
- Plugins/Flash_to_HTML5/Video/Planning Transitioning from Flash to HTML5 can take several months and may require new skills and ...
- Plugins/Flash_to_HTML5/Video/Players There are a number of ways to play back web media depending on the scale of your needs and ...
- Tools/3D_View When you click on the 3D view button, the page goes into 3D view mode; in this mode, you can see ...
- Tools/Page_Inspector Use the Page Inspector to examine and modify the HTML and CSS of a page.
- Using_the_Right_Markup_to_Invoke_Plugins This article is about how to invoke a plugin with the correct use of HTML. It discusses the ...
- Web/Accessibility/ARIA Accessible Rich Internet Applications (ARIA) is a set of attributes that define ways to make Web ...
- Web/Accessibility/ARIA/ARIA_Techniques/Using_the_alertdialog_role The alertdialog role is used to notify the user of urgent information that demands the user's ...
- Web/Accessibility/ARIA/ARIA_Techniques/Using_the_alert_role The alert role is used to communicate an important and usually time-sensitive message to the ...
- Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-invalid_attribute The aria-invalid attribute is used to indicate that the value entered into an input field does ...
- Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-label_attribute The aria-label attribute is used to define a string that labels the current element. Use it in ...
- Web/Accessibility/ARIA/forms/Multipart_labels The solution is in an ARIA attribute called aria-labelledby. Its parameter is a string that ...
- Web/Accessibility/Understanding_WCAG/Robust This article provides practical advice on how to write your web content so that it conforms to ...
- Web/API/Canvas_API/A_basic_ray-caster Open in new window
- Web/API/Canvas_API/Drawing_DOM_objects_into_a_canvas Although it's not trivial (for security reasons), it's possible to draw DOM content—such as HTML ...
- Web/API/Canvas_API/Tutorial This tutorial describes how to use the canvas element to draw 2D graphics, starting with the ...
- Web/API/Canvas_API/Tutorial/Applying_styles_and_colors Up until now we have only seen methods of the drawing context. If we want to apply colors to a ...
- Web/API/Canvas_API/Tutorial/Basic_animations Probably the biggest limitation is, that once a shape gets drawn, it stays that way. If we need ...
- Web/API/Canvas_API/Tutorial/Basic_usage At first sight a canvas looks like the img element, with the only clear difference being that it ...
- Web/API/Canvas_API/Tutorial/Compositing We can not only draw new shapes behind existing shapes but we can also use it to mask off ...
- Web/API/Canvas_API/Tutorial/Compositing/Example This sample program demonstrates a number of compositing operations. The output looks like this:
- Web/API/Canvas_API/Tutorial/Drawing_shapes Before we can start drawing, we need to talk about the canvas grid or coordinate space. Our HTML ...
- Web/API/Canvas_API/Tutorial/Optimizing_canvas This article aims to provide suggestions for optimizing your use of the canvas element, to ...
- Web/API/Canvas_API/Tutorial/Transformations Before we look at the transformation methods, let's look at two other methods which are ...
- Web/API/Canvas_API/Tutorial/Using_images Importing images into a canvas is basically a two step process:
- Web/API/Document/getElementsByName Returns a nodelist collection with a given name in the (X)HTML document.
- Web/API/Document_Object_Model/Traversing_an_HTML_table_with_JavaScript_and_DOM_Interfaces This article is an overview of some powerful, fundamental DOM level 1 methods and how to use ...
- Web/API/DOMParser DOMParser can parse XML or HTML source stored in a string into a DOM Document. DOMParser is ...
- Web/API/History/length
- Web/API/HTMLDetailsElement The HTMLDetailsElement interface provides special properties (beyond the regular HTMLElement ...
- Web/API/HTMLElement/contextMenu The HTMLElement.contextMenu property refers to the context menu assigned to an element using the ...
- Web/API/HTMLElement/hidden The HTMLElement property hidden is a Boolean which is true if the document is hidden; otherwise ...
- Web/API/HTMLFormElement The HTMLFormElement interface provides methods to create and modify form elements.
- Web/API/HTMLFormElement/reportValidity The HTMLFormElement.reportValidity() method returns true if the element's child controls satisfy ...
- Web/API/HTMLMediaElement The HTMLMediaElement interface adds to HTMLElement the properties and methods needed to support ...
- Web/API/HTMLMediaElement/srcObject The srcObject property of the HTMLMediaElement interface sets or returns the object which serves ...
- Web/API/HTMLTrackElement/src The HTMLTrackElement.src property reflects the value of the track element's src attribute, which ...
- Web/API/HTML_Drag_and_Drop_API/Drag_operations The following describes the steps that occur during a drag and drop operation.
- Web/API/Node/baseURI The Node.baseURI read-only property returns the absolute base URL of a node.
- Web/API/PerformanceNavigation/redirectCount The PerformanceNavigation.redirectCount read-only property returns an unsigned short ...
- Web/API/PerformanceTiming/connectStart The PerformanceTiming.connectStart read-only property returns an unsigned long long representing ...
- Web/API/PerformanceTiming/domComplete The PerformanceTiming.domComplete read-only property returns an unsigned long long representing ...
- Web/API/SVGAnimatedNumber The SVGAnimatedNumber interface is used for attributes of basic type Number which can be animated.
- Web/API/Window/location The Window.location read-only property returns a Location object with information about the ...
- Web/Apps/Fundamentals/gather_and_modify_data/Responding_to_light_conditions Ambient light sensors are used in a variety of functions such as adjusting display brightness to ...
- Web/Apps/Progressive/Responsive/Mobile_first In our Planning your App article, we provided a high level look into the kinds of planning and ...
- Web/CSS/Alternative_style_sheets Specifying alternative style sheets in a web page provides a way for users to see multiple ...
- Web/CSS/Type_selectors The CSS type selector matches elements by node name. In other words, it selects all elements of ...
- Web/Demos_of_open_web_technologies Mozilla supports a wide variety of exciting open web technologies, and we encourage their use. ...
- Web/Events/change The change event is fired for input, select, and textarea elements when a change to the ...
- Web/Events/pause The pause event is sent when a request to pause an activity is handled and the activity has ...
- Web/Guide/HTML/Content_categories Every HTML element is a member of some number of content categories that group elements that ...
- Web/Guide/HTML/Editable_content In HTML, any element can be editable. By using some JavaScript event handlers, you can transform ...
- Web/Guide/HTML/HTML5 HTML5 is the latest evolution of the standard that defines HTML. The term represents two ...
- Web/Guide/HTML/HTML5/HTML5_Parser Gecko 2 introduces a new parser, based on HTML5. The HTML parser is one of the most complicated ...
- Web/Guide/HTML/HTML5/Introduction_to_HTML5 HTML5 is the fifth revision and newest version of the HTML standard. It offers new features that ...
- Web/Guide/HTML/Using_HTML_sections_and_outlines The HTML5 specification brings several new elements to web developers allowing them to describe ...
- Web/Guide/Introduction_to_Web_development Whether you're just getting started with Web development, or are just expanding your horizons ...
- Web/Guide/Localizations_and_character_encodings Browsers process text as Unicode internally. However, a way of representing characters in terms ...
- Web/Guide/Writing_forward-compatible_websites This page explains how to write websites that do not break when new browser versions are ...
- Web/HTML HTML (HyperText Markup Language) is the most basic building block of the Web. It describes and ...
- Web/HTML/Applying_color With CSS, there lots of ways to add color to your HTML elements to create just the look you ...
- Web/HTML/Attributes Elements in HTML have attributes ; these are additional values that configure the elements or ...
- Web/HTML/Block-level_elements HTML (Hypertext Markup Language) elements are usually either "block-level" elements or "inline" ...
- Web/HTML/CORS_enabled_image The HTML specification introduces a crossorigin attribute for images that, in combination with ...
- Web/HTML/CORS_settings_attributes In HTML5, some HTML elements which provide support for CORS, such as img, video or script, have ...
- Web/HTML/DASH_Adaptive_Streaming_for_HTML_5_Video Dynamic Adaptive Streaming over HTTP (DASH) is an adaptive streaming protocol.
- Web/HTML/Element This page lists all the HTML elements.
- Web/HTML/Element/a The HTML a element (or anchor element) creates a hyperlink to other web pages, files, locations ...
- Web/HTML/Element/abbr The HTML abbr element represents an abbreviation and optionally provides a full description for ...
- Web/HTML/Element/acronym The HTML Acronym Element (acronym) allows authors to clearly indicate a sequence of characters ...
- Web/HTML/Element/address The HTML address element indicates that the enclosed HTML provides contact information for a ...
- Web/HTML/Element/applet The obsolete HTML Applet Element (applet) embeds a Java applet into the document; this element ...
- Web/HTML/Element/area The HTML area element defines a hot-spot region on an image, and optionally associates it with a ...
- Web/HTML/Element/article The HTML article element represents a self-contained composition in a document, page, ...
- Web/HTML/Element/aside The HTML aside element represents a portion of a document whose content is only indirectly ...
- Web/HTML/Element/audio The HTML audio element is used to embed sound content in documents. It may contain one or more ...
- Web/HTML/Element/b The HTML Bring Attention To element (b) is used to draw the reader's attention to the element's ...
- Web/HTML/Element/base The HTML base element specifies the base URL to use for all relative URLs contained within a ...
- Web/HTML/Element/basefont The obsolete HTML Base Font element (basefont) sets a default font face, size, and color for the ...
- Web/HTML/Element/bdi The HTML bdi element (bidirectional isolation) isolates a span of text that might be formatted ...
- Web/HTML/Element/bdo The HTML Bidirectional Text Override element (bdo) overrides the current directionality of text, ...
- Web/HTML/Element/bgsound The Internet Explorer only HTML Background Sound element (bgsound) sets up a sound file to play ...
- Web/HTML/Element/big The obsolete HTML Big Element (big) renders the enclosed text at a font size one level larger ...
- Web/HTML/Element/blink The HTML Blink Element (blink) is a non-standard element which causes the enclosed text to flash ...
- Web/HTML/Element/blockquote The HTML blockquote Element (or HTML Block Quotation Element) indicates that the enclosed text ...
- Web/HTML/Element/body The HTML body Element represents the content of an HTML document. There can be only one body ...
- Web/HTML/Element/br The HTML br element produces a line break in text (carriage-return). It is useful for writing a ...
- Web/HTML/Element/button The HTML button element represents a clickable button, which can be used in forms, or anywhere ...
- Web/HTML/Element/canvas Use the HTML canvas element with either the canvas scripting API or the WebGL API to draw ...
- Web/HTML/Element/caption The HTML Table Caption element (caption) specifies the caption (or title) of a table, and if ...
- Web/HTML/Element/center The obsolete HTML Center Element (center) is a block-level element that displays its block-level ...