HTML questions
The following list indicates, without restriction, the kinds of questions
that could be asked. On exams you will be given a choice of 5 potential
answers.
- What does HTML stand for ?
- Which of the following correctly creates a hyperlink ?
- Which of the following is correct HTML for displaying an image ?
- In HTML comments start with what characrers and end with what
characters ?
- HTML is intended to do what ?
- The <div> tag is used to do what ?
- Every HTML element has a parent element except which one ?
- If some text is preceded by <b><i> then it must be followed by
what ?
- In HTML ordered lists and unordered lists are specified using
(in order) what tags?
- Which of the following is the correct HTML to refer to an external
style sheet style.css ?
- The difference between the <div> and <span> HTML elements is
what ?
- Within an HTML file JavaScript appears inside which HTML element ?
- In HTML which attribute is used to identify an element uniquely ?
- In HTML, which of the following tags are related to <table> ?
- The customary file name of a home page in html is given by what ?
- Which of the following is the correct HTML syntax for referring to an external JavaScript script called foo.js" ?
- Which of the following would replace the contents of a web page with "All Gone" ?