NEW
Font size
WorksheetsInline Elements
Total questions: 15
Worksheet time: 8mins
Deprecated means
loss of value
going obsolete
to undo an action
to redo an action
The old <i> tag is now replaced with
inline
italic
strong
em
The old <b> tag is replaced by
strong
br
bold
block
An inline element affects
everything in a block-level element
everything in a div block
only the contents between its opening and closing tags
only CSS style rules
Block-level elements
take up the full width of its containing element unless you specify some other values for height and width.
affect only the contents between the opening and closing tags of the inline element.
cannot be used as a child element of the <html> element.
cannot be used as a child element of the <body> element.
To have text display as if it had been marked with a yellow highlighter, use
mark
highlight
em
yellow
An <em> tag will
not work inside a div element.
mark text as having been highlighted.
make text appear to be bold.
make text appear to be in italics.
<script> is
an inline element.
a block-level element.
used only in JavaScript files.
used only in the CSS file.
<span> should be used
only when creating a style for one word.
when trying to create a style for more than one word.
when you have to create a style rule outside of the CSS style sheet.
never in an element that is a child element of the <body> tag.
<u> will
cause text to be underlined.
create an unordered list.
get tired if you work too hard.
means "unimportant" in an HTML page.
<input> is
a parent element of the <body> tag.
how you build a list of options in a form.
a block-level element.
an inline element.
<a> stands for
another
anchor
alternative
answer
If you want to make a very important point in your writing,
use <em>
use <b>
use <i>
use <!>
<div> is
an inline element
a block-level element
the parent of the <body> tag
deprecated
The parent element of the <body> tag is
<html>
</html>
</body>
<head>
