Web technologies

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/39

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:10 PM on 12/8/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

40 Terms

1
New cards

What does HTML stand for?

HyperText Markup Language

2
New cards

What is the purpose of HTML?

HTML is the language used to write web pages, allowing browsers to interpret and display them by describing their structure and content order.

3
New cards

How are tags written in HTML?

Tags are enclosed in angle brackets. For example: and .
4
New cards

What are the two main sections of an HTML webpage?

The head and the body.

5
New cards
What does the tag contain?

Information about the webpage, such as the title, links to stylesheets, and other metadata.

6
New cards
What does the tag contain?

The main content of the webpage, including text, images, and other elements.

7
New cards
What is the purpose of the tag?

To link to external files, including CSS stylesheets.

8
New cards
What is the purpose of the

,

, and

tags?

To define headings of different sizes, with

being the largest and

being the smallest.

9
New cards
What is the purpose of the

tag?

To define a paragraph of text.

10
New cards
What is the purpose of the tag?

To embed an image into the webpage.

11
New cards
What are the required parameters for the tag?

src (source of the image), width, and height.

12
New cards
What is the purpose of the tag?

To create a hyperlink to another webpage or resource.

13
New cards
What parameter is used to specify the link destination in the tag?

The href attribute.

14
New cards
What is the purpose of the
    tag?

To create an ordered list (numbered).

15
New cards
What is the purpose of the
    tag?

To create an unordered list (bulleted).

16
New cards

What tag is used to define each item in a list?

The
  • tag.
  • 17
    New cards
    What is the purpose of the
    tag?

    To divide the page into separate sections or containers.

    18
    New cards

    What does CSS stand for?

    Cascading Style Sheets.

    19
    New cards

    What is the purpose of CSS?

    To control the visual appearance and styling of a webpage.

    20
    New cards

    What are the two forms of CSS?

    Internal/embedded CSS and external CSS.

    21
    New cards

    How is internal/embedded CSS used?

    It is placed within
    22
    New cards

    How is external CSS used?

    It is written in a separate file, and a link to this file is added to the HTML document using the tag.
    23
    New cards

    What is the basic syntax of a CSS rule?

    selector { property: value; }

    24
    New cards

    What are classes and identifiers in CSS?

    They are attributes used to select and style specific HTML elements.

    25
    New cards

    How are classes defined in CSS?

    Using a full stop (.) followed by the class name.

    26
    New cards

    How are identifiers defined in CSS?

    Using a hashtag (#) followed by the identifier name.

    27
    New cards

    What is JavaScript?

    A scripting language primarily used to add interactivity to websites.

    28
    New cards

    Is JavaScript compiled or interpreted?

    Interpreted.

    29
    New cards

    What are some advantages of using JavaScript?

    It can handle invalid data on the client side, reduces server load, reduces web traffic.

    30
    New cards

    How can JavaScript be used to manipulate HTML elements?

    By using methods like document.getElementById() to select elements and properties like innerHTML to modify their content.

    31
    New cards

    How can JavaScript be used to display output?

    Changing attributes of HTML elements, writing directly to the document, or displaying alert boxes.

    32
    New cards

    What is a search engine?

    A program that searches through a database of internet addresses to find resources based on user queries.

    33
    New cards

    What is the role of web crawlers in search engine indexing?

    They traverse the internet, collecting information about websites and adding it to the search engine's index.

    34
    New cards

    What is the PageRank algorithm?

    An algorithm used to rank web pages based on the number and quality of incoming links.

    35
    New cards

    What two factors determine the PageRank of a page?

    The number of incoming links from other web pages and the PageRank of the web pages that link to it.

    36
    New cards

    What data structure is used to represent the relationship between web pages for PageRank calculation?

    A directed graph.

    37
    New cards

    What is server-side processing?

    When data is sent from the client to the server to be processed.

    38
    New cards

    What are some advantages of server-side processing?

    It does not require plugins, handles large calculations faster, is not browser-dependent, and is more secure.

    39
    New cards

    What is client-side processing?

    When data is processed directly on the client's device.

    40
    New cards

    What are some advantages of client-side processing?

    It allows immediate response to user actions, executes quickly, and gives developers more control over the website's behavior and appearance.

    Explore top flashcards

    flashcards
    Unit 4 APES
    137
    Updated 1202d ago
    0.0(0)
    flashcards
    SAT 5 Vocabulary
    20
    Updated 1151d ago
    0.0(0)
    flashcards
    Unit 13 Vocabulary, Book I
    20
    Updated 17d ago
    0.0(0)
    flashcards
    MICROBIO B2 U3
    52
    Updated 705d ago
    0.0(0)
    flashcards
    AP bio penguins unit 3
    38
    Updated 479d ago
    0.0(0)
    flashcards
    Woordenschat Folder 2 (+ extra)
    107
    Updated 1207d ago
    0.0(0)
    flashcards
    Lang Final
    55
    Updated 841d ago
    0.0(0)
    flashcards
    Unit 4 APES
    137
    Updated 1202d ago
    0.0(0)
    flashcards
    SAT 5 Vocabulary
    20
    Updated 1151d ago
    0.0(0)
    flashcards
    Unit 13 Vocabulary, Book I
    20
    Updated 17d ago
    0.0(0)
    flashcards
    MICROBIO B2 U3
    52
    Updated 705d ago
    0.0(0)
    flashcards
    AP bio penguins unit 3
    38
    Updated 479d ago
    0.0(0)
    flashcards
    Woordenschat Folder 2 (+ extra)
    107
    Updated 1207d ago
    0.0(0)
    flashcards
    Lang Final
    55
    Updated 841d ago
    0.0(0)