1/9
50 fill-in-the-blank practice flashcards covering Networking, HTML, CSS, GIMP, and JavaScript from the CBSE Class XI Web Application Student Handbook.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
A website where content is delivered exactly as stored without real-time content changes is called a ________ website.
static
The tag declaration used to specify that a document is an HTML5 document is ________.
<!DOCTYPE html>
HTML tags that require both an opening and a closing tag are known as ________ tags.
container
Among the six heading levels in HTML (<h1> to <h6>), the largest font level is ________.
<h1>
In an ordered list (<ol>), setting type="a" formats the list items with ________.
lowercase letters
In a description list (<dl>), the term itself is defined using the <dt> tag, while its description is defined using the ________ tag.
<dd>
To allow a table cell to span multiple columns across, you use the ________ attribute in the <td> tag.
colspan
To force a hyperlink to open in a new tab or window, set target="\_\_\_\_\_\_\_\_".
_blank
In the CSS Box Model, the transparent layer located between the padding and the margin is the ________.
border
In CSS rules, an ________ style defined directly within an element's HTML tag has the highest priority.
inline