1 - Intro Flashcards

1
Q

HTML defines…

A

HTML defines the content of web pages

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

CSS…

A

Cascading style sheets are users to specify the layout

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

JavaScript is used…

A

JavaScript is used to control the behaviour of web pages

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

XML or JSON are used…

A

XML or JSON are used to describe data (syntax for storing and exchanging data)

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

PHP is used to…

A

PHP is used to write server side scripts

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

SQL is used to..

A

SQL is used to write server side databases

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

Benefits of HTML 5…

A

HTML 5

Better integration of media
Smart phones and tablets
For controlling embedded devices

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

Describe

A

The tag is a declaration about what version of HTML we are using.

In HTML 5 it’s a lot simpler

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

What does HTML mean?

A

Hyper Text Markup Language

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

How do you position text?

A

By using ‘align’

ie <h1> heading </h1>

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

How do you insert a link?

A

With an anchor

<a> BBC Website </a>

For an internal link on your PC : <a> local file </a>

To a place on the same file use id tags ie:

<a> Click here to go to my link </a>

<div> Link goes here </div>

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