
- Javascript Basics Tutorial
- Javascript - Home
- Javascript - Overview
- Javascript - Syntax
- Javascript - Enabling
- Javascript - Placement
- Javascript - Variables
- Javascript - Operators
- Javascript - If...Else
- Javascript - Switch Case
- Javascript - While Loop
- Javascript - For Loop
- Javascript - For...in
- Javascript - Loop Control
- Javascript - Functions
- Javascript - Events
- Javascript - Cookies
- Javascript - Page Redirect
- Javascript - Dialog Boxes
- Javascript - Void Keyword
- Javascript - Page Printing
- JavaScript Objects
- Javascript - Objects
- Javascript - Number
- Javascript - Boolean
- Javascript - Strings
- Javascript - Arrays
- Javascript - Date
- Javascript - Math
- Javascript - RegExp
- Javascript - HTML DOM
- JavaScript Advanced
- Javascript - Error Handling
- Javascript - Validations
- Javascript - Animation
- Javascript - Multimedia
- Javascript - Debugging
- Javascript - Image Map
- Javascript - Browsers
- JavaScript Useful Resources
- Javascript - Questions And Answers
- Javascript - Quick Guide
- Javascript - Functions
- Javascript - Resources
What HTML5 tag should be used for filtering search results.
To filter search results, use the <header> element. The header should be in the section of the search results:
<section id = "results"> <h1>Search results</h1> <header id = "search-filters"> <!-- filters --> </header> <article> <!-- search result 1 --> </article> <article> <!-- search result 2 --> </article> <article> <!-- search result 3 --> </article> <article> <!-- search result 4 --> </article> </section>
- Related Articles
- HTML5 tag
- HTML5 tag on Android for PhoneGap application
- Which MySQL Datatype should be used for storing BloodType?
- How to create rss feeds for google search results
- Working with tag in HTML5
- How to Use Search Intent for Keyword Research that Gets Results?
- What should be used to implement MySQL LIKE statement in MongoDB?
- How should strace be used on Linux?
- Why big tag is not in HTML5 while small tag exists?
- How can Tensorflow be used to visualize training results using Python?
- How can Tensorflow be used to plot the results using Python?
- HTML5 tag not working in Android Webview
- Why to use canvas tag in HTML5?
- When Should You Use Remarketing Lists for Search Ads?
- What are the standard attributes that should be passed to a custom tag in a JSP page?

Advertisements