返回卡包市场

1.3.4 Web Technologies

暂无描述。系统推荐的高质量记忆内容,适合每天坚持背诵学习。

卡片总数: 19内容版本: v4公开卡包更新时间: 8/1/2026

卡片预览 (19 张)

#1
正面 (问题)

What is HTML?

背面 (解答)

HTML is the language/script that web pages are written in

#2
正面 (问题)

What does HTML do?

背面 (解答)

HTML allows a browser to interpret and render a webpage

#3
正面 (问题)

What is a tag in HTML?

背面 (解答)

HTML code is made up of tags, tags are the names given to values stored in angle brackets i.e. <h1></h1>

#4
正面 (问题)

What is an identifier selector?

背面 (解答)

An identifier selector is a value that follows a hashtag

#5
正面 (问题)

What is a class selector?

背面 (解答)

A class selector is a value that follows a full stop

#6
正面 (问题)

What is CSS?

背面 (解答)

CSS is a script/language like HTML except it’s used to describe the style of a webpage

#7
正面 (问题)

What are the names of the two methods applying CSS?

背面 (解答)

Internal/embedded CSS External CSS

#8
正面 (问题)

Where do you write internal CSS?

背面 (解答)

It’s places inside the style tags and is entered directly within the HTML document

#9
正面 (问题)

Where do you write external CSS?

背面 (解答)

You write it in a separate document

#10
正面 (问题)

How do you use external CSS in your HTML code?

背面 (解答)

You use the tag

#11
正面 (问题)

What is JavaScript?

背面 (解答)

JavaScript is a language used on webpages to add interactivity

#12
正面 (问题)

Is JavaScript interpreted or compiled

背面 (解答)

Interpreted

#13
正面 (问题)

What is a search engine?

背面 (解答)

A search engine is a program that searches through a database of internet addresses looking for a resource based on criteria set by the user/client

#14
正面 (问题)

What software do search engines use?

背面 (解答)

Web Crawlers

#15
正面 (问题)

What does a Web Crawler?

背面 (解答)

Travels across the internet collecting keywords and phrases from a web page and adding it to an index of web resources

#16
正面 (问题)

What is a page rank algorithm?

背面 (解答)

The algorithm used to determine the order used when showing web results for a search engine query

#17
正面 (问题)

What factors determine a page rank?

背面 (解答)

• The number of incoming links it has from other web pages - The page rank of the web pages that link to it

#18
正面 (问题)

What is server side processing?

背面 (解答)

Server side processing is when a client sends information to a server for processing

#19
正面 (问题)

What is client side processing?

背面 (解答)

Client side processing is when information is processed on a local device for processing