1.3.3 PART 3 HTML, CSS, PageRank Flashcards

(31 cards)

1
Q

What is HTML?

A

Hypertext markup language

The standard markup language for web pages, that uses tags to specify the page’s elements;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

HTML features?

A

The language of the WWW
NOT a programming language
Describes web page content
Requires a text editor and a web browser to write in HTML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Rendering?

A

The process of processing the HTML for display purposes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

HTML Code?

A

Uses <tags> to govern how to present sections of content</tags>

Stores locations of images to be displayed

Provides the locations of other websites, that are linked- using hyperlinks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Common tag types?

A

Paragraph
Ordered lists- creates a block that needs list item tags for each line
Division tags
Hyperlink reference tags (<a> and </a>)
Image (<img></img>)
Bold and Italic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Division tags?

A

Create tidy blocks of HTML content that can be formatted collectively and independently using CSS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Identifiers?

A

Unique to one element per webpage- allowing the element to be styled

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Classes?

A

Can be used to identify multiple elements per page- allowing the all elements to be styled at once.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Content of a page vs style of a page?

A

HTML- defines page content and structure; webpages consist of a head and a body

CSS- used to define page styles and appearance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

3 CSS types?

A

Inline Styling

Internal Embedded styling

External styling

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Inline styling?

A

Applying style rules within a html tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Internal Embedded styling?

A

Applying style rules within style tags in the <head> section

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

External styling?

A

Linking an external style sheet from any HTML file that may be created for an entire website.

Styles on one stylesheet can be applied to multiple HTML files- throughout a website- so long as the files link to it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

CSS Box Model?

A

A container that contains multiple properties including borders, margin, padding, and the content itself; even if this is invisible.

It is used to create the design and layout of web pages.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Head of a webpage vs body of a webpage?

A

Head- contains page metadata
Body- contains page content

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Metadata?

A

Data about data.

Meta tags describe the content of a webpage- can be placed inside HTML pages to make the page more likely to be found;

These tags are hidden from users, but discoverable by WEB CRAWLERS

17
Q

Search engines?

A

Systems that locate resources on the WWW;
Keeping indexes

18
Q

Index?

A

A record of the resources located on the WWW- updated by web crawler software

19
Q

Web Crawlers?

A

Internet bots that endlessly scout the web to discover + record publicly available webpages.

They follow hyper links on discovered pages onto proceeding pages

20
Q

What do web crawlers keep an index of?

A

URL of found resource

Content of the found resource

The last time the found resource was updated

Quality of the found resource

21
Q

How do web searches work?

A

Web crawlers search the web, locating resources
Resource data is copied to the search engines index

When a client searches…

User enters search item into search engine
Index is searched for relevant content- using the PageRank Algorithm

Search results are returned to the user, displaying relevant webpages

22
Q

What is PageRank?

A

An algorithm developed to list search results in order / rank of usefulness and relevance.

Created by Google Founders.

The page with a higher rank is a more authoritative source.

23
Q

PageRank factors?

A

Domain name
Frequency of search term in the page
Age of the webpage
Frequency of page updates
Magnitude of content updates
Keywords in <h1> tags

24
Q

How is a PageRank value calculated?

A

Formula must be repeated for several iterations of running the formula

Each iteration produces a more accurate PageRank value

The higher the value, the more relevant the page

A page with more inbound links will have a higher value

25
Why is the PageRank algorithm important?
The purpose of the algorithm is to provide better search results that are more precise and related by taking into account various factors beyond just matching keywords
26
Key elements of the PageRank algorithm?
Link analysis Link weight distribution Iterative calculation Damping factor
27
Link analysis?
The PageRank algorithm analyses the structure of links between pages on the web Web pages are given importance by the algorithm, which considers the quantity and quality of inbound links from other pages Each link acts as a "vote" for the target page, with the voting weight determined by the importance of the linking page
28
Link weight distribution?
The importance of a webpage is calculated by PageRank, which takes into account the total number of "votes" it has received The algorithm distributes the importance of a page to the pages it links to by sharing a portion of its importance with each outgoing link By following this process, pages of superior quality are given greater importance and make a larger impact in determining the ranking of other pages
29
Iterative calculation?
The PageRank algorithm uses a repetitive calculation process. At the beginning, every webpage is given the same value to start with In subsequent iterations, the significance of each page is re-evaluated by considering the weighted impact of inbound links The process continues until the rankings become stable
30
Damping factor?
The damping factor is a value between 0 and 1 (usually 0.85) It represents the probability that a user will not follow a link on a page and will instead jump to a random new page It prevents the algorithm from getting stuck in infinite loops and makes the model more realistic
31
Factors influencing PageRank?
Relevance User engagement Authority and trust Content freshness Mobile-friendliness