CS 1150 – Lab #16A & 16B – HTML TA – Sanjaya Wijeratne – Web Page -

Slides:



Advertisements
Similar presentations
Introduction to HTML
Advertisements

VU.
Introduction to HTML. A Web Page is.. An ASCII (text) file.. Whose filename ends with.htm or.html –index.html or cookie-recipe.htm Contains HTML tags.
4. Internet Programming ENG224 INFORMATION TECHNOLOGY – Part I
CS 1150 – Lab #4 – Logic Circuits TA – Sanjaya Wijeratne – Web Page -
Internet Applications Development Lecture 2 L. Obead Alhadreti.
1 Creating a professional website I Mutsumi Ogawa - LG 400 – wk10.
Web Development & Design Foundations with XHTML
CS 1150 – Lab #15 – Networking TA – Sanjaya Wijeratne – Web Page -
CS 1150 – Lab #13 – Artificial Intelligence TA – Sanjaya Wijeratne – Web Page -
CS 1150 – Lab #16A & 16B – HTML TA – Sanjaya Wijeratne – Web Page -
HTML Concepts and Techniques Fourth Edition Project 2 Creating and Editing a Web Page.
A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
A really fairly simple guide to: mobile browser-based application development (part 1) Chris Greenhalgh G54UBI / Chris Greenhalgh
George Mason University
Hyper Text Markup Language Developing & Hosting a Web page Lecture 21.
CS 1150 – Lab #2 – Exploring Number Systems TA – Sanjaya Wijeratne – Web Page -
MIS 425 Lecture 1 – HTML Basics and Web Page Design Instructor: Martin Neuhard
Introduction to HTML CPS470 Software Engineering Fall 1998.
CIS101 Introduction to Computing Week 05. Agenda Your questions CIS101 Survey Introduction to the Internet & HTML Online HTML Resources Using the HTML.
CIS101 Introduction to Computing
Web Page Development Identify elements of a Web Page Start Notepad
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
CS 1150 – Lab #2 – Exploring Number Systems TA – Sanjaya Wijeratne – Web Page -
CS 1150 – JavaScript Programming Lab TA – Sanjaya Wijeratne – Web Page -
CIS101 Introduction to Computing Week 06. Agenda Your questions Excel Exam during second hour Our status after the snow day Introduction to the Internet.
1 HTML / Website Creation. 2 HTML – HyperText Markup Language  For formatting Web pages  Ordinary text can be created using any Text editor: e.g. NotePad,
Computer Science 101 HTML. World Wide Web Invented by Tim Berners-Lee at CERN, the European Laboratory for Particle Physics in Geneva, Switzerland (roughly.
Why Worry About the WWW? Intranets -- with lots of HR applications »policies/procedures »job postings »benefits & other transactions »hiring & other workflows.
CS 1150 – JavaScript Programming Lab TA – Sanjaya Wijeratne – Web Page -
Exploring Microsoft Office XP - Microsoft Word 2002 Chapter 61 Exploring Microsoft Word Chapter 6 Creating a Home Page and Web Site By Robert T. Grauer.
Today’s Topic Language of web page - HTML (Hypertext Markup Language)
1 Outline 3.1 Introduction 3.2 Editing HTML 3.3 First HTML Example 3.4 W3C HTML Validation Service 3.5 Headers 3.6 Linking 3.7 Images 3.8 Special Characters.
SEG3210 DHTML Tutorial. DHTML DHTML is a combination of technologies used to create dynamic and interactive Web sites. –HTML - For creating text and image.
.  Entertain  Inform  Educate  Blogs  Sell  Date  Gamble  Religion.
SEG3210 DHTML Tutorial. DHTML DHTML is a combination of technologies used to create dynamic and interactive Web sites. –HTML - For creating text and image.
Web pages in Linux David Douglas Sam M. Walton College of Business, University of Arkansas.
CS 1150 – Lab #3 – Representing Numbers TA – Sanjaya Wijeratne – Web Page -
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.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
HTML,DHTML & Javascript/Session1/1 of 39 Introduction and Basic Tags Session 1 of Using HTML, DHTML & JavaScript.
INTRODUCTION. What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language,
Introduction to web development and HTML MGMT 230 LAB.
CA Professional Web Site Development Class 2: Anatomy of a Web Site and Web Page & Intro to HTML.
HTML: Hyptertext Markup Language Doman’s Sections.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
Web Development & Design Foundations with XHTML Chapter 2 HTML/XHTML Basics.
CS 1150 – Lab #3 – Representing Numbers TA – Sanjaya Wijeratne – Web Page -
CS 1150 – Lab #8 – Using Algorithms for Painting TA – Sanjaya Wijeratne – Web Page -
Introduction to HTML. Today’s Discussion What is HTML ? What is HTML ? What is Web Page ? What is Web Page ? Web Server Web Server Web Browser Web Browser.
CPSC 203 Introduction to Computers Lab 66 By Jie Gao.
Module: Software Engineering of Web Applications Chapter 2: Technologies 1.
HTML Concepts and Techniques Fifth Edition Chapter 3 Creating Web Pages with Links, Images, and Formatted Text.
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
Introduction to HTML C151 Multi-User Operating Systems.
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
CS 1150 – Lab #12B – Databases TA – Sanjaya Wijeratne – Web Page -
Introduction To Computing Lab #8 Instructor: Kavya Venkatesh IT 104, Section: 203.
Tutorial #1 Using HTML to Create Web Pages. HTML, XHTML, and CSS HTML – HyperText Markup Language The tags the browser uses to define the content of the.
Introduction to HTML Dave Edsall IAGenWeb County Coordinator’s Conference June 30, 2007.
Introduction to HTML (Web Design) IT Fundamentals.
CS 1150 – Lab #4 – Logic Circuits TA – Sanjaya Wijeratne – Web Page -
Introduction to HTML.
Web Basics: HTML/CSS/JavaScript What are they?
CS 1150 – Lab #8 – Using Algorithms for Painting
Uppingham Community College
Introduction to XHTML.
Adding a File to a Course
A guide to HTML.
An Introduction to HTML Pages
Presentation transcript:

CS 1150 – Lab #16A & 16B – HTML TA – Sanjaya Wijeratne – Web Page -

TA Labs, Office Hours Laboratory Polices Lab Hours 2:30 PM - 4:20 PM, Monday at Room Oelman Hall TA Office Hours 4:45 PM - 5:45 PM, Monday at Room Russ Engineer Center By appointment – Please to Refer to CS 1150 Course Syllabus for Class and Laboratory Policies Zero tolerance policy for Academic Misconduct – All parties will get 0% marks 2CS 1150 – Lab 16 – HTML

Lab # 16 Overview Learn some basic HTML concepts Make simple Web pages with links, images and JavaScript Answer all questions in Lab 16A Exercises 1 and Lab 16B Exercise 1 to Exercise 5, Complete additional JavaScript questions. Lab #16 Due Date - Apr 25, :55 AM 3CS 1150 – Lab 16 – HTML

How to Submit Lab 16 Use Pilot Page and University Web Server to Submit this Weeks’s Lab Go to Pilot Course Page and Use Dropbox Submission Link to upload your files Also upload all your files to wright state web server – Steps on how to do this is shown at the end of the slideshow You need to upload your work to Pilot and to University Web server to receive credit 4CS 1150 – Lab 16 – HTML

Introduction to HTML 5 Markup language to create Web pages First introduced by Sir Tim Berners-Lee and developed and maintained by World Wide Web Consortium Based on Tags. Eg –,, Some tags have closing tags but some don’t. Tags have attributes too. Eg – CS 1150 – Lab 16 – HTML

Writing Your First HTML Web Page 6 My Web Page Hello World Hi, this is Sanjaya, Welcome to my Web page!!! HTML Code HTML Header Tag Title Tag HTML Body Paragraph Tag Heading Style 1 CS 1150 – Lab 16 – HTML

HTML Heading Styles 7 There are 6 different heading styles in HTML from H1 to H6 Also note that the header section is optional in HTML CS 1150 – Lab 16 – HTML Hello World

HTML – Simple Text Formatting 8CS 1150 – Lab 16 – HTML This text is in bold face while this text is italicized.

HTML Lists – Ordered Lists 9 There are two types of lists Ordered Unordered CS 1150 – Lab 16 – HTML My Favorite Bands Lamb of God Linkin Park Hoobastank

HTML Lists – Un-ordered Lists 10 There are two types of lists Ordered Unordered CS 1150 – Lab 16 – HTML My Favorite Bands Lamb of God Linkin Park Hoobastank

Adding an Image to Your Web Page 11CS 1150 – Lab 16 – HTML My Pic

Creating Links to Other Web Pages 12CS 1150 – Lab 16 – HTML Link to My Real Home Page My real home page is here.

Writing JavaScript Code 13 document.write("Hello World"); alert("Hello World"); HTML Code HTML Header Code SCRIPT Tags HTML Body Writes in to HTML File Writes in to a Message Box CS 1150 – Lab 16 – HTML

Uploading Your Web Page to Web Server 14 Please read the PDF document first. Everything you need to know to upload your Web page to the university Web server is very well explained there ite.pdf CS 1150 – Lab 16 – HTML

Uploading Your Web Page to Web Server Cont. 15CS 1150 – Lab 16 – HTML Open SSH Secure File Transfer Client Program Click Quick Connect Host Name – unixapps1.wright.edu User Name – Your WID Click Connect

Uploading Your Web Page to Web Server Cont. 16CS 1150 – Lab 16 – HTML Go to the place where you saved your HTML file (image, index.htm, links.htm etc.) using left pane Double click on www directory in the right pane Drag and Drop your files from left pane to right pane

Access your Web Page on the Web 17 Type the following URL into your Web browser after uploading your HTML files to www directory as described in the earlier slides My is so this is how I access my web page CS 1150 – Lab 16 – HTML

Additional Help 18 Chapter 16 of Course Text Book – The World Wide Web CS 1150 – Lab 16 – HTML

Questions ? If you have questions, please raise your hand, Colin or I will come to help you 19CS 1150 – Lab 16 – HTML