WEB BROWSERS TECHNOLOGY
WHAT IS WEB TECHNOLOGY
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Semantic Elements
|
|
User Research
|
|
Front End
|
|
Elements
|
|
Firewall
|
Detailed explanation-1: -The <html> element is the root element and it defines the whole HTML document. It has a start tag <html> and an end tag </html> .
Detailed explanation-2: -The <meta> tag defines metadata about an HTML document. Metadata is data (information) about data. <meta> tags always go inside the <head> element, and are typically used to specify character set, page description, keywords, author of the document, and viewport settings.
Detailed explanation-3: -The <section> HTML element represents a generic standalone section of a document, which doesn’t have a more specific semantic element to represent it. Sections should always have a heading, with very few exceptions.