1.3.4 Web Technologies Flashcards

1
Q

Define HTML

A

the standard **markup language **for websites

not a programming language

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

What are tags used for?

in HTML

A
  • to specify parts of a webpage
  • define structural elements of a page

e.g. navigation bar, footer

e.g. paragraph, button, header

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

What interprets the tags? And what is the outcome of this?

in HTML

A
  • the web browser, which then displays the webpage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Why is JavaScript often used with HTML?

A
  • HTML is** not a programming language**(but a markup language)
  • JavaScript can implement programming techniques/ constructs

JS is designed for the web

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

Define rendering in terms of HTML

A

process of processing HTML code to display webpages

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

What can CSS be used to do?

in HTML

A
  • override the default browser rules of presentation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define a semantic element

in HTML

A

an element of the code which** clearly defines** its content to both the developer and the web browser

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

State a benefit of semantic elements

in HTML

A
  • allows correct interpretation by view and devices
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What do the head tags contain?

in HTML

A
  • any content which isn’t included in the main body of the webpage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which tags contain the main content of the webpage?

in HTML

A
  • the body tags
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

From h1to h6 headers, what happens to the level priority?

in HTML

A
  • the priority levels decrease
How well did you know this?
1
Not at all
2
3
4
5
Perfectly