1/27
Flashcards covering the components of the web, HTML5 structure, formatting tags, table elements, and form controls based on the lecture notes.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
WWW stands for __________ and is normally referred to as the web.
World Wide Web
A __________ is a collection of interlinked web pages containing text, images, audio, and videos.
Website
The software used to view web pages or websites available on the internet is called a __________.
Web Browser
The address of a web page on the internet is known as its __________.
URL (Uniform Resource Locator)
The protocol used by the World Wide Web for client-server communication is __________.
HTTP (HyperText Transfer Protocol)
HTML was introduced by __________ as a standard language for creating interactive websites.
Tim Berners Lee
HTML tags are keywords enclosed within __________ brackets.
angular
A tag that has both a beginning and an end tag (with a "/" in front) is known as a __________ tag.
Container
Tags that are standalone and do not have an end tag are called __________ tags.
Empty
The first line on top of an HTML5 document, __________, is a document type declaration.
The __________ tag defines a container for navigation links in HTML5.
The __________ tag defines content apart from the main content, such as a sidebar.
The __________ tag is used to display text in a highlighted or marked manner.
HTML provides a range of __________ heading levels.
6
The smallest heading level in HTML is represented by the __________ tag.
To insert an image in a webpage, the __________ tag is used.
The __________ attribute of the tag is referred to as alternate text and provides a description of the image.
alt
The __________ tag is used to create a horizontal ruled line.
In a table, the __________ tag is used to specify a table heading and displays content in bold.
The __________ attribute is used within
colspan
The __________ attribute is used within
rowspan
The default color of a visited hyperlink is __________.
purple
The __________ method for submitting forms is the default and displays data in the address bar.
GET
The __________ method is secure for submitting sensitive information because it does not display data in the address bar.
POST
The __________ input type allows one selection against multiple choices in a form.
radio
To create a textbox with multiple lines, the __________ tag is used.
The __________ attribute in a
placeholder