What is Semantic HTML?

What will be an ideal response?


Semantic HTML: Refers to content that is marked up with the HTML elements that best describe it and without regard for how the content should look.

Computer Science & Information Technology

You might also like to view...

Which of the following uses C++11's list initialization to initialize count to 0?

a. int count = 0; b. int count[0]; c. int count(0); d. int count{0};

Computer Science & Information Technology

List the commands to configure the IP address for the default interface VLAN 1. The IP address should be set to 10.10.20.1 with subnet mask 255.255.255.0.

What will be an ideal response?

Computer Science & Information Technology

The ____ function is used to create a constant.

A. create() B. define() C. describe()

Computer Science & Information Technology

The function remove is used to remove the elements from a sequence by using some criteria.

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

Computer Science & Information Technology