What is the purpose of HTML5, semantic markup?

What will be an ideal response?


Semantic tags, such as

,
, and
, convey the
meaning or purpose of the webpage content directly. These tags will enable
advanced functionality in the future by identifying specific content elements for
search engines and other types of applications.

Computer Science & Information Technology

You might also like to view...

What value is returned by function result?

``` int result(const int a[], int n) { int i, r; r = 0; for (i = 1; i < n; ++i) if (a[i] > a[r]) r = i; return (r); } ``` a. The subscript of the largest of the first n elements of array a. b. The value of the largest of the first n elements of array a. c. The subscript of the smallest of the first n elements of array a. d. The value of the smallest of the first n elements of array a. e. The subscript of the last element greater than its predecessor within the first n elements of array a.

Computer Science & Information Technology

_________ uses a direct connection and has speeds similar to Digital Subscriber Line (DSL) access, but it is more expensive than both DSL and cable and almost always has a data cap. A. Fixed wireless Internet access B. Conventional dial-up Internet access C. Satellite Internet access D. Mobile wireless Internet access

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Using a backdoor program, you can use your computer while you are away from the office.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

An overloaded extraction or insertion operator should return ___________

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology