Let me work through each question step by step using the word bank provided.
Word Bank: DHTML, tags, <>, CSS, <body bgcolor>, <br>, HTML, <b>
Question 1: _______ stands for hypertext markup language.
- Looking at the options, "HTML" is the abbreviation for Hypertext Markup Language.
- Answer: HTML
Question 2: The building blocks for an HTML document are contents and _______.
- HTML documents are made up of content (text, images, etc.) and tags that structure them.
- Answer: tags
Question 3: _______ stands for dynamic hypertext markup language.
- DHTML stands for Dynamic Hypertext Markup Language.
- Answer: DHTML
Question 4: Open tags and closed tags are represented _______ and </> respectively.
- Open tags use <> and closed tags use </>. The question asks what represents open tags.
- Answer: <>
Question 5: To change the background color of a web page _______ tag is used.
- The <body bgcolor> attribute/tag is used to set background color in HTML.
- Answer: <body bgcolor>
Question 6: _______ stands for cascading style sheets. It is a way to style HTML.
- CSS stands for Cascading Style Sheets.
- Answer: CSS
Question 7: _______ tag is used to provide break in a sentence.
- The <br> tag creates a line break.
- Answer: <br>
Question 8: _______ and <u> tags are used to bold and underline the content of a web page.
- The <b> tag makes text bold, and <u> underlines it.
- Answer: <b>
Final Answer:
1. HTML
2. tags
3. DHTML
4. <>
5. <body bgcolor>
6. CSS
7. <br>
8. <b>
Parent Tip: Review the logic above to help your child master the concept of html worksheet.