ET-710 Web Technology: Building and Maintaining Web Sites

Slides:



Advertisements
Similar presentations
HTML Lesson 4 Hyper Text Markup Language. Assignment Part 3  Save your last html file as “FirstName3.htm”  Set the title as “FirstName LastName Third.
Advertisements

A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
TS 313 Multimedia Applications Welcome to TS 313 Multimedia Applications There is no audio lecture associated with this set of introduction slides Refer.
OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS.
What is a Web Page? Web pages are a combination of text and graphics, wrapped in a special “markup” language. The markup language (Hypertext Markup Language.
Unit 4.4 We are HTML Editors
Overview of HTML. Three Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
CGS3066: Web Programming and Design Summer 2014 Instructor Mir Anamul Hasan.
Pre-Coding Web Design – Sec 3-1 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
First things, First Do you belong in here? – 10 – 12 – Comp. Discovery or Keyboard/Comp Apps – Do you have any experience with Web Page Design?????
Professor Brian R Banho.  Design, create, and publish web sites  Learn Microsoft Expression Web software  Explore Web design resources  Create a portfolio.
1 Session 1: Introduction to HTML Spring Today’s Agenda Cover useful terminology for today’s session HTML, browsers, servers, etc. HTML Tags Get.
Professor Brian R Banho.  Design, create, and publish web sites  Learn Microsoft Expression Web software  Explore Web design resources  Create a portfolio.
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.
Objectives Prior Knowledge VocabularyEssential True.
Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web.
Overview of HTML/XHTML Two Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
Basic HTML Hyper text markup Language. Lesson Overview  In this lesson, you will learn to:  Write HTML code using a text editor application such as.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
History Day Interpretive Web Site Category Notes on Web Site Category  Fourth year as a full NHD category.  Individual and Group entries are now.
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.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
WRT235: Writing in Electronic Environments Session 2 Basic XHTML.
CPSC 203 Introduction to Computers Lab 66 By Jie Gao.
Lesson 2 – Unit B. Quick review 1. What is the name of the eGCC host that you ftp your files? 2. What type of software do you use to create and edit web.
Interface Programming 1 Week 1. Interface Programming 1 CALENDAR.
Basic HTML. Lesson Overview In this lesson, you will learn to:  Write HTML code using a text editor application such as Notepad.  View Web pages created.
This shows CIS17 and the first day introduction..
Web Page Creation Standard Grade Computing. WWW n The World Wide Web is a collection of information held in multimedia form on the Internet. n This information.
HTML Introduction 2-1. Lecture 6 HTML - HyperText Markup Language  not a programming language  structure text into title, body, paragraphs, lists, links,
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Course Content Emily Dixon. Content Strategy Web > Class > Modules > Module 1 (etc) > Projects > Exercises Public > NO strategy–It’s a mess Dixonem1 >
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
Click on CIS120/17 to go to website for course. The week of will tell you what is planned for the week and what has been assigned.
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.
Introduction to HTML Hypertext Mark-up Language. HTML HTML = Hypertext Mark-up Language Is just plain simple text marked up by “tags” You can create a.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
Computer Basics Introduction CIS 109 Columbia College.
HTML...CSS...JAVASCRIPT for Higher Computing Science.
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
Front End Design By Sylvester Ndung’u
Project 1 Introduction to HTML.
CISC103 Web Development Basics: Web site:
Chapter 1 Introduction to HTML.
ET-710 Web Technology: Building and Maintaining Web Sites
Active Server Pages Computer Science 40S.
Pre-Coding Web Design – Sec 3-1
Course Introduction Professional Web Designing for Beginners
Essentials of HTML.
My web site..
CISC103 Web Development Basics: Web site:
Essentials of HTML.
Saving a .html file in NotePad
Kapi’olani Community College
HTML HYPERTEXT MARKUP LANGUAGE.
ET-710 Web Technology: Building and Maintaining Web Sites
WEB PAGE AUTHORINHG AND DESIGNING
Unit A.
Overview of HTML.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Unit 6 part 3 Test Javascript Test.
HTML Text editors and adding graphics
HTML Structure.
WEB DESIGNING THROUGH HTML
One Set of Styles Connected to As Many Pages as You Want!!!
© 2017, Mike Murach & Associates, Inc.
CGS 3066: Web Programming and Design Fall 2019
Presentation transcript:

ET-710 Web Technology: Building and Maintaining Web Sites Professor Brian R Banho bbanho@qcc.cuny.edu

Overview Design, create, and publish web sites Create a portfolio of work HTML5 Browsers CSS WWW jQuery Bootstrap Bootstrap URL scripts

Course Requirements: 1) USB Flashdrive 3) Access to a computer Class Library: www.professorbrian.com/et710 Emergency Closing (e.g. weather): (718)631-6262 or www.qcc.cuny.edu > Emergency Information Link

Rules/Common Sense Silence all electronic devices Attend and come prepared (logistically and mentally) Follow the “headline rule” of behavior. Promise yourself success in this endeavor. Act on this promise. Grades (Repect and value for the CUNY diploma): Giving vs Reporting. Opportunity vs. Outcomes Requirements in line with the professional world: Do work when its due. Each lesson depends on understanding the previous lesson’s work.

What is needed to create a web page? 1) A text editor (Notepad) to create the web page code. Save the file with: a .htm or a .html extension. Type = Text document Encoding = UTF-8 2) A Browser to view the code.