{"json_modified": "2014-05-30T18:17:44.461568", "slug": "HTML/Element/span", "tags": [], "locale": "pl", "title": "", "translations": [{"locale": "ja", "localization_tags": [], "last_edit": "2014-02-12T07:10:22", "url": "/ja/docs/Web/HTML/Element/span", "title": "span \u8981\u7d20"}, {"locale": "es", "localization_tags": [], "last_edit": "2014-05-19T05:16:45", "url": "/es/docs/HTML/Elemento/span", "title": "span"}, {"locale": "en-US", "localization_tags": [], "last_edit": "2013-11-28T04:00:06", "url": "/en-US/docs/Web/HTML/Element/span", "title": ""}, {"locale": "pt-BR", "localization_tags": [], "last_edit": "2013-04-08T16:10:46", "url": "/pt-BR/docs/HTML/Element/span", "title": ""}, {"locale": "fr", "localization_tags": [], "last_edit": "2014-01-09T04:43:59", "url": "/fr/docs/Web/HTML/Element/span", "title": ""}], "modified": "2014-05-30T18:17:43", "label": "", "localization_tags": ["inprogress"], "url": "/pl/docs/HTML/Element/span", "last_edit": "2014-05-30T18:17:13", "summary": "The HTML <span> element is a generic inline container for phrasing content, which does not inherently represent anything. It can be used to group elements for styling purposes (using the class or id attributes), or because they share attribute values, such as lang. It should be used only when no other semantic element is appropriate. <span> is very much like a <div> element, but <div> is a block-level element whereas a <span> is an inline element.", "sections": [{"id": "Summary", "title": "Summary"}, {"id": "Attributes", "title": "Attributes"}, {"id": "Example1", "title": "Example 1"}, {"id": "Result1", "title": "Result"}, {"id": "Example2", "title": "Example 2"}, {"id": "CSS", "title": "CSS:"}, {"id": "Result2", "title": "Result"}, {"id": "Specifications", "title": "Specifications"}, {"id": "See_also", "title": "Browser compatibility"}, {"id": "See_also", "title": "See also"}, {"id": "Quick_Links", "title": "HTML Elements A