w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



nav ... ⁄nav, display in browser

Browser display, nav element


Display type: block


Video demonstration nav element, view in browser

HTML5 nav, browser display, Tutorial

min video details
00:01 video tutorial: testing the browser display of the nav element
00:10 empty nav element (start tag, end tag, only) does not display in browser
00:14 the content, type text, of the nav element displays block in browser
00:23 its children, flow content (h1, a):
within the block display, the display of each child depends strictly on that child
e.g.
h1 displays block
a displays inline, in blue and underlined
00:42 we can see the block display of each non-empty nav element and how much space each element takes in page
nav intro nav parents - children nav syntax