The Web, HTML & JavaScript - HTML Flashcards

1
Q

Advantages of HTML over web authoring?

A
  • You know whats going in so there’s no extra clutter
  • You pay more attention to the layout as you have to think about it first
  • You learn about software design in the process
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does <!DOCTYPE HTML> do?

A

It is a document type declaration, which tells the browser what type of document to expect

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

What does do?

A

It uses the 8 bit Universal Transformation Format character set, which includes all Western European Languages

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

Why should HTML code be indented?

A

Makes code easy to read and identify the different sections of code

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

What are some common HTML code errors? (3)

A

Incorrect spelling, tags not being opened/closed, files in incorrect folders

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

What are the following tags: ?

A
  • Inserts a horizontal line

* Creates a navigation bar

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

What is “content”?

A

The information the web creator wants to convey to the viewers of the site

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

What is “presentation”?

A

Defines how the content will appear to the viewers of the web site

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

What is “behaviour”?

A

Allows the web creator to add interactivity to web pages

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