
Computer Programming 1 (HTML)
Quiz by Marychie Manlutac
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
21 questions
Show answers
- Q1It is the most popular and most frequently used language for developing Web sitesJAVAHTMLVISUAL BASICC++30s
- Q2HTML stands for?Hypertext Markup LanguageHighest Markup LanguageHypertext Mega LanguageHyperlink Mega Language30s
- Q3It is the text that points to other pages and objects on the web.ProgrammingHypertextMarkupLanguage30s
- Q4This refers to the simple codes that provide details about HTML elementsHypertextMarkupProgrammingLanguage30s
- Q5This Language only refers to how HTML elements are put together in order to create a documentJava LanguageC++ LnagugeHTML LanguageVisual Basic Language30s
- Q6An HTML tag looks like this:<tag> text </tag><text>tag</text></tag>text<tag><text/>tag<text>30s
- Q7HTML 1.0 required that all text must have a beginning tag and a closing tagFALSETRUE30s
- Q8HTML uses common elements (also known as tags), including titles, paragraphs, tables and list.TRUEFALSE30s
- Q9HTML tags define a set of styles in creating a Web Page, including character styles such as bold face and italics.FALSETRUE30s
- Q10HTML tags are used to specify the formatting of texts and images to be displayed by the Web Browser.TRUEFALSE30s
- Q11The <html> tag is the second tag used in every HTML page.FALSETRUE30s
- Q12The <head> or the header tag usually serves as the placeholder for specific and non essential information about your HTML pageFALSETRUE30s
- Q13The page title and author are most often placed within the <head> and </head> tags.FALSETRUE30s
- Q14The contents of your HTML are enclose within your <title> and </title> tags.FALSETRUE30s
- Q15You need to use MS Word application, for you to be acquainted with HTML and enable you to write HTML codesTRUEFALSE30s