Looks like no one added any tags here yet for you.
If the image cannot be displayed, the _________tag specifies a stand-in text for an image.
ALT
Way to specify the URL in the “src” attribute that links that is hosted within the website.
Relative URL
It is the interactive simulation of new product functionality.
Prototype
It is a gutter or alley between tracks.
Grid Gap
A grid is made up of __________, which run horizontally and vertically.
Grid Lines
This stylesheet places the CSS code into a separate computer file and then links to a web page.
External Stylesheet
The ______ element is the root element of an HTML page.
<html>
This interface allows JavaScript to interact with HTML and XML documents.
Document Object Model (DOM)
The ____ element creates hyperlinks to other web pages, resources, or email addresses.
<a>
The ____ element adds notes, explanations, or comments within the code
<! -- -->
It is a CSS layout method developed for two-dimensional layouts. It can manage both columns and rows.
Grid
A _______ is the space between two grid lines.
Grid Tracks
Which statement is false in “Why using wireframes?”
To avoid feedback from clients.
Without it, web pages would be primarily static and boring. ________ adds behavior and interactivity
Javascript
Which statement is false?
UX design is related to the design and interface, while UI is related to targeting the user groups, understanding their needs, and working for their satisfaction.
UX design is related to the design and interface, while UI is related to targeting the user groups, understanding their needs, and working for their satisfaction.
Type of CSS, wherein code is placed into a separate, dedicated area within a web page’s <head> section.
Internal Stylesheet
The ________ declaration defines that this document is an HTML5 document.
<!DOCTYPE html>
A _________ is a small icon that appears in the browser tab or bookmark. It helps users identify your website visually.
favicon
The _______ element contains meta information about the HTML page.
<head>
It is a one-dimensional layout model. It can only handle rows or columns, not both.
Flex box
Which is not a JavaScript definition?
It cannot update and change both HTML and CSS.
In CSS, which statement is not true?
The power of CSS is that it allows us to make site-wide changes by making edits to multiple files.
Grid ________ are created by causing an item to span over multiple tracks.
Grid Area
_____________design is the process of identifying a user's need followed by
User Experience (UX)
This design ensures that a web page adapts to different screen sizes. Media queries and the viewport meta tag are commonly used for this purpose.
Responsive Design
This attribute is used to define the relationship between the linked file and the HTML document.
rel
The code in this stylesheet is placed directly into an HTML element within a web page’s <body> section.
Inline
_____________design is the process of guiding users through a site's interface with the help of interactive elements.
User interface (UI)
Way to specify the URL in the “src” attribute that links to an external image that is hosted on another website.
Absolute URL
The ____ element is used to highlight or modify the appearance of text content with UNDERLINE.
<u>
___ wireframe is a realistic prototype that closely resembles the final design of a project.
FALSE - High-fidelity wireframe
The __aims to gain consensus and collect internal feedback on how the new functionality will work.
FALSE - WIREFRAME
__ cannot understand the tags (<h1>H</h1>) in HTML documents.
FALSE- JAVASCRIPT
JavaScript is to dynamically modify HTML and CSS, via the___
FALSE-Document Object Model (DOM)
___wireframes will have more detail — including accurate spacing, headlines, and buttons.
FALSE - Medium-Fidelity Wireframe
A __wireframe is a skeleton of a digital screen, web page, or application.
FALSE- Low-Fidelity Wireframe
A___ is to collect feedback by user testing the real experience.
FALSE - PROTOTYPE
JavaScript can remove existing __ elements and attributes.
TRUE - HTML
__ is a visual representation of an interface that is used to communicate the structure, content, information, architecture, functionality, and behavior of an interface.
FALSE- WIREFRAME
___wireframes should be reserved for projects approved by all stakeholders and cleared for production.
FALSE - High-fidelity wireframes
JavaScript can change all the HTML elements in the page.
TRUE - HTML
JavaScript can add new HTML elements and attributes.
TRUE
JavaScript can change all the CSS styles in the page.
TRUE
__is a programming interface for HTML and XML documents
FALSE- Document Object Model (DOM)
___is to facilitate more detailed critiques of visual elements and functionality so changes can be made.
FALSE - MOCK UP
JavaScript can change all the HTML attributes in the page.
TRUE
JavaScript can react to all existing ___ events on the page.
FALSE - HTML
___wireframes give designers and programmers an idea of where images, text, buttons, and interactive elements might be placed.
FALSE- Low-fidelity wireframes
JavaScript can create new__ events in the page.
FALSE- HTML
__wireframes are usually created in a wireframing tool like Figma or Sketch for more accuracy, precision, and detail.
FALSE - Medium fidelity wireframes
It is the electrical and plumbing systems. It brings dynamism and interactivity to the website.
JavaScript
It is the foundation of the house. It provides the basic layout, structure, and content of a website.
HTML
It basically represents the same HTML document but in a tree-like structure composed of objects.
Document Object Model
It acts as the architectural blueprint of the house. It provides an early visual that can be used to review with the client.
Wireframes
While _____________ will keep the available space reserved without altering the grid items' width.
AUTO-FILL
The ___________ will expand the grid items to fill the available space.
AUTO-FIT
__________sets the gap value between rows and columns.
grid-gap
It sets the value of the gap between columns.
grid-column-gap
It specifies the start point for a column of the grid.
grid-column-start
Sets the value of the gap between rows.
grid-row-gap