Font size
Worksheetshtml2
Total questions: 40
Worksheet time: 26mins
Como se cierra una etiqueta P?
<p><p>
<p></p>
<p><--p>
<p><!p>
<p><p/>
Como se hace un salto de linea?
<br/>
<n/>
<ln/>
<b>
<n>
manera correcta de adjuntar una imagen
<img src="./image">
<image source="./image.jpg">
<img rel="./image.jpg">
<image link="./image.jpg">
<img src="./image.jpg">
Como se enlaza un elemento interno de nuestra pagina a una etiqueta <a>
<a href=".ex">
ex</a>
<b ref="#ex">
ex</b>
<a rel="#ex">
ex</a>
<a href="*ex">
ex</a>
<a href="#ex">
ex</a>
Cual propiedad abre un enlace en una nueva ventana?
blank="_target"
target="new_tag"
open="_target"
new="_blank"
target="_blank"
Como hacemos que nuestro 'button' envié la información de un formulario?
<button rel="submit">
<button type="sent">
<button href="form-submit">
<button type="submit">
<botton type="send">
Cual etiquetas contienen meta información de nuestra pagina?
<info>
<header>
<!DOCTYPE html>
<meta>
<script>
Como le indicamos al navegador que versión de HTML vamos a implementar?
<!DOCTYPE html>
<meta HTML version="5">
<html>
<meta HTML version="5">
<meta name="viewport" content="device-html-version=5">
Escoge las etiquetas de meta información
<meta>
<footer>
<title>
<link>
<span>
como se crea una lista organizada
<div> <li>'Garfield'</li> <li>'Sylveste'</li> </div>
<ul> <lu>'Garfie'</lu> <lu>'Sylvest'</lu> </ul>
<ol> <li>'Garfield'</li> <li>'Sylveste'</li> </ol>
<section>
<span>
'Garfield'
</span>
<span>
'Sylvester'
</span>
</section>
<ul> <li>Garfield</li> <li>Sylvester</li> </ul>
Como se agregar un marcador de posición en un input?
<div spotholder="ex"
/>
<input position="ex"
/>
<input nameholder="ex"/>
<input placeholder="ex"/>
<input placeholder : {ex} />
What does HTML stand for?
Hyper Text Markup Language
High Text Markup Language
Hyperlinks and Text Markup Language
Home Tool Markup Language
Who is the father of HTML?
Rasmus Lerdorf
Tim Berners-Lee
Brendan Eich
Sergey Brin
Which HTML tag is used to define an internal style sheet?
Which HTML tag is used to display a picture on a webpage?
What is the correct HTML tag for inserting a line break?
Which HTML tag is used to define a paragraph?
What is the correct HTML element for the largest heading?
Which HTML attribute is used to define inline styles?
font
style
class
styles
Which tag is used to create a numbered list in HTML?
(a)
What is the correct HTML for creating a checkbox?
Which HTML tag is used to display a table?
c) d) 30. Which HTML tag is used to define emphasized text? a) b) c) d) 31. Which tag is used to add a background color in HTML? a) bgcolor b) color c) background d) back 32. Which HTML element is used for playing audio files? a) b) c) d) 33. Which element is used to display video files in HTML5? a) b) c) d) 34. How can you make text bold in HTML? a) b) c) d) Both A and C 35. Which HTML tag is used to insert a comment? a) // comment b) c) /* comment */ d) # comment 36. What is the correct HTML tag for inserting a background image? a) b) c) d) 37. Which tag is used to define metadata in HTML? a) b) c) d) 38. What is the correct syntax for including an external CSS file? a) b) c) d) 39. Which HTML tag is used to display preformatted text? a) b) c) 40. Which HTML tag is used to define a form? a) b) c) d) Reset Similar Resources on Wayground40 questions Javascript CORE - AZ Worksheet • 9th Grade - University 40 questions Ulangan Harian Worksheet • 11th Grade - University 40 questions Long Quiz | INFOT 1 – Integrative Programming and Technologies Worksheet • University 40 questions REMIDI INFORMATIKA Worksheet • 12th Grade - University 40 questions Latihan psat informatika kelas 11 2025 Worksheet • 10th Grade - University 36 questions Pre-Test MKTTTKP Worksheet • University 45 questions Ujian Akhir Semester 1 Worksheet • 8th Grade - University 45 questions LATIHAN SAS INFORMATIKA KELAS 9 Worksheet • 9th Grade - University |
