1/32
This set covers the fundamental concepts of web design, HTML5 structure, common tags, text formatting, tables, hyperlinks, and form elements as presented in the lecture transcript.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
The standards and formats for presenting text and graphics on the internet are developed and approved by __________ governing authorities.
WWW
When typing a domain name into a browser, a request is sent to the __________ server to find the WebServer IP.
DNS
In the provided example, the IP Address for the EBalbharti WebServer is __________.
10.0.2.3
A __________ is a collection of interlinked web pages containing text, images, audio and videos.
Website
A web __________ is software such as Google Chrome or Mozilla Firefox used to view web pages.
browser
A Web __________ is an application or computer that sends webpages over the internet using the HTTP protocol.
server
The address of a web page on the internet is called the __________, which stands for Uniform Resource Locator.
URL
The standard language for developing interactive websites, introduced by Tim Berners Lee, is __________.
HTML
HTML tags are keywords enclosed within __________ brackets.
angular
The __________ section of an HTML document contains the title and is used for search engine optimization.
head
A/An __________ defines a property for an element, consists of a name/value pair, and appears within the start tag.
attribute
Tags that have a beginning tag and an end tag, such as
, are called __________ tags.Container
Standalone tags without an end tag, such as
, are known as __________ tags.
Empty
The document type declaration used for HTML5 is __________.
In HTML5, the __________ tag is used to define a container for navigation links.
The __________ tag is used to display text in bold format.
The __________ tag displays text in subscript form, while the tag displays text in superscript form.
Anything appearing within the __________ and __________ element is displayed as deleted text.
HTML provides __________ levels of heading tags, from
6
The __________ attribute of the tag is used to specify the path of the image file.
src
The popular extensions for image files mentioned in the text are png, jpg, and __________.
gif
The height and width attributes of the tag are specified in __________.
pixels
The __________ tag is a singular tag used to display a horizontal ruled line.
To specify a table heading that displays content in bold, the __________ tag is used.
The __________ attribute is used within
colspan
By default, a visited hyperlink appears underlined and __________ in color.
purple
The default method for submitting form data, where data is visible in the address bar, is the __________ method.
GET
The __________ method for sending form data is secure for sensitive information because it does not display data in the address bar.
POST
To create a radio button which allows one selection against multiple choices, the type attribute of the tag is set to __________.
radio
The __________ attribute can be used with text and password types to specify the maximum number of characters entered.
Maxlength
A textbox with multiple lines is created using the __________ tag.
The __________ attribute of the
placeholder
The __________ tag inside a