Quiz 1 AWD week 5

Quiz 1 AWD week 5

2nd Grade

25 Qs

quiz-placeholder

Similar activities

Cierre 2° 2020

Cierre 2° 2020

2nd Grade

25 Qs

HTML5

HTML5

1st - 12th Grade

20 Qs

Revisão Tecnologia Internet

Revisão Tecnologia Internet

1st - 4th Grade

20 Qs

html_6 lesson

html_6 lesson

2nd Grade

21 Qs

HTML- TABLE

HTML- TABLE

1st - 3rd Grade

20 Qs

Principios de programación

Principios de programación

1st - 11th Grade

20 Qs

Páginas Web

Páginas Web

1st - 3rd Grade

28 Qs

Arduino Loop

Arduino Loop

2nd Grade - University

20 Qs

Quiz 1 AWD week 5

Quiz 1 AWD week 5

Assessment

Quiz

Computers

2nd Grade

Hard

Created by

Aigerim Aitim

Used 3+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Choose right variant. Create a hyperlink with in a document. Sample link: example.com.

<a hrf="http://example.com">example.com</a>

<a href="http://example.com">example.com</a>

<a src="http://example.com">example.com</a>

   All variants are correct

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the correct way to write address in an HTML document? Sample example: About us: 'www.w3resource.com/about.html'

<addr> Address: 21, Ramkrishna Road<br> Burdwan<br> West Bengal. </addr>

<add> Address: 21, Ramkrishna Road<br> Burdwan<br> West Bengal. </add>

<address> Address: 21, Ramkrishna Road<br> Burdwan<br> West Bengal. </address>

<addresses> Address: 21, Ramkrishna Road<br> Burdwan<br> West Bengal. </addresses>

3.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

How to author an abbreviation or an acronym? Sample example: 'URL' - Uniform Resource Locator.

<abbrev="Uniform Resource Locator">URL</abbrev>

  Abbreviation

<abbreviation title="Uniform Resource Locator">URL</abbreviation>

<abbr title="Uniform Resource Locator">URL</abbr>

4.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Create an HTML document which uses article element?

<section>  <h1>Tutorial of HTML5 article element</h1>  <p>HTML5 article element represents independent item like a blog entry in an web document.</p>  </section>

<article>  <h1>Tutorial of HTML5 article element</h1>  <p>HTML5 article element represents independent item like a blog entry in an web document.</p>  </article>

<art>  <h1>Tutorial of HTML5 article element</h1>  <p>HTML5 article element represents independent item like a blog entry in an web document.</p>  </art>

<sect>  <h1>Tutorial of HTML5 article element</h1>  <p>HTML5 article element represents independent item like a blog entry in an web document.</p>  </sect>

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

  Create an HTML document which uses aside element?

<aside> <h4>HTML5 tutorial</h4>  <p>I can develop excellent web applications with HTML5 and related APIs (like GeoLocation, Drag and Drop, WebSocket etc.)in HTML5 tutorial.</p> </aside>

  <aside> <h4>HTML5 tutorial</h4>  <p>I can develop excellent web applications with HTML5 and related APIs (like GeoLocation, Drag and Drop, WebSocket etc.)in HTML5 tutorial.</p> </asides>

<aside> <h4>HTML5 tutorial</h4>  <p>I can develop excellent web applications with HTML5 and related APIs (like GeoLocation, Drag and Drop, WebSocket etc.)in HTML5 tutorial.</p> </aside>

<asid> <h4>HTML5 tutorial</h4>  <p>I can develop excellent web applications with HTML5 and related APIs (like GeoLocation, Drag and Drop, WebSocket etc.)in HTML5 tutorial.</p> </aside>

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

How to isolate a part of the text that might be formatted in a different direction from other text outside it?

<ul> <li>User <bdi>Ayan</bdi>: 40 points</li> <li>User <bdi>Amanat</bdi>: 60 points</li> <li>User <bdi>Sayat</bdi>:80 points</li> </ul>

<ul> <li>User <di>Ayan</bdi>: 40 points</li>  <li>User <bdi>Amanat</di>: 60 points</li>  <li>User <bdi>Sayat</bdi>:80 points</li> </ul>

<ul> <li>User <di>Ayan</bdi>: 40 points</li>  <li>User <bdi>Amanat</bdi>: 60 points</li>  <li>User <bdi>Sayat</bdi>:80 points</li> </ul>

<ul> <li>User <bid>Ayan</bdi>: 40 points</li>  <li>User <bdi>Amanat</bid>: 60 points</li>  <li>User <bdi>Sayat</bdi>:80 points</li> </ul>

7.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

How to specify a text which is an extended quotation?

<quote>Freedom is not worth having if it does not connote freedom to err. </quote>

<block>Freedom is not worth having if it does not connote freedom to err.</block>

<blockquote>Freedom is not worth having if it does not connote freedom to err. </blockquote>

<bquote>Freedom is not worth having if it does not connote freedom to err.</bquote>

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?