Home page for CIS44..

Slides:



Advertisements
Similar presentations
WEBSITE CONSTRUCTION. Entering Content Entering content to our website is very simple. Our website is coded by using the popular program Notepad. It is.
Advertisements

The Web Wizards Guide to HTML Chapter Four All About Hyperlinks.
3.02D HTML Overview 3.02 Develop webpages.
A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
More frames in XHTML Please use speaker notes for additional information!
How to Make a Web Page: A Crash Course in HTML programming.
Adding HTML to Blackboard
Unit 4.4 We are HTML Editors
Lecture 13. A Very Brief Introduction to HTML and XHTML, part II Instructor: Jie Yang Department of Computer Science University of Massachusetts Lowell.
HTML Lesson 5 TBE 540. Prerequisites The user must be able to… –Create basic web pages with a text editor and/or a web page editor.
Create an Online Account. Navigate to the following URL Address
CO1552 Web Application Development HTML Forms. Websites can be made more interactive by providing facilities for users to provide data To get user entered.
Links in HTML. Hyperlinks or links Millions of linked web pages make up the World Wide Web Used to connect a web page to another web page on the same.
Review: How do you change the border color of an image?
Web Page Design I Retest Terms Review. 1. Web pages are created using a language known as ___________. The coding of this language must follow specific.
Anatomy of a URL: Finding Broken Links Dr. Steve Broskoske Misericordia University.
Web Design (5) Navigation (1). Creating a new website called ‘Navigation’ In Windows Explorer, open the folder “CU3A Web Design Group”; and then the sub-folder.
Creating and Editing a Web Page Project 2. Project Objectives Project 2: Creating and Editing a Web Page 2 Identify elements of a Web page Start Notepad.
A little PHP. Enter the simple HTML code seen below.
HTML, XHTML, and CSS Chapter 8 Adding Multimedia Content to Web Pages.
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.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
Creating Webpage Using HTML
Dreamweaver Edulaunch Project 1 EQ: What are the key concepts when building the first page of a web site?
Enhancing Your Web Site—Adding Links Web Page **YOU MUST HAVE COMPLETED THE 1ST 3 WEB PAGES BEFORE YOU CAN DO THIS ONE. **YOU SHOULD HAVE COMPLETED THE.
Lesson 1 What Is the World Wide Web?. Objectives Upon completion of this lesson, you should be able to: Explain what the World Wide Web is and how it.
Creating a Form on a Web Page
ONLY 5 basic steps for Unit Ordering! 1.Login to the system 2.Click on the ORDERS menu along the top 3.Under “Popcorn” click on “Unit Order for Take Order”
Finding The IP Address On Your Work Computer- Windows 7 On Windows 7 follow directions below: Type in “IP Address” in the URL line in your browser Click.
Using an HTML image (img) element’s onclick event to change the source (src) of an iframe to an embedded youtube video.
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 Form Widgets. Review: HTML Forms HTML forms are used to create web pages that accept user input Forms allow the user to communicate information back.
FUNDAMENTALS OF HTML, XHTML & CSS Lesson 4. THE OBJECTIVES -  In this lesson you will begin coding in HTML to provide the structure  You will learn.
HTML Hyper Text Markup Language 1BFCET BATHINDA. Definitions Web server: a system on the internet containing one or more web site Web site: a collection.
HTML & CSS BasicsHTMLCSSQuizAnswers  The logo In this website(made of html and css Codes), you will learn some basics of How to use HTML and CSS codes.
HTML Forms. A form is simply an area that can contain form fields. Form fields are objects that allow the visitor to enter information - for example text.
Creating and Editing a Web Page
The top four lines are required if you are coding in XHTML and want to validate. Copy and paste them as the top four lines in the code you are writing.
This shows CIS17 and the first day introduction..
Creating and Editing a Web Page Using Inline Styles
CHOOSE 1 OF THESE.
Creating Web Pages with Links, Images, and Embedded Style Sheets
FORMS Explained By: Jasdeep Kaur. Lecturer, Department of Computer Application, PGG.C.G., Sector: 42, Chandigarh.
Setting Up a PayPal Account for Use on eBay Presentation by: James Stoner James Stoner.
Glencoe Introduction to Web Design Chapter 4 XHTML Basics 1 Review Do you remember the vocabulary terms from this chapter? Use the following slides to.
A little PHP. Enter the simple HTML code seen below.
Mark-up Languages Compare and describe at least 3 mark-up languages and what they do.
Teacher Tube Teacher tube is a great source for any digital media to use with your class. It is free to sign up, and you have access to many different.
A little PHP.
Doctypes and domain names
State of Utah Supplier Portal
Using the HTML and CSS Validation Services
Please, use this URL to apply to your preferred program if you are new to the program
Download Youtube videos without installing software
WELCOME TO UNITED STREAMING
3.02D HTML Overview 3.02 Develop webpages.
This shows a frameset that includes two pages in columns
Creating Your Blog with Blogger
What is HTML anyway? HTML stands for HyperText Markup Language. Developed by scientist Tim Berners-Lee in 1990, HTML is the "hidden" code that helps us.
CIS44.
What you will need to Register
Document Structure & HTML
Registration Online Book Codes
--Valid address --Course ID --Access Code or
The language of the internet
The language of the internet
XHTML Validation.
For the CIS17 course..
One Set of Styles Connected to As Many Pages as You Want!!!
Setting Up Your MountConnect Profile/ Uploading Your Job Correspondence/ Accessing Your 12Twenty Passport.
Presentation transcript:

Home page for CIS44.

Notice the tags tell the computer how to handle things Notice the tags tell the computer how to handle things. The tag like html, or p are enclosed in < > which makes them a tag. Notice for each tag, there is also a close tag which has the </ followed by >.

Note the address and you can look at this as well Note the address and you can look at this as well. The top four lines are what we put in to make this XHTML. I will explain the code a little later.

We will continue looking at the validator in the next class, but if you click on validator and enter the URL for this page, you can check the validation - it validates.