JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
6th Grade - ICSE
6th Grade
More
Share
Explore
Practice Sheets
Fill in the Blanks
Prepared by: learnloophq@gmail.com
Last edited 10 days ago by Learn LoopHQ.
Answer key
Chapter: 07. Html An Introduction
Computers connected to the network are either servers or _ _ _ _ _ _ _ _ _ _ _ _ _ _.
The
<b>
tag is used to give a _ _ _ _ _ _ _ _ _ _ _ _ _ _ effect to your text.
The
<sub>
tag is used to turn the enclosed text into a _ _ _ _ _ _ _ _ _ _ _ _ _ _.
The _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ tags take up the full width available and by default begin on a new line.
All attributes consist of two parts: a name and a _ _ _ _ _ _ _ _ _ _ _ _ _ _.
The
font-style
is a CSS property that can specify
normal
or
_ _ _ _ _ _ _ _ _ _ _ _ _ _
effects.
The _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ is a document type declaration that tells the browser about the version of HTML.
HTML was created by _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ in early 1990s.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ tags contain only an opening tag and do not have a closing tag.
The text contained between
<title>
and
</title>
will be shown on the _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ of your web browser.
The _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ property specifies the repetition of an image in the background.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ stands for Cascading Style Sheets.
Values given to the attributes should be enclosed within _ _ _ _ _ _ _ _ _ _ _ _ _ _.
The
<i>
tag is used to give an _ _ _ _ _ _ _ _ _ _ _ _ _ _ effect to your text.
HTML is a subset of _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _.
The
style
is the _ _ _ _ _ _ _ _ _ _ _ _ _ _ attribute of HTML used by all the tags of HTML.
The _ _ _ _ _ _ _ _ _ _ _ _ _ _ CSS property specifies the indentation of the first line of text.
Nesting of tags follows the _ _ _ _ _ _ _ _ _ _ _ _ _ _ principle.
The _ _ _ _ _ _ _ _ _ _ _ _ _ _ tag defines the header area of your web page.
In CSS, the _ _ _ _ _ _ _ _ _ _ _ _ _ _ refers to an HTML tag to which a style will be applied.
The _ _ _ _ _ _ _ _ _ _ _ _ _ _ tag is used when you want to start a new line but do not want to start a new paragraph.
HTML can define up to _ _ _ _ _ _ _ _ _ _ _ _ _ _ levels of headings from H1 to H6.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ editors allow the developer to see what the end result will look like.
A combination of an opening tag, content, and closing tag is called an _ _ _ _ _ _ _ _ _ _ _ _ _ _.
The _ _ _ _ _ _ _ _ _ _ _ _ _ _ tag automatically inserts a blank line between two paragraphs.
The
text-transform
property can transform text into capitalize, _ _ _ _ _ _ _ _ _ _ _ _ _ _, _ _ _ _ _ _ _ _ _ _ _ _ _ _ and none.
The _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ CSS property specifies how thick or thin characters in text should be displayed.
The _ _ _ _ _ _ _ _ _ _ _ _ _ _ tag specifies the main content of the web page.
The _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ CSS property specifies the alignment of the text.
HTML stands for _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _.
The CSS property _ _ _ _ _ _ _ _ _ _ _ _ _ _ is used to specify the text colour.
The _ _ _ _ _ _ _ _ _ _ _ _ _ _ tag is used when you want to divide your web page into different sections by drawing a horizontal line.
An HTML file is saved with .htm or _ _ _ _ _ _ _ _ _ _ _ _ _ _ extension.
The default font size for the text in CSS is _ _ _ _ _ _ _ _ _ _ _ _ _ _ px.
The tags that have both opening and closing tags are called _ _ _ _ _ _ _ _ _ _ _ _ _ _.
Every web page has a unique address called the _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _.
An _ _ _ _ _ _ _ _ _ _ _ _ _ _ is a property that provides additional information about a tag.
WYSIWYG editors provide various tools and _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ for designing web pages.
HTML was published in _ _ _ _ _ _ _ _ _ _ _ _ _ _ as HTML 2.0.
The latest version of CSS is _ _ _ _ _ _ _ _ _ _ _ _ _ _.
There should be no spaces between
<
and
>
in a _ _ _ _ _ _ _ _ _ _ _ _ _ _.
HTML5 was issued/released as a W3C Recommendation in _ _ _ _ _ _ _ _ _ _ _ _ _ _.
A _ _ _ _ _ _ _ _ _ _ _ _ _ _ is a collection of web pages.
The CSS
text-decoration
property can specify _ _ _ _ _ _ _ _ _ _ _ _ _ _, _ _ _ _ _ _ _ _ _ _ _ _ _ _, or _ _ _ _ _ _ _ _ _ _ _ _ _ _ effects.
In HTML, an opening angular bracket is
_ _ _ _ _ _ _ _ _ _ _ _ _ _
and a closing angular bracket is
_ _ _ _ _ _ _ _ _ _ _ _ _ _
.
One of the key features of HTML5 is that it is a _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ language.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ is a piece of text that has the special feature of linking to another document or web page.
Tags do not appear in the _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ but they affect the display of the text.
An _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ is used to apply a unique style to a single element.
To see changes made to an HTML file that is already open in a web browser, you need to press the _ _ _ _ _ _ _ _ _ _ _ _ _ _ key.
In case of an _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _, CSS styles are written in a separate file with a .css extension.
The
<STYLE>
tag for an internal style sheet should be placed inside the _ _ _ _ _ _ _ _ _ _ _ _ _ _ and _ _ _ _ _ _ _ _ _ _ _ _ _ _ tags.
The
<sup>
tag is used to turn the enclosed text into a _ _ _ _ _ _ _ _ _ _ _ _ _ _.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ are the basic building blocks of a web page.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ is the space that appears around an element.
The hexadecimal code
#000000
represents the _ _ _ _ _ _ _ _ _ _ _ _ _ _ colour.
The value of margin properties can be measured in pixels or as a _ _ _ _ _ _ _ _ _ _ _ _ _ _ of the window.
The four sides used with the margin property are left, right, top, and _ _ _ _ _ _ _ _ _ _ _ _ _ _.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ is a language that uses special symbols called tags to mark up a text document.
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.