The <img> element is used to embed:
<img>
video
audio
javascript
image
No tests found
Which attribute should be the same for all checkbox inputs to define a checkbox group?
checkbox
class
name
id
tab
Fill the blank to add custom icons to the site:
< rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
Is the following content between the <head> tags visible to the user?
<head>
<head> <meta name="desription" content="website about programming" /> <meta name="keywords" content="JavaScript, HTML, CSS" /> </head>
yes
no
Fill the blank to add metadata with a description to the webpage:
<meta ="description" ="This is a webpage description" />
What HTML attribute binds JavaScript code to a button and runs it when the button is clicked?
clicked
onclick
onclicked
handleClick
Which of the following input types by default add some additional build-in validation?
text
number
email
password
url
Fill the gap to specify a minimum numeric value that the field can have.
<input type="number" ="2" required />
What attribute allow to turn off HTML5 form validation?
novalidate
validateoff
novalidation
formnovalidate
Is HTML5 validation enabled by default?
«12345678»