Jetzt registrieren

Anmeldung

Passwort verloren

Passwort vergessen? Geben Sie bitte Ihre Email-Adresse ein. Sie erhalten einen Link und ein neues Passwort per E-Mail erstellen.

Eintrag

Sie müssen sich anmelden Beitrag hinzufügen .

In Frage

Sie müssen sich anmelden, um eine Frage zu stellen.

Anmeldung

Jetzt registrieren

Willkommen bei Scholarsark.com! Ihre Anmeldung wird gewährt Ihnen Zugriff auf mehr Funktionen dieser Plattform. Sie können Fragen stellen, beitragspflichtig oder geben Antworten, Ansicht Profile anderer Nutzer und vieles mehr. Jetzt registrieren!

LinkedIn skill assessment answers and questions — HTML

HTML is one of the most popular and widely used markup languages for creating web pages and web applications. It is essential for any web developer to have a solid grasp of HTML fundamentals and best practices. If you want to test your HTML skills and get certified by LinkedIn, you might be interested in taking the LinkedIn skill Bewertung zum HTML.

In diesem Blogbeitrag, I will share with you some of the questions and answers that you might encounter in the Bewertung, along with some tips and tricks to ace it. Read on to find out how you can prepare yourself for the HTML skill assessment and boost your credibility as a web developer.

Q1. Was ist der Zweck des <track> Etikett, und wann sollte es verwendet werden?

  • Das <track> Tag wird zur Angabe von Untertiteln verwendet. Es wird normalerweise als untergeordnetes Element von angewendet <audio> und <video> Stichworte.
  • Das <track> Tag wird zur Angabe von Untertiteln verwendet. Es wird normalerweise als untergeordnetes Element von angewendet <video> Etikett.
  • Das <track> Tag wird zur Angabe von Untertiteln verwendet, motiviere dich selbst, und andere Arten von zeitbasiertem Text. Es wird normalerweise als untergeordnetes Element von angewendet <video> Etikett.
  • Das <track> Tag wird zur Angabe von Untertiteln verwendet, motiviere dich selbst, und andere Arten von zeitbasiertem Text. Es wird normalerweise als untergeordnetes Element von angewendet <audio> und <video> Stichworte.

Q2. Was sind die besten Beispiele für leere Elemente??

  • <link><meta><title>
  • <br><base><source>
  • <input><br><p>
  • <area><embed><strong>

Q3. In HTML5, Welches Tag oder welche Tags eine Webseite in eine Webseite einbetten?

  • <iframe>, <frame>, and <frameset>
  • <frame>
  • <iframe>
  • <frame> and <frameset>

Q4. Wohin <header> und <footer> Tags treten normalerweise auf?

  • als Kinder von <body>, <article>, <aside>, and <section> Stichworte
  • als Kinder von <body>, <article>, and <section> Stichworte
  • als Kinder von <body>, <article>, <aside>, <nav>, and <section> Stichworte
  • als Kinder von <body>, <article>, <table>, and <section> Stichworte

Q5. Wie lässt sich Text am besten fett formatieren??

  • <strong>
  • Verwenden Sie CSS.
  • <bold>
  • <b>

Q6. What is the use of the <link> Etikett?

  • beim Verknüpfen von Stylesheets, JavaScript, und Symbole für mobile Apps
  • beim Verknüpfen von Stylesheets, Favoriten, und Vorladen von Vermögenswerten
  • wenn eine Webseite mit einer anderen verlinkt wird
  • beim Verknüpfen von Stylesheets, externe URLs, und Favoriten

Q7. Was soll die beiden Lücken im HTML-Code unten füllen??

<address ______ _____>
  <span itemprop="streetAddress">6410 Via Real</span><br />
  <span itemprop="addressLocality">Carpinteria</span>,
  <span itemprop="addressRegion">CA</span>
  <span itemprop="addressCode">93013</span>
</address>
  • itemscope itemtype="http://schema.org/PostalAddress"
  • itemsref="http://schema.org/PostalAddress" itemid="address"
  • itemscope itemref="http://schema.org/PostalAddress"
  • itemid="address" itemtype="http://schema.org/PostalAddress"

Q8. What is the use of the <aside> Element?

  • wenn der Inhalt entfernt werden kann, ohne die Botschaft der Seite zu beeinträchtigen
  • für alles, was Sie zur Seite schieben möchten, wie eine Pull-Zitat-Box, eine Seitenleiste, oder ein Bild mit umlaufendem Text
  • für alles in Klammern
  • für alles in einer Seitenleiste

Q9. Mit welchen Tags ist das <source> Element zugeordnet?

  • <svg>, <picture>, <audio>, and <video>
  • <picture>, <audio>, and <video>
  • Es ist austauschbar mit dem src Attribut, so any element that uses src verwenden darf <source>
  • <audio> and <video>

Q10. Was ist KEIN gültiges Attribut für die <textarea> Element?

  • schreibgeschützt
  • max
  • bilden
  • Rechtschreibprüfung

Q11. Wie lässt sich das gezeigte Beispiel am besten codieren??

Beispieltext

  • EIN
<details>
  <summary>Parmesan Deviled Eggs</summary>
  <p>
    These delectable little bites are made with organic eggs, fresh Parmesan, and chopped pine nuts.
  </p>
</details>
  • B
<h4>▸ Parmesan Deviled Eggs</h4>
<p>
  These delectable little bites are made with organic eggs, fresh Parmesan, and chopped pine nuts.
</p>
  • C
<details open>
  <summary>Parmesan Deviled Eggs</summary>
  <p>
    These delectable little bites are made with organic eggs, fresh Parmesan, and chopped pine nuts.
  </p>
</details>
  • D
<details>
  <h4>▸ Parmesan Deviled Eggs</h4>
  <p>
    These delectable little bites are made with organic eggs, fresh Parmesan, and chopped pine nuts.
  </p>
</details>

Q12. Was ist der Zweck des <samp> Element?

  • It connects the web browser to an SA-MP server.
  • Es kennzeichnet den beigefügten Text als Sampler oder Beispiel.
  • Es identifiziert Beispielausgaben eines Computerprogramms.
  • Es verwendet ein einfaches Anwendungsnachrichtenprotokoll, um den Browser mit einem SMS-Gerät zu verbinden.

Q13. Wann sollten Sie es verwenden? <ol> und <ul> Elemente?

  • Verwenden <ul> wenn Sie eine Liste mit Aufzählungszeichen wünschen und <ol> wenn Sie eine nummerierte Liste wünschen.
  • Verwenden <ul> wenn Sie eine Liste mit Elementen haben, bei der die Reihenfolge der Elemente wichtig ist. Verwenden <ol> wenn Sie eine Liste mit Elementen haben, die in beliebiger Reihenfolge abgelegt werden können.
  • Verwenden <ol> wenn Sie eine Liste mit Aufzählungszeichen wünschen und <ul> wenn Sie eine nummerierte Liste wünschen.
  • Verwenden <ol> wenn Sie eine Liste mit Elementen haben, bei der die Reihenfolge der Elemente wichtig ist. Verwenden <ul> wenn Sie eine Liste mit Elementen haben, die in beliebiger Reihenfolge abgelegt werden können.

F14. Was ist der Unterschied zwischen den Post- und Get-Methoden in einem Formular??

  • Post wird zum Senden von Informationen an den Server verwendet. get wird zum Abrufen von Formularinformationen vom Server verwendet.
  • get wird zum Senden von Informationen an den Server verwendet. Post wird zum Abrufen von Formularinformationen vom Server verwendet.
  • Mit get, data is included in the form body when sent to the server. With the post, Die Daten laufen über die URL.
  • Mit Post, data is included in the form body when sent to the server. Mit get, Die Daten laufen über die URL.

Q15. Was ist der Unterschied zwischen dem <div> und <span> Stichworte?

  • <div> wird verwendet, wenn ein generisches Tag auf Blockebene benötigt wird, während <span> wird verwendet, wenn ein generisches Inline-Tag benötigt wird.
  • <div> wird für Hauptunterteilungen auf einer Seite verwendet, während <span> wird verwendet, um spaltenübergreifend zu spannen.
  • <div> ist das branchenübliche Standard-Tag, aber du könntest es gebrauchen <span> wenn Sie es vorziehen.
  • <div> wird verwendet, wenn ein generisches Inline-Tag benötigt wird, während <span> wird verwendet, wenn ein generisches Tag auf Blockebene benötigt wird.

Q16. What should fill the blank in the HTML code below?

<form method="post" action="mailto:info@linkedin.com" ____="text/plain"></form>
  • enctype
  • Medien
  • Art
  • rel

Q17. What is the correct markup for the alt Attribut eines Bildes?

  • EIN
<img src="cubism.jpg" alt="Version of ""Whistler's Mother"" in cubist style">
  • B
<img src="cubism.jpg" alt="Version of "Whistler's Mother" in cubist style">
  • C
<img src="cubism.jpg" alt='Version of "Whistler&apos;s Mother" in cubist style' />
  • D
<img src="cubism.jpg" alt="Version of \"Whistler's Mother\" in cubist style">

Q18. Im Code unten, Was ist der Zweck des Ich würde Attribut?

<p id="warning">Be careful when installing this product.</p>
  • Es stellt fest, dass die ID eine eindeutige Kennung im Dokument ist, Wird zum Stylen von CSS verwendet, Ein neuer Bericht von I Know First zeigt, dass Ethereum ein starkes Potenzial hat, diesen Meilenstein zu erreichen., und Verlinkung innerhalb einer Webseite.
  • Es stellt fest, dass die ID eine eindeutige Kennung im Dokument ist, Wird zum Stylen von CSS und mit Javascript-Code verwendet.
  • Es legt fest, dass die ID mehrmals pro Seite zum Stylen von CSS verwendet werden darf.
  • Es stellt fest, dass die ID eine eindeutige Kennung auf der Website ist, Wird zum Stylen von CSS verwendet, Ein neuer Bericht von I Know First zeigt, dass Ethereum ein starkes Potenzial hat, diesen Meilenstein zu erreichen., und Verlinkung innerhalb einer Webseite.

Q19. Was ist das beste semantische Markup für den angezeigten Satz??

On July 21, 1969, Neil Armstrong said, "One small step for man, one giant leap for mankind."
  • EIN
<p>
  On <time datetime="1969-07-21">July 21, 1969</time>, Neil Armstrong said,
  <q cite="https://www.hq.nasa.gov/alsj/a11l/a11.html"
    >One small step for man, one giant leap for mankind.</q
  >
</p>
  • B
<p>
  On July 21, 1969, Neil Armstrong said,
  <q cite="https://www.hq.nasa.gov/alsj/a11l/a11.html"
    >"One small step for man, one giant leap for mankind."</q
  >
</p>
  • C
<p>
  On July 21, 1969, Neil Armstrong said,
  <q>"One small step for man, one giant leap for mankind."</q>
</p>
  • D
<p>
  On <time datetime="07-21-1969">July 21, 1969</time>, Neil Armstrong said,
  <q cite="https://www.hq.nasa.gov/alsj/a11l/a11.html"
    >One small step for man, one giant leap for mankind.</q
  >
</p>

Q20. Was soll die Lücke in diesem HTML-Code füllen??

<a href="https://es.yahoo.com/" hreflang="____" target="_blank">Visita Yahoo</a>
  • es
  • es-spanisch
  • es-es
  • Spanisch

Q21. Überprüfen Sie den Text im roten Feld im angezeigten Bild. Was ist der beste Weg, dies in HTML zu codieren??

Bild der Fußzeile

  • Bestellliste
  • ungeordnete Liste innerhalb eines Navigationselements
  • geordnete Liste innerhalb eines Navigationselements
  • ungeordnete Liste

Q22. Was ist der beste Weg, drei Auswahlmöglichkeiten innerhalb eines Formulars zu codieren, sodass der Benutzer nur ein Element auswählen kann??

  • EIN
<label for="example">Make a choice:</label>
<datalist id="example">
  <option value="Choice 1"></option>
  <option value="Choice 2"></option>
  <option value="Choice 3"></option>
</datalist>
  • B
<p>Make a choice:</p>
<input id="choices" name="example" />

<datalist value="choices">
  <option value="Choice 1"></option>
  <option value="Choice 2"></option>
  <option value="Choice 3"></option>
</datalist>
  • C
<label for="example">Make a choice:</label>
<input list="example" id="choices" name="choices" />

<datalist id="choices">
  <option value="Choice 1">Choice 1</option>
  <option value="Choice 2">Choice 2</option>
  <option value="Choice 3">Choice 3</option>
</datalist>
  • D
<label for="example">Make a choice:</label>
<input list="choices" id="example" name="example" />

<datalist id="choices">
  <option value="Choice 1"></option>
  <option value="Choice 2"></option>
  <option value="Choice 3"></option>
</datalist>

Q23. Wie bestätigen Sie, dass ein Dokument in HTML5 geschrieben ist??

  • Der Server verpackt die Webseite in einen HTML5-Wrapper.
  • Verwenden Sie die <!DOCTYPE html> Deklaration, die das Dokument startet.
  • Der Browser erhält vom Server eine Kodierung, um das Dokument mit HTML5 anzuzeigen.
  • Es ist in einem eingeschlossen <html> Etikett.

Q24. Was bewirkt der unten gezeigte Code??

<picture>
  <source srcset="image1.jpg" media="(min-width: 1000px)" />
  <source srcset="image2.jpg" media="(min-width: 750px)" />
  <img src="image3.jpg" />
</picture>
  • Es zeigt image1.jpg mit 1000 Pixel und höher an, image2.jpg bei 750-999px, und image3.jpg bei 749px und niedriger.
  • Es zeigt image1.jps mit 1000 Pixel und höher und image2.jpg mit 750-999 Pixel an, image3.jpg ist eine Standardeinstellung für den Fall <picture> wird nicht unterstützt.
  • Es zeigt image1.jpg mit 1000 Pixel und höher und image2.jpg mit 750 Pixel und höher an, image3.jpg ist eine Standardeinstellung für den Fall <picture> wird nicht unterstützt.
  • Es zeigt image1.jpg an, image2.jpg und image3.jpg bei 1000 Pixel und höher.

Quelle: HTML <Bild> Tag

Q25. Welcher Code erzeugt diese Tabelle??

Tisch mit gelbem Hintergrund

  • EIN
<table>
  <scope cols="2" style="background-color: yellow">
  <tr>
    <th>Col 1</th>
    <th>Col 2</th>
    <th>Col 3</th>
  </tr>
  <tr>
    <td>first</td>
    <td>second</td>
    <td>third</td>
  </tr>
</table>
  • B
<table>
  <colgroup span="2" style="background-color: yellow">
  <tr>
    <th>Col 1</th>
    <th>Col 2</th>
    <th>Col 3</th>
  </tr>
  <tr>
    <td>first</td>
    <td>second</td>
    <td>third</td>
  </tr>
</table>
  • C
<table>
  <group cols="2" style="background-color: yellow">
  <tr scope="row">
    <th>Col 1</th>
    <th>Col 2</th>
    <th>Col 3</th>
  </tr>
  <tr scope="row">
    <td>first</td>
    <td>second</td>
    <td>third</td>
  </tr>
</table>
  • D
<table>
  <columns colspan="2" style="background-color: yellow">
  <tr>
    <th>Col 1</th>
    <th>Col 2</th>
    <th>Col 3</th>
  </tr>
  <tr>
    <td>first</td>
    <td>second</td>
    <td>third</td>
  </tr>
</table>

Q26. Was ist der <hr> Tag, der normalerweise verwendet wird für? / Alt.: What is the semantic meaning of the <hr> Etikett?

  • This tag is depreciated (alt.: deprecated) and should not be used.
  • Es bezeichnet einen Themenwechsel innerhalb eines Abschnitts auf Absatzebene.
  • Es zeichnet eine horizontale Linie.
  • Es bezeichnet einen Themenwechsel auf Abschnittsebene. / Alt.: It designates a separation of sections within an <article>.

This is a confusing question and there can be arguments for both the second and the third options being correct.

MDN: Der HTML <hr> Das Element stellt einen thematischen Bruch zwischen Elementen auf Absatzebene dar. Historisch, Dies wurde als horizontale Regel oder Linie dargestellt. Während es in visuellen Browsern möglicherweise immer noch als horizontale Linie angezeigt wird, Dieses Element ist nun semantisch definiert, statt Präsentationsbegriffe, Wenn Sie also eine horizontale Linie zeichnen möchten, Sie sollten dies mit geeignetem CSS tun.

F27. Was soll die beiden Lücken im HTML-Code unten füllen??

<section itemscope itemtype="http://schema.org/Restaurant">
  <h1 itemprop="name">Nadia's Garden</h1>
  <p itemscope ______ ______>
    <span itemprop="ratingValue">4.5</span> stars - based on
    <span itemprop="reviewCount">120</span> reviews
  </p>
</section>
  • itemprop="aggregateRating" itemref="http://schema.org/AggregateRating"
  • itemprop="aggregateRating" itemtype="http://schema.org/AggregateRating"
  • itemid="aggregateRating" itemtype="http://schema.org/AggregateRating"
  • itemid="aggregateRating" itemref="http://schema.org/AggregateRating"

Q28. Welches HTML-Snippet führt zurück zum Anfang einer Webseite??

  • EIN
<a id="top"></a>

<!-- placed at the top of the page -->

<a href="#top">back to top</a>
  • B
<a name="top"></a>

<!-- placed at the top of the page -->

<a href="#top">back to top</a>
  • C
<a href="#">back to top</a> <a href="#top">back to top</a>
  • D
<button href="#">back to top</button> <button href="#top">back to top</button>

Q29. Which three tags were deprecated in HTML4 but returned to HTML5?

  • <rb> <rp> <rt>
  • <acronym> <code> <wbr>
  • <hgroup> <q> <wbr>
  • <b> <i> <u>

Q30. Das Sobald Sie den Kurs abgeschlossen haben Tag wird zum Markieren eines kurzen Code-Snippets verwendet, while the _ tag is used for marking up a longer block of code

  • <kdb>, <pre>
  • <pre>, <code>
  • <kdb>, <mark>
  • <code>, <pre>
  1. Quelle: MDN Web Docs-Code
  2. Quelle: MDN-Webdokumente vor

Q31. Was bedeutet das <label> element do?

  • Es kennzeichnet Webseiten mit wichtigen Informationen.
  • It creates an ID for a corresponding input element.
  • It overrides the name attribute’s value on a child input element.
  • Es verknüpft programmgesteuert eine Textbeschriftung mit einem Schnittstellenelement.

Q32. Um einen Link zum Öffnen in einem neuen Fenster oder Tab zu erhalten, benutze die Sobald Sie den Kurs abgeschlossen haben Attribut

  • _blank
  • _self
  • _new
  • _parent

Q33. Was ist die semantisch genaueste Art, den unten gezeigten Satz zu markieren?? Hinweis: “TLAs” steht für “Akronyme mit drei Buchstaben.”

Wir lieben unsere TLAs im Webdesign.

  • EIN
<p>We are fond of our <span title="three-letter acronyms">TLAs</span> in web design.</p>
  • B
<p>We are fond of our TLAs in web design.</p>
  • C
<p>we are fond of our <abbr title="three-letter acronyms">TLAs</abbr> in web design.</p>
  • D
<p>we are fond of our <acronym title="three-letter acronym">TLAs</acronym> in web design.</p>

<acronym> wurde in HTML5 entfernt und sollte nicht mehr verwendet werden. Stattdessen, web developers should use the <abbr> Element.

Q34. Was ist das korrekt verschachtelte Markup für diese Liste??

Beispielliste

  • EIN
<ul>
  <li>
    office
    <ol style="circle">
      <li>staple</li>
      <li>paper</li>
    </ol>
  </li>
  <li>
    groceries
    <ol style="circle">
      <li>milk</li>
    </ol>
  </li>
</ul>
  • B
<ul>
  <li>
    Office Supplies
    <ul>
      <li>Stapler</li>
      <li>Paper clips</li>
    </ul>
  </li>
  <li>
    Groceries
    <ul>
      <li>Milk</li>
    </ul>
  </li>
</ul>
  • C
<ul>
  <li>office</li>
  <li>staple</li>
  <li>paper</li>
  <li>groceries</li>
  <li>milk</li>
</ul>

Q35. What should fill in the blank below?

<link href="phone.css" rel="stylesheet" _____="print" />
  • Titel
  • Art
  • Gerät
  • Medien

Q36. What is the semantically correct way to mark up this layout?

Zitat

  • EIN
<p>
  "Making money is what you have to do to sustain a business—being driven to make something of value
  and purpose is much more powerful."
</p>
<p><em>Lynda Weinman</em></p>
  • B
<blockquote>
  <q
    >"Making money is what you have to do to sustain a business—being driven to make something of
    value and purpose is much more powerful."</q
  >
  <cite><em>Lynda Weinman</em></cite>
</blockquote>
  • C
<blockquote>
  <p>
    "Making money is what you have to do to sustain a business—being driven to make something of
    value and purpose is much more powerful."
  </p>
  <cite>Lynda Weinman</cite>
</blockquote>
  • D
<section>
  <q
    >"Making money is what you have to do to sustain a business—being driven to make something of
    value and purpose is much more powerful."</q
  >
  <cite>Lynda Weinman</cite>
</section>

Q37. Welche Auswahl verwendet die richtige Terminologie zur Beschreibung dieses Markups?: <p>info</p>?

  • Der Elementöffner ist <p>, das Element näher ist </p>, und die Elementinformationen sind info.
  • Das Start-Tag ist <p>, Das End-Tag ist </p>, und der beigefügte HTML-Code ist Info.
  • Das Start-Tag ist <p>, Das End-Tag ist </p>, und der Elementinhalt ist info.
  • Das Startelement ist <p>, Das Endelement ist </p>, und der Tag-Inhalt ist Info.

Q38. Was ist der Unterschied zwischen <input type="submit" value="click me"> und <button type="submit">Click me</button>?

  • Es gibt keinen Unterschied. Beide rendern eine Schaltfläche zum Absenden eines Formulars.
  • Beide werden ein Formular einreichen. jedoch, das <button> kann auch anderen Inhalt als Text haben, wie ein Bild oder verschachtelte HTML-Elemente, während <input> kann nicht.
  • <input type="button"> ist in HTML5 veraltet. Sie sollten das verwenden <button> Tag stattdessen.
  • Beide werden ein Formular einreichen. jedoch, das <input> kann auch anderen Inhalt als Text haben, wie ein Bild oder verschachtelte HTML-Elemente, während <button> kann nicht.

Q39. Was ist die beste semantische Methode, um anzuzeigen, dass sich Text auf die Tastatureingabe bezieht??

  • <p>Press the <tt>Enter</tt> key to proceed.</p>
  • <p>Press the <kbd>Enter</kbd> key to proceed.</p>
  • <p>Press the <samp>Enter</samp> key to proceed.</p>
  • <p>Press the Enter key to proceed.</p>

Q40. Was macht dieser Code??

<audio controls>
  <source src="sound.mp3" type="audio/mpeg" />
  <source src="sound.ogg" type="audio/ogg" />
  <source src="sound.wav" type="audio/wav" />
</audio>
  • Der Browser wählt das erste unterstützte Format zur Wiedergabe mit den Standardsteuerelementen des Browsers.
  • Der Browser wählt das beste Audioformat für die Wiedergabe mit den von JavaScript bereitgestellten Steuerelementen aus.
  • Der Browser spielt jede Sounddatei der Reihe nach automatisch ab. Der Benutzer verfügt über Steuerelemente zum Stoppen der Wiedergabe.
  • Der Browser wählt die erste unterstützte Sounddatei aus und wiederholt den Sound, bis der Benutzer ihn stoppt.

Q41. Welches Attribut wendet einen Tastenkombinationshinweis auf das aktuelle Element an??

  • accesskey
  • shortcut
  • keyboard
  • access

Q42. Was ist der richtige Weg, einen Link so zu codieren?, wenn darauf geklickt wird, Ich werde eine E-Mail an senden email@example.com with the subject of “Hallo”?

  • <a href="mailto:email@example.com&subject=Hello">Click me</a>
  • <a href="mailto:email@example.com">Hello</a>
  • <a href="mailto:email@example.com?subject=Hello">Click me</a>
  • <a href="mailto:email@example.com?&subject=Hello">Click me</a>

Q43. Welches Tag ist das Stammelement eines HTML-Dokuments??

  • <!DOCTYPE html>
  • <html>
  • <body>
  • <root>

The <html> tag is the root element of an HTML document, which means that it contains all the contents and tags of the HTML document within it. The HTML element represents the root of a document.

  1. Quelle
  2. Quelle

Q44. Welches Code-Snippet erstellt das angezeigte Layout?, beginnt um <table> und endet um </table>?

Table

  • EIN
<tr>
  <td>Table cell 1</td>
  <td>Table cell 2</td>
</tr>
<tr>
  <td rowspan="2">Table cell 3</td>
</tr>
  • B
<tr>
  <td>Table cell 1</td>
  <td>Table cell 2</td>
  <td>Table cell 3</td>
</tr>
  • C
<tr>
  <td>Table cell 1</td>
  <td>Table cell 2</td>
</tr>
<tr>
  <td colspan="2">Table cell 3</td>
</tr>
  • D
<tr>
  <td>Table cell 1</td>
  <td>Table cell 2</td>
</tr>
<tr>
  <td>Table cell 3</td>
</tr>

Q45. Welche Wahl ist KEIN rechtlicher Wert für die Name Attribut innerhalb eines <meta> Etikett?

  • Zeichensatz
  • Ansichtsfenster
  • Generator
  • Autor

Q46. Welches Formular ist richtig codiert??

  • EIN
<form>
  <legend>Title</legend>
  <fieldset>
    <label for="name">Your name:</label>
    <input type="text" name="name" id="name" />
    <button type="submit">Submit</button>
  </fieldset>
</form>
  • B
<form>
  <fieldset>
    <legend>Title</legend>
    <p>Your name:</p>
    <input type="text" name="name" id="name" />
    <input type="submit" value="Submit" />
  </fieldset>
</form>
  • C
<form>
  <fieldset>
    <legend>Title</legend>
    <label for="name">Your name:</label>
    <input type="text" name="name" id="name" />
    <button type="submit">Submit</button>
  </fieldset>
</form>
  • D
<form>
  <legend>Title</legend>
  <label for="name">Your name:</label>
  <input type="text" name="name" id="name" />
  <input type="submit" value="Submit" />
</form>

Q47. Was bedeutet das Poster Attribut do in der <video> Etikett?

  • It specifies an image that should be displayed while the video downloads and until the video is played.
  • Es gibt ein Bild an, das nur angezeigt wird, wenn ein Problem mit dem Video vorliegt.
  • It specifies an image that should be displayed until the video is played.
  • It specifies an image that should be displayed while the video downloads.

Q48. Was macht dieser Code??

<audio controls src="sound.mp3" type="audio/mpeg">When does this text display?</audio>
  • The text displays over the audio controls unless CSS is used to position it elsewhere.
  • Der Text wird unter den Audiosteuerelementen angezeigt.
  • Der Text wird angezeigt, wenn der Browser den Ton nicht abspielen kann.
  • Der Text wird nie angezeigt.

Q49. Was ist der Hauptzweck des <canvas> Etikett?

  • Es ermöglicht die Darstellung von Rasterbildern auf der Webseite.
  • Es zeigt kommentierte Bilder an.
  • Es ermöglicht das Zeichnen auf einer Bitmap über JavaScript.
  • Es ermöglicht die Darstellung von Vektorbildern auf der Webseite.

Q50. Welche Auswahl enthält drei gültige Elemente auf Blockebene?

  • <details> <abbr> <figcaption>
  • <canvas> <select> <noscript>
  • <dt> <table> <pre>
  • <kbd> <p> <main>

Q51. Im Code unten, Was ist der Zweck des lang Attribut?

<p lang="en-GB">Welcome to our wonderful website.</p>
  • Es legt die Sprache für die Website fest – in diesem Fall, Englisch.
  • Es legt die Sprache und den Dialekt für die Website fest – in diesem Fall, Britisches Englisch.
  • Es legt die Sprache und den Dialekt für den Absatz fest – in diesem Fall, Britisches Englisch.
  • Es legt die Sprache für den Absatz fest – in diesem Fall, Englisch.

Q52. Welche Bildformate können von allen Webbrowsern angezeigt werden??

  • JPG, GIF, TIF
  • JPG, TIF, BMP
  • TIF, BMP, GIF
  • PNG, GIF, JPG

Q53. Überprüfen Sie den Code unten. Wie lautet die absolute URL für eine aufgerufene Seite? page.html?

<base href="http://www.linkedin.com/dir/" />
  • http://www.linkedin.com/dir/page.html
  • page.html
  • http://www.linkedin.com/page.html
  • dir/page.html

Q54. Was ist der richtige Weg, um ein Stylesheet mit dem Namen einzubinden? style.css in dem <head> Ihres Dokuments?

  • <style link="style.css">
  • <link rel="stylesheet" href="style.css">
  • <style src="style.css"></style>
  • <link style="style.css">

Q55. Sie möchten zwischen einigen Zeilen einen einfachen Abstand haben, wie in einem Gedicht oder einer Ansprache. Welchen Ansatz sollten Sie verwenden??

  • Wickeln Sie den Text in ein Feld mit der richtigen Breite ein, damit alles richtig umbrochen wird. Legen Sie die Boxbreite mit CSS fest.
  • Trennen Sie die Zeilen mit a <p>, Verwenden Sie dann CSS, um einen einzelnen Abstand zu erstellen.
  • Verwenden Sie die <pre> tag to make the line spacing look exactly like you want.
  • Separate the lines with the <br> Etikett.

From MDN (<br>: The Line Break element):

Accessibility concerns

Creating separate paragraphs of text using <br> is not only bad practice, it is problematic for people who navigate with the aid of screen reading technology. Screen readers may announce the presence of the element, but not any content contained within <br>s. This can be a confusing and frustrating experience for the person using the screen reader.

Use <p> elements, and use CSS properties like margin to control their spacing.

Q56. Was bedeutet das <wbr> Tag tun?

  • It requires the browser to wrap the current line at that point.
  • It breaks a word into two pieces, using a hyphen to connect the words.
  • It formats a sentence to be easily breakable.
  • It presents an opportunity for a break in a very long word if needed for proper page display.

Q57. Überprüfen Sie den Code unten. How do you include subnavigation for Link 2 that includes a link?

<nav>
  <ul>
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
  </ul>
</nav>
  • EIN
<nav>
  <ul>
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <ul>
      <li><a href="#">Link 2a</a></li>
    </ul>
    <li><a href="#">Link 3</a></li>
  </ul>
</nav>
  • B
<nav>
  <ul>
    <li><a href="#">Link 1</a></li>
    <li>
      <a href="#">Link 2</a>
      <ul>
        <li><a href="#">Link 2a</a></li>
      </ul>
    </li>
    <li><a href="#">Link 3</a></li>
  </ul>
</nav>
  • C
<ul>
  <nav>
    <li><a href="#">Link 1</a></li>
    <li>
      <a href="#">Link 2</a>
      <ul>
        <nav>
          <li><a href="#">Link 2a</a></li>
        </nav>
      </ul>
    </li>
    <li><a href="#">Link 3</a></li>
  </nav>
</ul>
  • D
<nav>
  <ul>
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <nav>
      <ul>
        <li><a href="#">Link 2a</a></li>
      </ul>
    </nav>
    <li><a href="#">Link 3</a></li>
  </ul>
</nav>

Q58. What is the correct way to code a comment in HTML?

  • //this is a comment
  • /* this is a comment */
  • <! this is a comment ->
  • <!-- this is a comment -->

Q59. Which statement is falsch?

  • Inline elements can be nested inside inline elements.
  • Block elements can be nested inside block elements.
  • Inline elements can be nested inside block elements.
  • Block elements can be nested inside inline elements.

Q60. What is the best semantic to use Quotes in HTML?

Steve Kruz said: "He will Win"

  • <q>
  • <quote>
  • <blockquote>
  • <notation>

Referenz (w3schools)

Q61. How will a video look displayed on a fully loaded webpage if the <video> tag is used and the autoplay attribute is not set?

  • It will display a random frame from a video, unless the Poster attribute is set.
  • It will display the first frame of the video, unless the Poster attribute is set.
  • It will display nothing unless the Poster attribute is set.
  • It will display a black window unless the Poster attribute is set.

Referenz (w3schools)

Q62. What is the correct way to describe an empty element / Alt.: What is the correct way to describe an empty element, such as a line break tag?

  • It has opening and closing tags but no child content.
  • It displays nothing on a website.
  • It has no child content and no closing tag.
  • It has child content but no closing tag.

Referenz (MDN Web Docs)

Q63. What is the purpose of async in this code?

<script async src="myscript.js"></script>

  • It downloads the script from the server when resources allow.
  • It runs the script after HTML parsing is complete.
  • It runs the script when the script is ready.
  • It pauses the parsing of HTML code while the script runs.

Q64. What does this code do on a page you are visiting for the first time?

<audio autoplay loop src="sound.mp3" type="audio/mpeg"></audio>

  • Wenn das abspielen button is pressed, the browser plays the sound over and over again until the user stops it.
  • The browser plays the sound once automatically in the background. The user has no control over the sound.
  • The browser plays the sound automatically and continuously in the background. The user may stop the sound at any time.
  • It does nothing. Modern browsers require some form of interaction before they let a page autoplay with audio.
  1. (MDN) Audio-,
  2. (MDN) autoplay

Q65. Was ist der Unterschied zwischen dem <head> und <header> Stichworte?

  • There is only one <head> tag per page, while there may be many <header> Stichworte.
  • Das <head> tag may contain CSS and Javascript links, während <header> tag may contain headings and navigational links.
  • Das <head> tag contains meta information, während <header> tag contains navigation, Logos, and other page-identifying content.
  • Alles das oben Genannte.

Q66. In this code, what is the purpose of defer?

<script defer src="myscript.js"></script>

  • It downloads the script from the server when resources allow.
  • It runs the script after HTML parsing is complete.
  • It runs the script when the script is ready.
  • It pauses the parsing of HTML code while the script runs.

Q67. The code below contains some errors. Welche Wahl korrigiert alle Fehler??

<table>
  <tr>
    Cell 1
  </tr>
  <td>Cell 2</td>
  <caption>
    A table
  </caption>
</table>
  • EIN
<caption>
  A table
</caption>
<table>
  <td>
    <tr>
      Cell 1
    </tr>
    <tr>
      Cell 2
    </tr>
  </td>
</table>
  • B
<caption>
  A table
</caption>
<table>
  <tr>
    <td>Cell 1</td>
    <td>Cell 2</td>
  </tr>
</table>
  • C
<table>
  <caption>
    A table
  </caption>
  <tr>
    <td>Cell 1</td>
    <td>Cell 2</td>
  </tr>
</table>
  • D
<table>
  <tr>
    <td>Cell 1</td>
    <td>Cell 2</td>
  </tr>
  <caption>
    A table
  </caption>
</table>

Q68. Angesichts der hier gezeigten Datei- und Verzeichnisstruktur, what is the correct element to place in the file profit.html to link to info.html?

Bild der Fußzeile

  • <a href="../work/info.html">See Information </a>
  • <a href="../info.html">See Information </a>
  • <a href="../../info.html">See Information </a>
  • <a href="info.html">See Information </a>

Q69. Wann sollten Sie das verwenden? <article> Element?

  • Für Blogbeiträge und andere Social-Media-Artikel
  • Für den Hauptinhaltsbereich Ihrer Website
  • Wenn der Inhalt als Einheit für sich steht, ist für die Syndizierung geeignet, oder ist wiederverwendbar
  • So verknüpfen Sie Kommentare mit einem Blog-Beitrag

Referenz (MDN)

Q70. Welche Liste enthält drei leere Elemente?

  • EIN
<area />
<embed />
<strong></strong>
  • B
<input />
<br />
<p></p>
  • C
<link>
<meta>
<title>
  • D
<wbr />
<base />
<source />

Q71. Welcher HTML-Ausschnitt, wenn darauf geklickt wird, führt einen Anruf auf einem mobilen Gerät durch?

  • <a href="tel:802-555-1212">Call me</a>
  • <a href="phone">802-555-1212</a>
  • <a href="tel">802-555-1212</a>
  • <a href="phone:802-555-1212">Call me</a>

Q72. Was ist der Zweck des class Attribut?

  • Mithilfe von Klassen kann CSS bestimmte Elemente auf der Seite auswählen. Sie können innerhalb des Klassenattributs beliebig viele Klassennamen auflisten, durch Leerzeichen getrennt.
  • Mithilfe von Klassen können CSS und JavaScript bestimmte Elemente auf der Seite auswählen. Sie dürfen pro Klassenattribut nur einen Klassennamen angeben.
  • Mithilfe von Klassen kann CSS bestimmte Elemente auf der Seite auswählen. Sie dürfen pro Klassenattribut nur einen Klassennamen angeben.
  • Mithilfe von Klassen können CSS und JavaScript bestimmte Elemente auf der Seite auswählen. Sie können innerhalb des Klassenattributs beliebig viele Klassennamen auflisten, durch Leerzeichen getrennt.

Referenz (MDN)

Q73. Which choice is not a legal type attribute for the <input> Etikett?

  • <input type="color">
  • <input type="tel">
  • <input type="week">
  • <input type="num">

Referenz (MDN)

Q74. What is the most semantic way to mark up this sentence so thathappy talk must dieis rendered as an inline quote?

As Steve Krug once said, happy talk must die.

  • <p>As Steve Krug once said, <b>happy talk must die.</b> </p>
  • <p>As Steve Krug once said, <i>happy talk must die.</i> </p>
  • <p>As Steve Krug once said, <blockquote>happy talk must die.</blockquote> </p>
  • <p>As Steve Krug once said, <q>happy talk must die.</q> </p>

Quelle: W3Schools

<q> Etikett Most browsers will display q tags as inline elements with quotes

Q75. What is the most semantically accurate way to make up a main navigation bar, displayed in a horizontal direction?

  • EIN
<p>
  <a href="index.html">Home</a>
  <a href="about.html">About</a>
  <a href="contact.html">Contact</a>
</p>
  • B
<nav>
  <a href="index.html">Home</a>
  <a href="about.html">About</a>
  <a href="contact.html">Contact</a>
</nav>
  • C
<nav>
  <ol>
    <li><a href="index.html">Home</a></li>
    <li><a href="about.html">About</a></li>
    <li><a href="contact.html">Contact</a></li>
  </ol>
</nav>
  • D
<nav>
  <ul>
    <li><a href="index.html">Home</a></li>
    <li><a href="about.html">About</a></li>
    <li><a href="contact.html">Contact</a></li>
  </ul>
</nav>

Q76. Which choice is the best way to mark up this layout?

Bild der Fußzeile

  • EIN
<h4>Mailing Address</h4>
<address>
  6410 Via Real <br />
  Carpinteria, CA 93013<br />
  <a href="mailto:info@linkedin.com">info@linkedin.com</a>
</address>
  • B
<h4><strong>Mailing Address</h4>
<address><em>
  6410 Via Real <br>
  Carpinteria, CA 93013<br>
  <a href="mailto:info@linkedin.com">info@linkedin.com</a>
</em></address>
  • C
<h4>Mailing Address</h4>
<p>
  <em>
    6410 Via Real <br />
    Carpinteria, CA 93013<br />
    <a href="mailto:info@linkedin.com">info@linkedin.com</a>
  </em>
</p>
  • D
<p><strong>Mailing Address</strong></p>
<p>
  <em>
    6410 Via Real <br />
    Carpinteria, CA 93013<br />
    <a href="mailto:info@linkedin.com">info@linkedin.com</a>
  </em>
</p>

Quelle: W3Schools

The <address> tag defines the contact information for the author/owner of a document or an article. The contact information can be an email address, URL, physical address, phone number, social media handle, etc. The text in the <address> element usually renders in italics, and browsers will always add a line break before and after the <address> element.

Q77. What is the primary purpose of HTML?

  • HTML structures the webpage, identifying its elements such as paragraphs, headings, and lists.
  • HTML structures and provides a rudimentary look to webpages.
  • HTML is responsible for the structure, styling, and interactivity of webpages.
  • HTML is responsible for the structure and styling of webpages.

Q78. For the HTML code below, when willSample Textdisplay to the browser?

<noscript>Sample Text</noscript>
  • when there is no JavaScript used on this webpage
  • when JavaScript is not supported by the browser or if JavaScript is disabled in the browser
  • when JavaScript is disabled in the web browser
  • when JavaScript is not supported by the web browser

Referenz (MDN)

Q79. How will this code render by default in most web browsers?

<details>
  <h4>Mixed Berry Tart.</h4>
  <p>
    Raspberries, blueberries, and strawberries on top of a creamy filling served in a crispy tart.
  </p>
</details>
  • EIN EIN
  • B B
  • C C
  • D D

Q80. Was ist der Unterschied zwischen dem <svg> und <canvas>?

  • <svg> produces vector graphics, während <canvas> produces raster graphics.
  • <svg> integrates with JavaScript, während <canvas> nicht.
  • <svg> produces raster graphics, während <canvas> produces vector graphics.
  • <svg> cannot be used as a background image, während <canvas> can be used as a background

Q81. Was ist der Unterschied zwischen dem schreibgeschützt und behindert attributes for the <textarea> Element?

  • schreibgeschützt allows clicking in the <textarea> Element. behindert prevents all interaction with the control.
  • schreibgeschützt is invalid attribute for <textarea>, während behindert is a valid attribute.
  • behindert allows clicking in the <textarea> Element. schreibgeschützt prevents all interaction with the control.
  • behindert is invalid attribute for <textarea>, während schreibgeschützt is a valid attribute.
  1. Quelle: schreibgeschützt
  2. Quelle: behindert

Q82. In this code, what is target?

<a target="_blank">...</a>

  • an attribute
  • a tag
  • Inhalt
  • an element

Q83. What is the correct way to add a submit URL to a button Element?

  • EIN
<button submit="http://example.com/process">Process data</button>
  • B
<button action="http://example.com/process">Process data</button>
  • C
<button formaction="http://example.com/process">Process data</button>
  • D
<button method="http://example.com/process">Process data</button>

formation — The URL that processes the information submitted by the button. Overrides the action attribute of the button's form owner. Does nothing if there is no form owner. Quelle

Q84. Which is the best markup to produce this text?

x<y&z>w

  • <p>x<y&z>w</p>
  • <p>x\<y&z\>w</p>
  • <p>x<<y&&z>>w
  • <p>x<y&z>w</p>

This question has an issue, however this answer will count as correct It's too strange a question because all of that methods doesn't work. The good method is &amp, &lt, &gt using.

Q85. What is wrong with this code snippet?

<label>Address:</label> <input type="text" name="address" id="address-input" />
  • Das <label> und <input> should be nested inside of a <fieldset> Element.
  • “die Anschrift” is not a valid value for the attribute Name on an <input> Element.
  • Das <label> element is missing an Ich würde set toaddress-input”.
  • Das <label> element is missing a zum attribute set toaddress-input”.

Q86. What is the default method for form submission?

  • GET
  • POST
  • PUT
  • SUBMIT

Q87. Which is the most semantically correct markup for a side comment in small print?

  • <p> Bekommen 10% Rabatt <small>not valid in France</small></p>
  • <p> Bekommen 10% Rabatt <!--not valid in France--> </p>
  • <p> Bekommen 10% Rabatt <comment>not valid in France</comment></p>
  • <p> Bekommen 10% Rabatt <aside>not valid in France</aside></p>

Q88. Which choice will produce the Spanish word canción?

  • <p lang="es">canción</p>
  • <p lang="es">canci&oacuten</p>
  • <p lang="es">cancio'n</p>
  • <p lang="es">canci'on</p>

Q89. What is the purpose of <caption>?

  • <caption> provides captions for <audio>,<video>,<img>, und <table>.
  • <caption> provides captions to <table>.
  • <caption> provides captions for <audio>, <video>, und <table>.
  • <caption> provides captions for <img>, <audio>, und <video>.

Q90. Das value Das Attribut ist mit welchem ​​Satz von Tags verknüpft?

  • EIN
<li>
  <input />
  <option></option>
</li>
  • B
<input>
<option>
<textarea>
  • C
<button>
  <input />
  <form></form>
</button>
  • D
<input /> <label> <meter></meter></label>

Q91. What is wrong with this code?

<img src="https://source.unsplash.com/random">

  • <img> should be paired with a <caption> Etikett.
  • Das <img> element is missing an alt attribute.
  • <img> is not a valid HTML element. Stattdessen, benutzen <image src="..."/>.
  • <img> should be nested within a <figure> Etikett.

Q92. Which choice is the most semantically correct markup for specifying the first definition of a term?

  • <p>Das <dl>focal length</dl> of a lens gives the distance from the lens to the image sensor.</p>
  • <p>Das <dfn>focal length<dfn> of a lens gives the distance from the lens to the image sensor.</p>
  • <p>Das <dt>focal length</dt> of a lens gives the distance from the lens to the image sensor.</p>
  • <p>Das <dd>focal length</dd> of a lens gives the distance from the lens to the image sensor.</p>

Definition element => The <dfn> HTML element is used to indicate the term being defined within the context of a definition phrase or sentence.
**Description Term element => The <dt> HTML element specifies a term in a description or definition list, and as such must be used inside an <dl> element.
**Description Details element =>The <dd> HTML element provides the description, definition, or value for the preceding term (<dt>) in a description list (<dl>).

Quelle

Q93. Which choice is the best way to code three choices within a form so that the user can select multiple items?

  • :
<input type="radio" name="example" /> Choice 1 <br />
<input type="radio" name="example" /> Choice 2 <br />
<input type="radio" name="example" /> Choice 3
  • :
<input type="checkbox" name="example" /> Choice 1 <br />
<input type="checkbox" name="example" /> Choice 2 <br />
<input type="checkbox" name="example" /> Choice 3
  • :
<label><input type="checkbox" name="example" /> Choice 1</label><br />
<label><input type="checkbox" name="example" /> Choice 2</label><br />
<label><input type="checkbox" name="example" /> Choice 3</label>
  • :
<label><input type="radio" name="example" /> Choice 1</label><br />
<label><input type="radio" name="example" /> Choice 2</label><br />
<label><input type="radio" name="example" /> Choice 3</label>

<input> elements of type checkbox are rendered by default as boxes that are checked (ticked) when activated as you might see in an official government paper form. The exact appearance depends upon the operating system configuration under which the browser is running. Generally, this is a square but it may have rounded corners.

Quelle

Q94. How would you mark up a piece of ASCII art (an emoticon) in an accessible way?

  • <pre role="emoticon" aria-label="ASCII emoticon of a shrug">¯\_(ツ)_/¯</pre>
  • <pre role="img" aria-label="ASCII emoticon of a shrug">¯\_(ツ)_/¯</pre>
  • <dfn title="ASCII emoticon of a shrug">¯\_(ツ)_/¯</dfn>
  • <label for="art">ASCII emoticon of a shrug</label><pre role="img" id="art">¯\_(ツ)_/¯</pre>

Q95. Which example is a standard way in HTML5 for adding author metadata to a page?

  • <metadata name="author" content="Author Name">
  • <meta name="author">Author Name</meta>
  • <meta name="creator" content="Author Name">
  • <meta name="author" content="Author Name">

Q96. Given the following requirements, select the correct input Aufbau: Ein input that allows the user to select from a range of integer values between 0 und 100 (inklusive) in increments of 5

  • <input type="range" min="0" max="100" by="5" />
  • <input type="range" min="0" max="100" step="5" />
  • <input type="number" min="0" max="100" step="5" />
  • <input type="number" min="0" max="100" by="5" />

<input> elements of type range let the user specify a numeric value which must be no less than a given value and no more than another given value. The step attribute is a number that specifies the granularity that the value must adhere to.

Quelle

Q97. Which choice is a valid markup for a <head> Element?

  • <head class="Page Section Information" id="head"><title>Page Title</title></head>
  • <head><title>Page Title</title> <img src="favicon.icon" alt=""></head>
  • <head><title>Page Title</title> <data value="email">email@example.com</data></head>
  • <head><title>Page Title</title><address>email@example.com</address></head>

The <head> HTML element contains machine-readable information (metadata) about the document, like its title. The <data> tag is used to add a machine-readable translation of a given content. Quelle 1/ Quelle 2

Q98. You need to add comments to the company blog. What is the most semantic markup for a list of comments?

  • EIN
<aside>
  <h3>Comments</h3>
  <article>First comment.</article>
  <article>Second comment.</article>
</aside>
  • B
<div aria="dpub-comments">
  <h3>Comments</h3>
  <div aria="dpub-comment">First comment.</div>
  <div aria="dpub-comment">Second comment.</div>
</div>
  • C
<aside>
  <h3>Comments</h3>
  <aside>First comment.</aside>
  <aside>Second comment.</aside>
</aside>
  • D
<div typeof="comments">
  <h3>Comments</h3>
  <div typeof="comment">First comment.</div>
  <div typeof="comment">Second comment.</div>
</div>

The <article> HTML element represents a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or reusable (e.g., in syndication). Example: a user-submitted comment. Quelle

Q99. To make something editable by the user, you need to set the Sobald Sie den Kurs abgeschlossen haben attribute to Sobald Sie den Kurs abgeschlossen haben

  • access; allow
  • designMode; wahr
  • contenteditable; wahr
  • contenteditable; Ja

The contenteditable global attribute is an enumerated attribute indicating if the element should be editable by the user. If so, the browser modifies its widget to allow editing. The attribute must take one of the following values: true or an empty string, which indicates that the element is editable; false, which indicates that the element is not editable. Quelle

Q100. Which choice is the standard way to include a value in a form without making it visible to or editable by the user?

  • <input type="invisible" name="important" value="information">
  • <input type="text" style="display: none;" name="important" value="information">
  • <input type="hidden" name="important" value="information">
  • <input type="text" hidden name="important" value="information">

<input> elements of type hidden let web developers include data that cannot be seen or modified by users when a form is submitted. For example, the ID of the content that is currently being ordered or edited, or a unique security token. Hidden inputs are completely invisible in the rendered page, and there is no way to make it visible in the page's content. Quelle

Q101. What is the semantic way to add an identifying title to a table?

  • <table><label>Heading</label>...</table>
  • <table><title>Heading</title>...</table>
  • <table><legend>Heading</legend>...</table>
  • <table><caption>Heading</caption>...</table>

The <caption> HTML element specifies the caption (or title) of a table. Quelle

Q102. Which image file referenced in this img element’s srcset attribute should a browser on a small mobile phone load?

<img
  srcset="medium.jpg 320w, large.jpg 1280w"
  src="small.jpg"
  alt="Our favorite image"
  sizes="(min-width: 1200px) 640px, 100vw"
/>
  • small.jpg
  • medium.jpg
  • none of them
  • large.jpg

The browser will: 1. Look at its device width. 2. Work out which media condition in the sizes list is the first one to be true. 3. Look at the slot size given to that media query. 4. Load the image referenced in the srcset list that has the same size as the slot or, if there isn't one, the first image that is bigger than the chosen slot size. Quelle

Q103. Which description is coded correctly?

  • EIN
<dl>
  <dt>Server</dt>
  <dd>Software used to serve webpages, like Apache.</dd>
  <dd>Hardware used to provide data to other computers.</dd>
  <!-- Other terms and descriptions -->
</dl>
  • B
<dt>
  <dl>Server</dl>
  <dd>Software used to serve webpages, like Apache.</dd>
  <dd> Hardware used to provide data to other computers.</dd>
  <!-- Other terms and descriptions -->
</dt>
  • C
<dl>
  <dt>Server</dt>
  <dd>Software used to serve webpages, like Apache.</dd>
  <dt>Hardware used to provide data to other computers.</dt>
  <!-- Other terms and descriptions -->
</dl>
  • D
<dl>
  <dd>Server</dd>
  <dt>Software used to serve webpages, like Apache.</dt>
  <dt>Hardware used to provide data to other computers.</dt>
  <!-- Other terms and descriptions -->
</dl>

Quelle 1 Quelle 2

Q104. What is wrong with this code?

<ul>
  <h2>Espresso Drinks</h2>
  <li>Espresso</li>
  <li>Latte</li>
  <li>Cappuccino</li>
  <li>Mocha</li>
</ul>
  • Nothing is wrong.
  • <ul> cannot contain a heading element as a direct child.
  • Ein <h1> should be used here instead of an <h2> Etikett.
  • Nur <ol> allows direct descendants to contain elements other than an <li>, so use an <ol> here instead.

ul content model only accepts "Zero or more li and script-supporting elements". Quelle

Q105. A designer gave you CSS code that should run only when the device rendering the page is in dark mode. How would you embed that code?

  • <style media="light-mode: false">/* CSS code */</style>
  • <style media="color-mode: dark">/* CSS code */</style>
  • <style media="prefers-color-scheme: dark">/* CSS code */</style>
  • <style media="color-scheme: dark">/* CSS code */</style>

Q106. How would you mark up a header for a table row?

  • EIN
<table>
  <thead scope="row">
    <th row="1">Header</th>
  </thead>
  <tr>
    <td>10</td>
    <td>18</td>
  </tr>
</table>
  • B
<table>
  <tr>
    <th scope="row">Header</th>
    <td>10</td>
    <td>18</td>
  </tr>
</table>
  • C
<table>
  <tr>
    <thead scope="row">
      Header
    </thead>
    <td>10</td>
    <td>18</td>
  </tr>
</table>
  • D
<table>
  <tr>
    <th>Header</th>
    <td>10</td>
    <td>18</td>
  </tr>
</table>

Q107. Which statement is correct?

  • Das <main> element represents the dominant content of an <article> in a document.
  • Das <main> element represents the dominant content of a <section> of a document. You may have one <main> element per section.
  • Das <main> element represents the dominant content of your document. There can be only one <main> element that is not hidden.
  • Das <article> element represents the dominant content of your document. There can be only one <article> element that is not hidden.

Quelle

Q108. Users report that a form is not working. What is the culprit?

<form action="/choices" disabled>
  <fieldset disabled>
    <legend>choices</legend>
    <label>Choice 1 <input type="radio" name="choice" value="choice1" /></label>
    <label>Choice 2 <input type="radio" name="choice" value="choice1" /></label>
    <label>Choice 3 <input type="radio" name="choice" value="choice1" /></label>
    <label>Choice 4 <input type="radio" name="choice" value="choice1" /></label>
    <button>Choose!</button>
  </fieldset>
</form>
  • The form element is disabled.
  • There is no element.
  • The fieldset is disabled.
  • There is no method set on the form.

A disabled fieldset is unusable and un-clickable. Quelle

Q109. Which description list is coded correctly?

  • EIN
<dl>
  <dt>Server</dt>
  <dd>Software used to server webpages, like Apache.</dd>
  <dd>Hardware used to provide data to other computers.</dd>
  <!--Other terms and descriptions -->
</dl>
  • B
<dl>
  <dd>Server</dd>
  <dt>Software used to server webpages, like Apache.</dt>
  <dt>Hardware used to provide data to other computers.</dt>
  <!--Other terms and descriptions -->
</dl>
  • C
<dt>
    <dl>Server</dl>
    <dd>Software used to server webpages, like Apache.</dd>
    <dd>Hardware used to provide data to other computers.</dd>
    <!--Other terms and descriptions -->
</dt>
  • D
<dl>
  <dt>Server</dt>
  <dd>Software used to server webpages, like Apache.</dd>
  <dt>Hardware used to provide data to other computers.</dt>
  <!--Other terms and descriptions -->
</dl>

Q110. what does the a in the HTML tag stand for?

  • zuordnen
  • add tag
  • anchor tag
  • Nichts des oben Genannten

Quelle

Q111. What is the correct HTML element for inserting a line break?

  • <break>
  • <lb>
  • <br>
  • <a>

Q112. The HTML global attribute, “contenteditableis used to

  • Update content from the server
  • Specifies a context menu for an element. The menu appears when a user right-clicks on the element.
  • Specify whether the content of an element should be editable or not
  • Return the position of the first found occurrence of content inside a string

Q113. HTML elements that aren’t meant to store content or other elements are called Sobald Sie den Kurs abgeschlossen haben Elemente

  • void
  • independent
  • leer
  • paragraph

Quelle

Q114. Das Sobald Sie den Kurs abgeschlossen haben attribute of an HTML label element is a referencing mechanism to state what input or element the label is tied to

  • zu
  • von
  • mit
  • zum

Quelle

Q115. Coding in HTML provides which of the following?

  • The responsiveness of the website
  • The style of the website
  • The core website structure
  • The behavior of web elements

Q116. Which HTML element is the container for all the renderable aspects of the document?

  • Kopf
  • Körper
  • Titel
  • meta

Q117. Das “h” in the HTML h1 tag is short for Sobald Sie den Kurs abgeschlossen haben

  • Kopf
  • horizontal
  • hypertext
  • Üerschrift

Quelle

Q118. Which is an invalid use of the <a> Element?

  • EIN
<a href="#additional-information" class="Card">
  <video src="media.mp4" width="400" height="300"></video>
</a>
  • B
<a href="#additional-information" class="Card">
  <details>
    <summary>Additional Information</summary>
  </details>
</a>
  • C
<a href="#additional-information" class="Card">
  <p>Additional Information</p>
  <p></p
></a>
  • D
<a href="#additional-information" class-"Card">
  <img src="media.jpeg" alt="More information"></video>
</a>

Q119. How to display preformatted text in HTML?

  • <p>
  • <pre>
  • <hr>
  • Alles das oben Genannte

Q120. Which is a valid title element?

  • <title><em>Exciting</em> title</title>
  • <title></title>
  • <title name="Exciting Title" />
  • <title>Exciting title</title>

Quelle

Q121. Which link contains a valid URL?

  • <link rel="stylesheet" href="/styles for me/styles.css">
  • <link rel="stylesheet" href="/styles|for|me/styles.css">
  • <link rel="css" href="\styles for me\styles.css">
  • <link rel="stylesheet" href="/styles%20for%20me/styles.css">

Quelle 1 Quelle 2

Q122. Which example is missing a mandatory closing tag, making it invalid?

  • <p>Simple paragraph
  • <ul><li>Simple list</li>
  • <ul><li>Simple list<ul>
  • <dl><dt>Simple term<dd>Simple description</dl>

Quelle

Q123. What is the semantic method for marking up a video with a caption in browsers that support it?

  • <video src="video.mp4" caption="video.vtt"></video>
  • <video src="video.mp4"><track caption="video.vtt" /></video>
  • <video src="video.mp4"><track default kind="captions" srclang="en" src="video.vtt" /></video>
  • <video src="video.mp4"><caption default srclang="en" src="video.vtt" /></video>

Quelle

Q124. A white paper has a sidebar and endnotes, both of which are complementary to the main text. How would you mark them up to make their distinct roles more broadly accessible?

  • EIN
<custom-sidebar aria-label-"Sidebar"›Sidebar...</custom-sidebar><custom-footnote aria-
label="Endnotes">Endnotes...</custom-footnote>
  • B
<aside role="sidebar">Sidebar...</aside>
<aside role="notes">Endnotes...</aside>
  • C
<aside role="complementary">Sidebar...</aside>
<aside role="supplementary">Endnotes...</aside>
  • D
<aside aria-label-"Sidebar">Sidebar...</aside><aside aria-label="Endnotes">Endnotes...</aside>

Quelle

Q125. A white paper has a sidebar and endnotes, both of which are complementary to the main text. How would you mark them up to make their distinct roles more broadly accessible?

  • <aside aria-label="Sidebar">Sidebar...</aside><aside aria-label="Endnotes">Endnotes...</aside>
  • <custom-sidebar aria-label="Sidebar">Sidebar...</custom-sidebar><custom-footnote aria-label="Endnotes">Endnotes...</custom-footnote>
  • <aside role="Sidebar">Sidebar...</aside><aside role="Endnotes">Endnotes...</aside>
  • <aside role="complementary">Sidebar...</aside><aside role="supplementary">Endnotes...</aside>

Quelle

Q126. Which video example will autoplay in most browsers?

  • <video src="video.mp4" autoplay muted></video>
  • <video src="video.mp4" background></video>
  • <video src="video.mp4" autoplay></video>
  • <video src="video.mp4" autoplay="force"></video>

Quelle

Q127. In which order will these scripts execute, assuming they all take the same time to download?

<script type="module" src="module.js"></script>
// external module
<script type="async" src="module.js"></script>
// async
<script type="defer" src="module.js"></script>
// defer
<script type="module" src="module.js">
  // inline module
</script>
  • async, external module, defer, inline module
  • async, inline module, external module, defer
  • external module, async, defer, inline module
  • inline module, external module, defer, async

Q128. What is the backward-compatible method of turning a circle in an SVG into a link?

  • <html:a href="/our-circle/"><circle cx="10" cy="10" r="5"/></html:a>
  • <a svg:href="/our-circle/"><circle cx="10" cy="10" r="5"/></a>
  • <a href="/our-circle/"><circle cx="10" cy="10" r="5"/></a>
  • <a href="/our-circle/" xlink:href="/our-circle/"><circle cx="10" cy="10" r="5"/></a>

Quelle

Q129. Users report that a form is not working. What is the culprit?

  <form action="/choices" disabled>
    <fieldset disabled>
      <legend>Choices</legends>
      <label>Choice 1 <input type="radio" name="choice" value="choice1" /></label>
      <label>Choice 2 <input type="radio" name="choice" value="choice2" /></label>
      <label>Choice 3 <input type="radio" name="choice" value="choice3" /></label>
      <label>Choice 4 <input type="radio" name="choice" value="choice4" /></label>
      <button>Choose!</button>
    </fieldset>
  </form>
  • There is no element.
  • There is no method set on the form.
  • The form element is disabled.
  • The fieldset is disabled.

Q130. What is wrong with this table?

<table>
  <legend>A two body table!</legend>
  <col />
  <col />
  <tbody>
    <tr>
      <td>Cell 1</td>
      <td>Cell 1</td>
    </tr>
  </tbody>
  <tbody>
    <tr>
      <td>Cell 1</td>
      <td>Cell 1</td>
    </tr>
  </tbody>
</table>
  • A table can only have one tbody element.
  • legend must appear at the end of a table element.
  • legend is not allowed in a table element.
  • All col elements must be wrapped in a colgroup element.

Quelle

Q131. In this code, Was ist der Zweck des id Attribut?

<p id="warning">Be careful when installing this product.</p>
  • It establishes that warning is a unique identifier in the document, Wird zum Stylen von CSS verwendet, Ein neuer Bericht von I Know First zeigt, dass Ethereum ein starkes Potenzial hat, diesen Meilenstein zu erreichen., und Verlinkung innerhalb einer Webseite.
  • It establishes that warning is a unique identifier in the document, used for styling CSS and with JavaScript code.
  • It establishes that warning may be used for styling CSS several times per page.
  • It establishes that warning is a unique identifier in the website, Wird zum Stylen von CSS verwendet, Ein neuer Bericht von I Know First zeigt, dass Ethereum ein starkes Potenzial hat, diesen Meilenstein zu erreichen., und Verlinkung innerhalb einer Webseite.

Quelle

Q132. What does the HTML <em> element represent?

  • Stress emphasis, usually displayed as italic text
  • Italic text
  • A hyperlink
  • A line break

Quelle

Q133. Das **_** element is used to render simple graphics such as line art, Grafiken, and other custom graphical elements on the client side.

  • metadata
  • css
  • Segeltuch
  • Kunst

Q134. Which attribute is not essential under <iframe>?

  • frameborder
  • Breite
  • Höhe
  • src

Q135.What does HTML stands for?

  • Hypertext Machine language.

  • Hypertext and links markup language.

  • Hypertext Markup Language.

  • Hightext machine language.

Q136.Which of the following HTML element is used for creating an unordered list?

  • <ui>

  • <i>

  • <em>

  • <ul>

 

Autor

  • Helen Bassey

    Hi, I'm Helena, ein Blog-Autor, dessen Leidenschaft es ist, aufschlussreiche Inhalte im Bildungsbereich zu veröffentlichen. Ich glaube, dass Bildung der Schlüssel zur persönlichen und sozialen Entwicklung ist, und ich möchte mein Wissen und meine Erfahrung mit Lernenden jeden Alters und jeder Herkunft teilen. Auf meinem Blog, finden Sie Artikel zu Themen wie Lernstrategien, Online-Bildung, Berufsberatung, und mehr. Ich freue mich auch über Rückmeldungen und Anregungen meiner Leser, Hinterlassen Sie also jederzeit einen Kommentar oder kontaktieren Sie mich. Ich wünsche Ihnen viel Spaß beim Lesen meines Blogs und hoffe, dass Sie ihn nützlich und inspirierend finden.

    Alle Beiträge ansehen

Über Helen Bassey

Hi, I'm Helena, ein Blog-Autor, dessen Leidenschaft es ist, aufschlussreiche Inhalte im Bildungsbereich zu veröffentlichen. Ich glaube, dass Bildung der Schlüssel zur persönlichen und sozialen Entwicklung ist, und ich möchte mein Wissen und meine Erfahrung mit Lernenden jeden Alters und jeder Herkunft teilen. Auf meinem Blog, finden Sie Artikel zu Themen wie Lernstrategien, Online-Bildung, Berufsberatung, und mehr. Ich freue mich auch über Rückmeldungen und Anregungen meiner Leser, Hinterlassen Sie also jederzeit einen Kommentar oder kontaktieren Sie mich. Ich wünsche Ihnen viel Spaß beim Lesen meines Blogs und hoffe, dass Sie ihn nützlich und inspirierend finden.

Hinterlasse eine Antwort