CSE 3! By Emma Sasson CSE Online Webpage HTML WORD EXCEL ALICE

Slides:



Advertisements
Similar presentations
HTML.
Advertisements

1 Lesson 5. 2 R3 R1 R5 R4 R6 R2 B B A A
Build Your Own Webpage Code Academy.
HTML Creating Web pages. HTML Hyper Text Markup Language Not programming, but a markup language using tags to format text in Web browsers.
ADAM AKESSON’S E-PORTFOLIO For the Thinking Through Computing Learning Community.
What I Learned In CIS 101! By, Billy Johns. Excel is a GREAT program to create spreadsheets!!! I learned how to create cells, edit cells, and entering.
FLUENCY IN INFORMATION TECHNOLOGY BY VERONICA SOLDANI C OMPUTATIONAL T HINKING In CSE 3: Fluency in Information Technology, we learned how to utilize a.
Computational Thinking By Emma Epps CSE 3 Fluency with Information Technology Overview Desktop Publishing with MS Word Visual Programming with Alice Making.
Tori’s CSE 3 Poster Computational Thinking: Throughout the beginning of our course, we learned as a class so much about computers, along with learning.
CSS My favourite ICT lesson By Federico Boschi Cascading Style Sheets.
Step 1: Choose a Domain that hosts WebPages Here’s some free ones to start you off:   
Designing Web Sites Using “tags” Tags are codes inserted among the text to tell the text how to behave Their format is very rigid; they always look like.
1 HTML John Sum Institute of Technology Management National Chung Hsing University.
HTML CSS JAVASCRIPT. HTML - Stands for Hyper Text Markup Language HTML is a ‘language’ that describes web pages. This language is a collection of codes.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
All you ever needed to know…and more!. H.T.M.L. HyperText Mark-up Language Web’s programming language All web browsers Set of instructions Written with.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
Basic HTML PowerPoint How Hyper Text Markup Language Works
CSE 3 Fluency in Information Technology Michelle Christiana Lee University of CA, San Diego Computational Thinking- This course seeks to promote the enhancement.
Intro to Computers By Alex Pu Computational Thinking: Overview Making Information Available to the World with HTML an d Web Pages Desktop Publishing with.
Sierra Learns Computers in CSE3 By Sierra Lee Lab 2 Lab 2 Desktop Publishing with MS word Lab 5 Labs 4 & 5 Lab 6 Lab 6 Visual Programming with Alice In.
YEAR 8 – WEB DESIGN IN HTML Lesson 2. STARTER Use the internet to find out what JavaScript is? Use ‘Microsoft Word’ to write down your list.
Introduction to HTML. HTML Introduction HTML – Hypertext Markup Language are the instructions that tell a browser how to lay out the information (text,
HTML ( HYPER TEXT MARK UP LANGUAGE ). What is HTML HTML describes the content and format of web pages using tags. Ex. Title Tag: A title It’s the job.
HTML Lesson 2. Review Questions  What are HTML tags used for?  What do HTML tags look like?  What are the 3 required HTML tags?  In what section of.
CS 111 – Oct. 4 Web design –HTML –Javascript Commitment: –This week, read sections 4.3 – 4.5.
Images Worksheet. Web template Download the template folder Unzip and save in your documents Rename the folder to “images work” without quotes.
HTML Tags Lesson 2. What are HTML Tags?  Markup tags  Coded instructions that accompany the plain text of an HTML document  Syntax –Left wicket< –Tag.
Making Information Available to the World with HTML and Web Pages Computational Thinking Computational thinking involves a set of problem-solving skills.
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
Spiderman ©Marvel Comics Creating Web Pages (part 1)
Invitation to Computer Science 6 th Edition Chapter 10 The Tower of Babel.
Notes Test #2 will be held one week from this Thursday Check to see if you have a Vision account –Launch Netscape –Point & Click to location and type vision.
Creating a Web Page Presented by: Bernadette G. Bautista Manuel I. Santos MNHS April 29, 2011.
HTML Basic Structure. Page Title My First Heading My first paragraph.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
HTML Headers/Parag raphs. How to make a heading  Page Title This is a Heading This is a paragraph.
CSE3 Winter 2014 Making Information Available to the World with HTML and Web Pages Notepad++ was used for every webpage that was created. Used XHTML (Extensible.
CSE 3 Portfolio Desktop Publishing with MS Word Computational Thinking
Web Basics: HTML/CSS/JavaScript What are they?
CSE 3 Fluency in Technology
Advantages in Computational Thinking
Adventures with Computational Thinking
Computational Thinking By Leslie Shen
Adventure in Computational Thinking
CSE3 Computational Thinking
Adventures in Computational Thinking Rosemary Maciel, Fall 2015
Key concepts of Computing
Title of Project References Tips Abstract Define Measure Analysis
Basic HTML PowerPoint How Hyper Text Markup Language Works
CSE 3: Fluency with Information Technology Allison Bagnol
My CSE 3 Adventure Jane Heajin Min Desktop Publishing with MS Word
Adventures in Computational Thinking By: Abraham Ko CSE 3
Fluency with Information Technology
CSE 3 – Fall 2015 Sierra Ampudia
CSE 3 Computational Thinking
Computational Thinking
CSE 3 Becoming Computer Literate By Katie Harunk Overview of CSE 3
Fluency in Information Technology
Fluency with Information Technology
Adventures in Computational Thinking By Chin Hao Chang
Making Web pages.
HTML What is it? HTML is a computer language devised to allow website creation. These websites can then be viewed by anyone else connected to the Internet.
HTML Basic Structure.
Adventures in Computational Thinking By Ashley Yen
The language of the internet
The language of the internet
Your Poster Title Goes Here
Title Introduction: Discussion & Conclusion: Methods & Results:
This is an introduction to JavaScript using the examples found at the CIS17 website. In previous examples I specified language = Javascript, instead of.
Presentation transcript:

CSE 3! By Emma Sasson CSE Online Webpage HTML WORD EXCEL ALICE I learned how to code for my CSE page in HTML, and how to upload it to the Internet! HTML I learned how to code an HTML page. I learned the basic tags of title, head, and body. WORD I learned how to create professional word documents. Instead of just changing fonts we learned how to insert different headings as well as how to format pictures to fit next to the text. EXCEL I learned how to create excel pages and make graphs out of the data that I had inputted. ALICE I learned how to create an Alice World which was a good introduction to Javascript. In order to make the clock work I had to learn about loops. Javascript I learned how to create a Blackjack game using Javascript. Javascript allows me to be interactive with what’s on the page.