COMPUTER NETWORKS AND COMMUNICATIONS
INTERNET AND WEB TECHNOLOGIES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which word is not used in HTML structure?
|
footer
|
|
body
|
|
head
|
|
arm
|
Explanation:
Detailed explanation-1: -There are four required tags in HTML. These are html, title, head and body. The table below shows you the opening and closing tag, a description and an example.
Detailed explanation-2: -The declaration is not an HTML tag. It is an “information” to the browser about what document type to expect. In older documents (HTML 4 or XHTML), the declaration is more complicated because the declaration must refer to a DTD (Document Type Definition).
Detailed explanation-3: -HTML is semi structured. It contains tags and elements with definitive properties and hierarchies. However, the order and number of those tags varies from document to document.
There is 1 question to complete.