diff --git a/computer-science-blog/css/main.css b/computer-science-blog/css/main.css new file mode 100644 index 0000000..02c5c84 --- /dev/null +++ b/computer-science-blog/css/main.css @@ -0,0 +1,4 @@ +/* Reading School 2018, CSS*/ +iframe { + width: 100%; +} \ No newline at end of file diff --git a/computer-science-blog/index.html b/computer-science-blog/index.html new file mode 100644 index 0000000..7ee7ea7 --- /dev/null +++ b/computer-science-blog/index.html @@ -0,0 +1,102 @@ + + +
+ + + + + + + + + + + + + + + + + + + + +I know that: +
<link rel="stylesheet" type="text/css" href="../css/main.css">
+ <script type="text/javascript" src="scripts/scripts.js"></script>
+
+ // onload of window
+
+ window.onload = dateInsert;
+
+ [condition] ? [value if true] : [value if false]
+