Discuss the following Hypertext Markup Language (HTML) 5 structural elements.
?headernavmainfooter

What will be an ideal response?


 •Header Element. The header element structurally defines the header area of a webpage. The header element starts with a

tag and ends with a
tag. Content placed between these tags appears on the webpage as part of the header element. Web designers often place a business name or logo within the header element.?• Nav Element. The nav element structurally defines the navigation area of a webpage. The nav element starts with a tag. The nav element usually includes links to other pages within the website.?• Main Element. The main element structurally defines the main content area of a webpage. The main element starts with a
tag and ends with a
tag. Each page can have only one main element because its content should be unique to each page. At the time this book was written, all major browsers supported the main element, with the exception of Internet Explorer 11 and earlier versions. While Internet Explorer 11 will display content within the main element, it does not fully support the element. For example, Internet Explorer 11 might not correctly display formatting applied to the main element.?• Footer Element. The footer element structurally defines the bottom, or footer area, of a webpage. The footer element starts with a
tag and ends with a
tag. Common content found within a webpage footer includes copyright information, contact information, and page links.?

Computer Science & Information Technology

You might also like to view...

Algorithm __________ randomly orders a List's elements.

a. randomShuffle. b. randomPlacement. c. fiftyTwoCardPickup. d. shuffle.

Computer Science & Information Technology

Which of the following is not a JavaScript selection structure?

a) if/else b) for/in c) switch d) if

Computer Science & Information Technology

Define the following terms:

a) Action element. b) Gunning Fog Index. c) Screen reader. d) Session. e) Web Accessibility Initiative (WAI).

Computer Science & Information Technology

List three considerations when selecting a ControlLogix controller.

What will be an ideal response?

Computer Science & Information Technology