1.3.3 PART 3 HTML, CSS, PageRank Flashcards

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

PageRank Algorithm Formula?

A

(1-d) + d[ PR(Ti) / C(Ti) +…… + PR(Tn) / C(Tn) ]

Where:
d = damping factor
Ti and Tn= pages which link to page A
C = Number of outbound links on page Ti or Tn

25
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