Preview

09 - General Questions #1

 1. HTML stands for High Text Markup Language

  FALSE

  TRUE

 2. Which of the following tags is used to mark a begining of paragraph
1. <b>

2. <para>

3. <p>

4. <s>

  Option 3

  Option 4

  Option 2

  Option 1

 3. Which of the following tags is used to create the largest heading size?
1. <h2>

2. <h3>

3. <h1>

4. <h6>

  Option 4

  Option 3

  Option 2

  Option 1

 4. Markup tabs in HTML tell the web browser how to display the page.

  TRUE

  FALSE

 5. Web pages in HTML start with the following tag:
1. <Body>

2. </Html>

3. <Html>

4. </Body>

  Option 4

  Option 3

  Option 2

  Option 1

 6. What is the correct Html to left align the content inside a table cell?
1. <tdleft>

2. <td left = "left" align>

3. <td align = "left">

4. <enter left>

  Option 3

  Option 4

  Option 1

  Option 2

 7. Which of the following options allows you to open a link in a new tab/browser window?
1. < a href = "url" target = "new">

2. <a href = "url" target= "_blank">

3. <a href = "url".new>

4. <a href = "url" target ="open">

  Option 3

  Option 4

  Option 1

  Option 2

 8. Tag names for HTML elements may be written with any mix of lowercase and uppercase letters

  TRUE

  FALSE

 9. The latest HTML standard as of 2018 is HTML 4.0

  TRUE

  FALSE

 10. The Internet and the WWW are exactly the same thing

  FALSE

  TRUE