<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
<p>
The p HTML element represents a paragraph. Paragraphs are usually represented in visual media as blocks of text separated from adjacent blocks by blank lines and/or first-line indentation, but HTML paragraphs can be any structural grouping of related content, such as images or form fields.
Followin paragraph. Aute sit adipisicing nisi aute eiusmod ut aliquip in. Quis ea in commodo ex qui. Non elit et nisi ad est quis sunt qui anim commodo reprehenderit adipisicing aute enim.
<address>
241-4710 Rue Saint-Ambroise<BlockquoteComponent>
(includes <blockquote>
+ <figcaption>
+ <cite>
)<DetailsComponent>
The details HTML element creates a disclosure widget in which information is visible only when the widget is toggled into an open state. A summary or label must be provided using the summary element.
<IComponent>
The i HTML element represents a range of text that is set off from the normal text for some reason, such as idiomatic text, technical terms, taxonomical designations, among others. Historically, these have been presented using italicized type, which is the original source of the i naming of this element.<PreComponent>
The pre HTML element represents preformatted text which is to be presented exactly as written in the HTML file. The text is typically rendered using a non-proportional, or monospaced, font. Whitespace inside this element is displayed as written.
<QComponent>
The q HTML element indicates that the enclosed text is a short inline quotation. Most modern browsers implement this by surrounding the text in quotation marks. This element is intended for short quotations that don't require paragraph breaks; for long quotations use the blockquote element.
<SComponent>
<SampComponent>
The samp HTML element is used to enclose inline text which represents sample (or quoted) output from a computer program. Its contents are typically rendered using the browser's default monospaced font (such as Courier or Lucida Console).<SmallComponent>
The small HTML element represents side-comments and small print, like right and legal text, independent of its styled presentation. By default, it renders text within it one font-size smaller, such as from small to x-small.<StrikeComponent>
<StrongComponent>
The strong HTML element indicates that its contents have strong importance, seriousness, or urgency. Browsers typically render the contents in bold type.<SubComponent>
The sub HTML element specifies inline text which should be displayed as subscript for solely typographical reasons. Subscripts are typically rendered with a lowered baseline using smaller text.<SummaryComponent>
<SupComponent>
The sup HTML element specifies inline text which is to be displayed as superscript for solely typographical reasons. Superscripts are usually rendered with a raised baseline using smaller text.<TtComponent>
The tt HTML element creates inline text which is presented using the user agent default monospace font face. This element was created for the purpose of rendering text as it would be displayed on a fixed-width display such as a teletype, text-only screen, or line printer.<UComponent>
The u HTML element represents a span of inline text which should be rendered in a way that indicates that it has a non-textual annotation. This is rendered by default as a simple solid underline, but may be altered using CSS.<VarComponent>
The var HTML element represents the name of a variable in a mathematical expression or a programming context. It's typically presented using an italicized version of the current typeface, although that behavior is browser-dependent.<IframeComponent>
<MenuComponent>
<NavComponent>
<ImgComponent>
The img HTML element embeds an image into the document.<NobrComponent>
<OlComponent>
<SectionComponent>
<SpanComponent>
The span HTML 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.<TitleComponent>
<hr>
The hr HTML element represents a thematic break between paragraph-level elements: for example, a change of scene in a story, or a shift of topic within a section.<LiComponent>
<MainComponent>
<PictureComponent>
<ScriptComponent>
<StyleComponent>
<UlComponent>
<Button>
<FieldsetComponent>
<FormComponent>
<LegendComponent>
<OptgroupComponent>
<OptionComponent>
<ProgressComponent>
<SelectComponent>
<TextareaComponent>
<TimeComponent>
<VideoComponent>
The video HTML element embeds a media player which supports video playback into the document. You can use video for audio content as well, but the audio element may provide a more appropriate user experience.<MapComponent>
<SvgComponent>
The svg element is a container that defines a new coordinate system and viewport. It is used as the outermost element of SVG documents, but it can also be used to embed an SVG fragment inside an SVG or HTML document.<TemplateComponent>
The template HTML element is a mechanism for holding HTML that is not to be rendered immediately when a page is loaded but may be instantiated subsequently during runtime using JavaScript.