IT 314 Reviewer
IT 314 Reviewer
<a
href="https://www.example.com">V
isit Example</a>
6. Comments:
● HTML comments are enclosed in
<!-- --> and are not displayed by the
browser. In CSS and JavaScript,
comments are written using /* */ and
//, respectively .
IT 314 Web Systems and Technology Reviewer
● Examples: Variables
Conditionals Functions
Array Methods:
● push(): Adds elements to the end.
● pop(): Removes the last element.
● shift(): Removes the first element.
● unshift(): Adds elements to the
beginning .