Technocamps: HTML Quiz
Sign in to Google to save your progress. Learn more
What does HTML stand for? *
1 point
What is HTML used for? *
1 point
Fill in the blanks: HTML describes the structure of Web pages using ______. Markup languages are designed for the processing, definition and ___________ of text. HTML ________ are the building blocks of HTML pages. HTML elements are represented by ______. HTML tags label pieces of content such as "heading", "paragraph", "table", and so on. ________ do not display the HTML tags, but use them to render the content of the page. *
1 point
The <head> tag is a container for all the head elements. The <head> tag can include a title for the document, styles, and meta information. Meta information such as: *
1 point
Commenting in HTML is done by surrounding the desired text with “<!--” and “-->”. Which statement is true: *
1 point
In HTML, links are defined with the <a> tag: the <a> Anchor is often associated with an attribute. For example, the _____ attribute is used to specify the destination of the link.  *
1 point
The <img> tag defines an image in an HTML page. The <img> tag has two required attributes: *
1 point
In HTML what tags are used for creating ordered and unordered lists: *
1 point
What attribute for ordered lists should I use for listing in uppercase alphabetical order: *
1 point
What is the main difference between 'style tag' and 'style attribute'? *
1 point
Submit
Clear form
This form was created inside of Technocamps.