HTML - CL3 Flashcards

1
Q

Web-components:

  • templates
  • custom elemets
  • shadow DOM
  • imports
A

https: //ultimatecourses.com/blog/web-components-concepts-shadow-dom-imports-templates-custom-elements#templates
https: //css-tricks.com/modular-future-web-components/

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

Spellcheck

A

https://www.w3schools.com/tags/att_global_spellcheck.asp

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

Custom scheme handlers

A

https: //html.spec.whatwg.org/multipage/system-state.html#custom-handlers
https: //developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler

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

WebGL

A

https: //webglfundamentals.org/webgl/lessons/webgl-fundamentals.html
https: //webglfundamentals.org/webgl/lessons/webgl-how-it-works.html

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

SVG

A

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

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

HTML performance

A

https: //samdutton.wordpress.com/2015/04/02/high-performance-html/
https: //www.sitepoint.com/10-ways-minimize-reflows-improve-performance/

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

Canvas:

  • Draw Linear Gradient
  • Draw Circular Gradient
  • Draw Image
A

https: //www.w3schools.com/tags/canvas_createlineargradient.asp
https: //developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/createLinearGradient
https: //www.w3schools.com/tags/canvas_createradialgradient.asp
https: //www.w3schools.com/tags/canvas_drawimage.asp

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

Optimization pages for searching systems (one of google/yandex/yahoo/bing):

  • How search engines indexes pages (google or yandex for example)
  • rules for following to be indexed by bot
  • single page application and potential problems with search engines
  • ways to address SPA issues with search engines
  • web components and search engines
A

https: //support.google.com/webmasters/answer/7451184?hl=en
https: //medium.com/js-dojo/is-my-single-page-app-seo-friendly-be2c827f1c38
https: //www.seroundtable.com/google-on-crawling-javascript-sites-progressive-web-apps-21737.html
https: //webmasters.googleblog.com/2014/05/understanding-web-pages-better.html
https: //hjnilsson.com/2016/05/18/seo-for-single-page-apps/

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