Font size
Worksheetsweb development
Total questions: 25
Worksheet time: 25mins
Lucy is creating a website and requires to add a link. However, she would prefer the link to open in a different window so her customers don’t get out of her website. Which attribute should she use?
a Href=”https://...”
Img src=”link”
Target=”-blank"
Title
The (a) element is a container for metadata and is placed between the <html> tag and the <body> tag. It is a container for the following elements: <title>, <style>, <meta>, <link>, <script>, and <base>
HTML (a) is data about the HTML document. It’s not displayed on the webpage. Typically defines the document title, character set, styles, and scripts.
The _________ element defines the ________ of the document. It must be text-only, and it is shown in the browser's title bar or in the page's tab.
(a)
It is the basic structure on an attribute structure.
name="property;value"
name=property:value
name="property:value"
name "property:value"
Lois wants to create a website but doesn’t know where to start. (a) is the Web authoring language used to create pages that can be viewed by any web browser.
Choose the correct way to set the style of an HTML element.
<tagname style="property;value;">
<tagname style=property:value;>
<tagname style="property:value;">
<tagname style="property=value;">
According to the code, which would the result be?
According to the text, choose the order of tags used to give format to the paragraph
<b>, <i>, <strong>, <em>, <mark>, <small>, <del>, <ins>, <sub>, <sup>
<em>, <del>, <b>, <i>, <mark>, <sub>, <strong>, <sup>, <small>, <ins>
<strong>, <em>, <b>, <i>, <mark>, <sub>, <del>, <ins>, <small>, <sup>
<strong>, <del>, <b>, <i>, <mark>, <sup>, <em>, <small>, <sub>, <ins>
