User Tools

Site Tools


form:www:html

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
form:www:html [2018/06/23 18:33] – [Other Cool Things] rjtform:www:html [2018/10/22 23:39] – external edit 127.0.0.1
Line 1: Line 1:
 ====== HTML ====== ====== HTML ======
 **__H__yper__t__ext __M__arkup __L__anguage** **__H__yper__t__ext __M__arkup __L__anguage**
 +
 +I like to get tipsy and do HTML when it's sunny.
  
 ===== Cool HTML Elements ===== ===== Cool HTML Elements =====
Line 21: Line 23:
   : You can specify alternative appearances for you page, which in [[tool:software:Firefox|]] are accessed via ''View > Page Style'' (or ''Alt v y''). You can also have a base sheet that is applied to all.   : You can specify alternative appearances for you page, which in [[tool:software:Firefox|]] are accessed via ''View > Page Style'' (or ''Alt v y''). You can also have a base sheet that is applied to all.
   : [[https://developer.mozilla.org/en-US/docs/Web/CSS/Alternative_style_sheets]]   : [[https://developer.mozilla.org/en-US/docs/Web/CSS/Alternative_style_sheets]]
 +
 +==== Content Security Policy ====
 +//CSP// is a way of verifying externally hosted assets on websites.
 +
 +Pretty cool thing to get into the habit of use/doing.
 +
 +  * https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP
 +
 +checkers:
 +  * https://report-uri.com/
 +  * https://csp-evaluator.withgoogle.com/
 +