Lecture 3: Websites - 16/1 Flashcards

1
Q

HTML

A

Hypertext markup language

Consists of tags that designate certain parts of a document, usually angle brackets encapsulating a command. These tags surround text, the second tag has a /.

ex: <b> for bold text </b>

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

Basic facts about HTML

A

The entire document is enclosed by

<html>
<body>
document
<body>
</html>
</body></body></html>

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

Adding hyperlinks in html

A

<aINSERT>text</a>
INSERT: href="link"
The link is in parenthesis, the text displayed is between the <>, in this case it reads text

This can either lead to an external or internal link
</aINSERT>

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

Content management service/system

A

A computer software used to manage the creation and modification of websites without the need for technical knowledge

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

Index page

A

The URL or local file that automatically loads when a web browser starts

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

Difference between external and internal link

A

External = outside the site
Internal = inside the site

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

Cascading style sheet (CSS)

A

Allows a style to be applied to desired parts of a website rather than having to code the style from scratch every time

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

Different options for website creation

A

Hand-coding, web design IDE, graphical website builder/CMS

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

What can improve the effectiveness of a website?

A
  1. Quick load times
  2. 57% of time is spent on a website’s first page, so make it count (use media, call to action, clear and descriptive headline)
  3. Don’t give people too many choices
  4. Scrolling > clicking (people often miss something if they have to click to see it)
  5. Put people in photos
How well did you know this?
1
Not at all
2
3
4
5
Perfectly