Podcast
Questions and Answers
What tag is used to color or mark up a part of a text or document?
What tag is used to color or mark up a part of a text or document?
- (correct)
Which tag defines a section in an HTML document and acts like the
tag?
Which tag defines a section in an HTML document and acts like the
- (correct)
What does the tag represent in HTML?
What does the tag represent in HTML?
- A page section with links to other web pages (correct)
- A tag for defining input fields
- A section for navigation menu items
- A tag for displaying images
In HTML, what does the # symbol specify when used before an ID name?
In HTML, what does the # symbol specify when used before an ID name?
Which attribute must have a unique value in an HTML document?
Which attribute must have a unique value in an HTML document?
What is the purpose of radio buttons in HTML forms?
What is the purpose of radio buttons in HTML forms?
What tag is used to group a set of related items in HTML?
What tag is used to group a set of related items in HTML?
Which attribute is used to specify the path of an image in the tag?
Which attribute is used to specify the path of an image in the tag?
What does the alt attribute in the tag determine?
What does the alt attribute in the tag determine?
Which symbol is used for declaring values when using the style attribute?
Which symbol is used for declaring values when using the style attribute?
Where should the folder name be specified if an image is in a sub-folder?
Where should the folder name be specified if an image is in a sub-folder?
When should an absolute URL be written in the src attribute of an image?
When should an absolute URL be written in the src attribute of an image?