Notes

 

Thu, Aug 26


We learn the different ways 
To communicate with our professor. We also went through expectations and the syllabus. We are going to learn about JavaScript throughout this semester.

Some vocabulary 
JavaScript - JavaScript is a text-based programming language used both on the client-side and server-side that allows you to make web pages interactive.

HTML/CSS/JAVASCRIPT (How they work together)
HTML and CSS are languages that give structure and style to web pages, JavaScript gives web pages interactive elements that engage a user.

What we will be using:

Evernote

Drop box

Dreamweaver

Remind

Screen leap

www.nystromco.com/ET-712


Class: Et-712 BT1


Professor email:

Vaughn.Nystrom@gmail.com


Tue,August 31
We set up global protect, which helps us connect to a QCC computer.

We got our first week assignments:

The surveys , make a web folder, make our bio, and create a Google slides about your self.

 

HTML:  Hyper Text Markup Language

<li> = tag (opening)
Content

</li>= tag(closing)

Javascript (What it does)

Modify webpage content

-add a paragraph of text after the first <h1> element

-Change te size of position of an <img> element

React to events

-A button is pressed

-A link is clicked

-A cursor hovers over an element

-An interval of time has passed

Access webpage content

-select text inside all <h1> tags

-find out what entered into text input whose id attribute has a value of email.

 

Function say something (Variable1, Variable2, Variable3) {


Let Variable 4= Variable1 + Variable2 + Variable3;

return Variabl 4;

}