Mr. Rouda’s CSCI 101 sections

Slides:



Advertisements
Similar presentations
HTML Basics Customizing your site using the basics of HTML.
Advertisements

1 Lesson 5. 2 R3 R1 R5 R4 R6 R2 B B A A
Html: getting started HTML is hyper text markup language. It is what web browsers look at on the Internet. HTML documents should be created in a simple.
A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
Build Your Own Webpage Code Academy.
Need to define two things: › The destination › Something to click on to get there  Tag is click here  Can be text, special character or image (next.
Beginning Web Site Creation: Dreamweaver CS4 Noreen Brown XHTML CODING -- TAGS.
How to Make a Web Page: A Crash Course in HTML programming.
Introduction to HTML CPS470 Software Engineering Fall 1998.
COS 125 Day 13. Agenda Capstone Projects Proposals Over Due Timing of deliverables is 10% of Grade Still missing two First Capstone Progress Report Due.
COS 125 Day 13. Agenda Capstone Progress Reports Due Quiz #2 Graded 7 A’s, 3 B’s, 3 C’s and 1 no-take Assignment #3 due this Friday We review some of.
COS 125 Internet Fundamentals and Web Page Design Day 12.
Tags & Formatting Internet Basics & Beyond. Stand Alone Tags  Remember how I told you in lesson two that most HTML tags work in pairs, but that there.
HTML Notes Chapters 1--6 Codes used in creating HTML documents are called tags. Tags are always enclosed in left ( ) angle brackets. Tags can be upper.
1 Homework / Exam Exam 3 –Solutions Posted –Questions? HW8 due next class Final Exam –See posted schedule Websites on UNIX systems Course Evaluations.
CS150 Final Exam Review 1 CS150. What you can bring with you  The paper (cheat sheet) that you used on the excel exam 2 CS150.
Agenda9/11/13  Do Now  Display your name tag and log into your computer  Pre-Assessment Test  Info and Interests  Syllabus and Course Expectations.
Mr. Rouda’s CSCI 101 sections. What does a web page consist of? Code HTML, CSS, XHTML, XML, etc. Images Gif, jpg, png, etc. Plugins Swf, flv, etc. JavaScript.
Mr. Rouda’s CSCI 101 sections. What does a web page consist of? Code HTML, CSS, XHTML, XML, etc. Images Gif, jpg, png, etc. Plugins Swf, flv, etc. JavaScript.
CSCI 1101 Intro to Computers
Agenda9/11/13  Do Now  Display your name tag and log into your computer  Pre-Assessment Test  Info and Interests  Syllabus and Course Expectations.
Web pages in Linux David Douglas Sam M. Walton College of Business, University of Arkansas.
A little PHP. Enter the simple HTML code seen below.
Introduction to HTML. What is a HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup tags  The.
A Basic Web Page. Chapter 2 Objectives HTML tags and elements Create a simple Web Page XHTML Line breaks and Paragraph divisions Basic HTML elements.
Just Enough HTML How to Create Basic HTML Documents.
HTML Hyper Text Markup Language. What is an HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
IS1811 Multimedia Development for Internet Applications Lecture 4: Introduction to HTML Rob Gleasure
Linking to an External Style Sheet Web Design Section 4-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
Introduction to HTML Wah Yan College (Hong Kong) Mr. Li C.P.
Agenda9/11/13  Do Now  Display your name tag and log into your computer  Pre-Assessment Test  Info and Interests  Syllabus and Course Expectations.
Creating a Web Site Using 000webhost.com The 000webhost.com Site You will be required to create an account in order to use their host computer 000webhost.com.
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.
Agenda9/11/13 Do Now Display your name tag and log into your computer Pre-Assessment Test Info and Interests Syllabus and Course Expectations lOpening.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place.
Web programming Part 1: HTML 由 NordriDesign 提供
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
Mr. Rouda’s CSCI 101 sections. Web Expression Tutorial New Folder Code View New File.
Mr. Rouda’s CSCI 101 sections. Refresher from Day One link.
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.
Mr. Rouda’s CSCI 101 sections. Format of Every Page my page this is the body.
Introduction To Computing Lab #8 Instructor: Kavya Venkatesh IT 104, Section: 203.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
HTML Basic Structure. Page Title My First Heading My first paragraph.
Wikis in Education: Part III Wiki Basics University School of Milwaukee.
Project 02 Creating and Editing a Web Page Concept Map of Unit Creating and Editing a Web Page Key Learning Understand the elements to create a web page.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
1 R3 R1 R5 R4 R6 R2 B B A A Looking at the Code Under the View menu Select Source.
NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.
Basic Web Publishing M. Scott Gartner 7/15/98.
A little PHP. Enter the simple HTML code seen below.
Q.Nand1 HTML Creating an HTML Document Lesson 2. Q.Nand2 Overview Creating an HTML Document: –HTML syntax –Creating Basic Tags –Displaying Your HTML Files.
Introduction to HTML.
A little PHP.
HTML GUIDE Press F5 and then
Uppingham Community College
WEB PAGES: CREATING AND MAINTAINING **
CSE 3! By Emma Sasson CSE Online Webpage HTML WORD EXCEL ALICE
For formal papers in English Class
Mr. Rouda’s CSCI 101 sections
1. 4 BECOME A PAGE ADMINISTRATOR
HTML Formatting Text.
Grab a laptop and log on Do not come to Ms. Murphy with questions/issues with paper – they will all be addressed in class Go to your essay in Google Docs.
Creating your first website
Creating your first website
For the CIS17 course..
Monday, Sept. 24 Today we are going to update the html code to html5. It has some new features that we have not covered yet.
Presentation transcript:

Mr. Rouda’s CSCI 101 sections HTML Formatting Text Mr. Rouda’s CSCI 101 sections

Refresher from Day One <b> <p> <a href="xxxxx">link</a>

Format of Every Page <html> <head> <title> my page </title> </head> <body> this is the body </body> </html>

Other Misc Simple Formatting <big> <small> <center>

Headers Normal text <h1>header one </h1> <h2>header two </h2> <h3>header three </h3> <h4>header four </h4> <h5>header five </h5> <h6>header six </h6>

Line Breaks and Paragraphs Hi guys.<br /> How are you? Hi guys .<br /><br /><br /><br /> How are you? Hi guys.<p> How are you? </p> Hi guys.<p> <p> <p> How are you? </p> </p> </p>

Preformatted Text <pre> Please leave this spacing alone.

Special characters < = < > = >   = SPACE © = © < = < > = >   = SPACE © =  © ® = ®

Putting Stuff on Birdnest go to www.birdnest.org and request an account wait 3 hours go to your page on birdnest File -> Edit with Expression login id : acc\USERNAME password: same as email Either Edit the code or File Import rename to default.htm

Game Maker Tutorial Flappy Bird Studio Source Code 8.1 Source Code http://www.youtube.com/watch?v=Vdfs08TyH-U Studio Source Code http://www.mediafire.com/download/mop3xn32l163na2/flappy_bird.gmx.zip 8.1 Source Code http://www.mediafire.com/download/x0o5396bb5umh0l/flappy_bird_tutorial.gm81

Extra Credit Write 3 sentences for each of the questions that you missed for a possible ½ credit added to your scores. The sentences should be factual information relating to the missed question. I will need these in printed format, stapled to your exam by April 9, 2014.

Homework Create your birdnest account if not completed from a previous class Create a single webpage that links to Winthrop and google and your email address. Write a paragraph about your favorite subject and format the text using the formatting tags in this PowerPoint Email me a link to your birdnest page.