HTML - CL1 Flashcards

1
Q

Basic elements (TABLE, DIV, P, FORM, A, UL, INPUT):

  • typical behavior
  • constructional differences for each of them
A

DIV
https://www.w3schools.com/tags/tag_div.asp

TABLE
https://www.w3schools.com/tags/tag_table.asp

P
https://www.w3schools.com/tags/tag_p.asp

FORM
https://www.w3schools.com/tags/tag_form.asp

A
https://www.w3schools.com/tags/tag_a.asp

UL
https://www.w3schools.com/tags/tag_ul.asp

INPUT
https://www.w3schools.com/tags/tag_input.asp

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

Page Layouts with tables and div’s:

- main advantages and disadvantages

A

https://www.smashingmagazine.com/2009/04/from-table-hell-to-div-hell/

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

iFrames:

  • advantages
  • restrictions
A

https: //www.w3schools.com/html/html_iframe.asp
https: //tweakyourbiz.com/technology/3-reasons-avoid-iframes-business-website
https: //www.w3schools.com/tags/att_iframe_sandbox.asp

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

Forms & form elements:

  • typical structure of form
  • required elements
  • typical behavior
A

https: //developer.mozilla.org/en-US/docs/Learn/HTML/Forms/Your_first_HTML_form
https: //www.tutorialspoint.com/html/html_forms.htm
https: //www.w3schools.com/html/html_forms.asp

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

Semantical layout:

- section, footer, article, nav tags

A

https://www.w3schools.com/html/html5_semantic_elements.asp

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

Base tag

A

https://www.quackit.com/html_5/tags/html_base_tag.cfm

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

Video, Audio:

  • How to add on page
  • Syntax
  • Media Events
A

https: //www.w3schools.com/html/html5_video.asp
https: //www.w3schools.com/html/html5_audio.asp

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

HTML5 Input Types:

  • color
  • date
  • datetime-local
  • email
  • month
  • number
  • range
  • search
  • tel
  • time
  • url
  • week
A

https://www.w3schools.com/html/html_form_input_types.asp

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

Canvas:

  • What is HTML Canvas
  • Adding to page
A

https: //www.w3schools.com/html/html5_canvas.asp
https: //www.tutorialspoint.com/html5/html5_canvas.htm

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