Which element defines additional details?

  1. semantic elements Code Example
  2. HTML details Tag
  3. List of HTML5 Tags/Elements


Download: Which element defines additional details?
Size: 22.48 MB

semantic elements Code Example

<article> Defines independent, self-contained content <aside> Defines content aside from the page content <details> Defines additional details that the user can view or hide <figcaption> Defines a caption for a <figure> element <figure> Specifies self-contained content, like illustrations, diagrams, photos, code listings, etc. <footer> Defines a footer for a document or section <header> Specifies a header for a document or section <main> Specifies the main content of a document <mark> Defines marked/highlighted text <nav> Defines navigation links <section> Defines a section in a document <summary> Defines a visible heading for a <details> element <time> Defines a date/time <div></div> <span></span> <hr> <!-- horizontal rule is a divider --> <br> <!-- break make a break line --> <sup></sup> <!-- superscript add a notation (upp) --> <sub></sub> <!-- subscript add a notation (down) --> &lt; <!-- &; is used to print special or reserved character &lt; = “<” and &gt; = “>” --> HTML has both non-semantic and semantic elements. "Semantic" in HTML terms just means more specific <div> and <span> are not semantic because they tell you nothing about their contents, however, elements such as <article>, <figure>, <footer>, et...

HTML details Tag

Epcot Center Epcot is a theme park at Walt Disney World Resort featuring exciting attractions, international pavilions, award-winning fireworks and seasonal special events. More "Try it Yourself" examples below. Definition and Usage The tag specifies additional details that the user can open and close on demand. The tag is often used to create an interactive widget that the user can open and close. By default, the widget is closed. When open, it expands, and displays the content within. Any sort of content can be put inside the tag. Tip: The to specify a visible heading for the details. Browser Support The numbers in the table specify the first browser version that fully supports the element. Element 12.0 79.0 49.0 6.0 15.0 Attributes Attribute Value Description open Specifies that the details should be visible (open) to the user Global Attributes The tag also supports the Event Attributes The tag also supports the details > summary Epcot Center Epcot is a theme park at Walt Disney World Resort featuring exciting attractions, international pavilions, award-winning fireworks and seasonal special events. Related Pages HTML DOM reference: Default CSS Settings Most browsers will display the element with the following default values:

List of HTML5 Tags/Elements

Tag Description Defines a hyperlink. Defines an abbreviated form of a longer word or phrase. instead. Specifies the author's contact information. instead. Defines a specific area within an image map. Defines an article. Defines some content loosely related to the page content. Embeds a sound, or an audio stream in an HTML document. Displays text in a bold style. Defines the base URL for all relative URLs in a document. Represents text that is isolated from its surrounding for the purposes of bidirectional text formatting. Overrides the current text direction. Represents a section that is quoted from another source. Defines the document's body. Produces a single line break. Creates a clickable button. Defines a region in the document, which can be used to draw graphics on the fly via scripting (usually JavaScript). Defines the caption or title of the table. Indicates a citation or reference to another source. Specifies text as computer code. Defines attribute values for one or more columns in a table. Specifies attributes for multiple columns in a table. Links a piece of content with a machine-readable translation. Represents a set of pre-defined options for an element. Specifies a description, or value for the term ( ) in a description list ( ). Represents text that has been deleted from the document. Represents a widget from which the user can obtain additional information or controls on-demand. Specifies a definition. Defines a dialog ...