Skip to content

Commit c47b294

Browse files
committed
js content edited
1 parent a5893d2 commit c47b294

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
<div class ="page-content">
232232
<center><h2>CSS (Cascading Style Sheet) in Computer Science</h2></center>
233233
<p><img src="images/css-float.png" width="300px" height="300px" style="float:left" padding-right="30" class="image">
234-
<p>At both Key Stages 3 and 4 at secondary school level, students are introduced to the concept of web development, which comprises of basic HTML and CSS coding, and are taught the following:</p>
234+
<p>Along with HTML, students at both key stages 3 and 4, learn the basics of styling the HTML using CSS in stylesheet to create beautiful markup websites, this includes:</p>
235235
<strong><h3>CSS Fundamentals</h3></strong>
236236
<p><strong>Design Principles: </strong>Students learn fundamental design principles such as layout, balance, contrast, and alignment to create visually appealing and user-friendly web pages.</p>
237237
<p><strong>Styling Pages: </strong>HTML elements are styled using CSS (Cascading Style Sheets) to control their appearance, including attributes like color, font, size, and spacing.</p>

js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
<div class ="page-content">
215215
<center><h2>JavaScript in Computer Science</h2></center>
216216
<p><img src="images/js-float.png" width="300px" height="300px" style="float:left" padding-right="30" class="image">
217-
<p>At both Key Stages 3 and 4 at secondary school level, students are introduced to JavaScript, along with basic HTML and CSS coding, and are taught the following:</p>
217+
<p>Although covered briefly, JavaScript is taught at both key stages 3 and 4, whereby students learn to create interactive websites using basic scripts, this includes:</p>
218218
<p><strong>Alerts and Buttons: </strong>JavaScript enables students to create interactive elements on web pages, such as alerts triggered by button clicks. Alerts provide popup messages to users, enhancing user experience and providing feedback.</p>
219219
<p><strong>Variables and + Operator: </strong>Students learn to declare and initialize variables in JavaScript to store and manipulate data. The + operator can concatenate strings and perform arithmetic operations on numbers, enabling dynamic content generation and calculations.</p>
220220
<p><strong>Prompts: </strong>JavaScript prompts allow students to interact with users by displaying dialog boxes that prompt them to input data. Prompts can be used to gather user input, validate form submissions, and customize user experiences on web pages.</p>

0 commit comments

Comments
 (0)