HTML - CL1 Flashcards
Basic elements (TABLE, DIV, P, FORM, A, UL, INPUT):
- typical behavior
- constructional differences for each of them
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
Page Layouts with tables and div’s:
- main advantages and disadvantages
https://www.smashingmagazine.com/2009/04/from-table-hell-to-div-hell/
iFrames:
- advantages
- restrictions
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
Forms & form elements:
- typical structure of form
- required elements
- typical behavior
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
Semantical layout:
- section, footer, article, nav tags
https://www.w3schools.com/html/html5_semantic_elements.asp
Base tag
https://www.quackit.com/html_5/tags/html_base_tag.cfm
Video, Audio:
- How to add on page
- Syntax
- Media Events
https: //www.w3schools.com/html/html5_video.asp
https: //www.w3schools.com/html/html5_audio.asp
HTML5 Input Types:
- color
- date
- datetime-local
- month
- number
- range
- search
- tel
- time
- url
- week
https://www.w3schools.com/html/html_form_input_types.asp
Canvas:
- What is HTML Canvas
- Adding to page
https: //www.w3schools.com/html/html5_canvas.asp
https: //www.tutorialspoint.com/html5/html5_canvas.htm