0
Which of the following are block level elements?
please tell me the answer
3 Respuestas
+ 13
<address>Contact information.
<article> HTML5. Article content.
<aside> HTML5. Aside content.
<blockquote>Long ("block") quotation
.<canvas> HTML5. Drawing canvas.
<dd>Describes a term in a description list.
<div>Document division.
<dl>Description list.
<dt>Description list term.
<fieldset>Field set label.
<figcaption> HTML5. Figure caption.
<figure> HTML5. Groups media content with a caption.
<footer> HTML5. Section or page footer.
<form>Input form.
<h1>, <h2>, <h3>,<h4>, <h5>, <h6>Heading levels 1-6.
<header> HTML5. Section or page header.
<hgroup> HTML5. Groups header information.
<hr>Horizontal rule (dividing line)
.<li>List item.
<main>Contains the central content unique to this document.
<nav>Contains navigation links.
<noscript>Content to use if scripting is not supported or turned off.
<ol>Ordered list.
<output> HTML5. Form output.
<p>Paragraph.
<pre>Preformatted text.
<section> HTML5. Section of a web page.
<table>Table.
<tfoot>Table footer.
<ul>Unordered list.
<video> HTML5. Video player.
+ 9
p
h1, h2, h3, h4, h5, h6
ol, ul
pre
address
blockquote
dl
div
fieldset
form
hr
noscript
table
Those are block elements
+ 1
h1
div correct answer