返回卡包市场

Web Development

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

卡片总数: 19内容版本: v3公开卡包更新时间: 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 written within angle brackets i.e. 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 of applying CSS?

背面 (解答)

The two methods of applying CSS are internal (embedded) CSS and external CSS.

#8
正面 (问题)

Where do you write internal CSS?

背面 (解答)

Internal CSS is placed inside the style tags and is entered directly within the HTML document.

#9
正面 (问题)

Where do you write external CSS?

背面 (解答)

You write external CSS in a separate document.

#10
正面 (问题)

How do you use external CSS in your HTML code?

背面 (解答)

You use the link tag.

#11
正面 (问题)

What is JavaScript?

背面 (解答)

JavaScript is a language used on webpages to add interactivity.

#12
正面 (问题)

Is JavaScript interpreted or compiled?

背面 (解答)

JavaScript is 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 client/user.

#14
正面 (问题)

What software does a search engine use?

背面 (解答)

Search engines use web crawlers.

#15
正面 (问题)

What does a Web Crawler do?

背面 (解答)

A Web Crawler travels across the internet collecting keywords and phrases from a web page and adding them to an index of web resources.

#16
正面 (问题)

What is the pagerank algorithm?

背面 (解答)

The pagerank algorithm is used to determine the order in which web results are shown for a search engine query.

#17
正面 (问题)

What factors determine a pagerank?

背面 (解答)

Factors that determine a pagerank include: - 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.