Web pages in Linux David Douglas Sam M. Walton College of Business, University of Arkansas.

Slides:



Advertisements
Similar presentations
HTML I. HTML Hypertext mark-up language. Uses tags to identify elements of a page so that a browser such as Internet explorer can render the page on a.
Advertisements

HTML Basics Customizing your site using the basics of HTML.
Intro to HTML. HTML HTML = HyperText Markup Language Used to define the content of a webpage HTML is made up of tags and attributes Content.
Introduction to HTML & CSS
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.
Chapter 2 HTML Basics Key Concepts
MIS 425 Lecture 2 – HTML Navigation, Colors, tables and Styles Instructor: Martin Neuhard
How Tags are used to form your Web Page
1 HTML Markup language – coded text is converted into formatted text by a web browser. Big chart on pg. 16—39. Tags usually come in pairs like – data Some.
Adding HTML to Blackboard
Introduction to HTML CPS470 Software Engineering Fall 1998.
ETT 229 Fall 2004 Web Design Basics II. Agenda 11:00-11:05 – Quiz 14 11:05-11:50 – Web Design Lecture 11:50-12:15 – Web Design Practice 2.
Learning HTML Week 6. Every Web Page Has the Same Basic Structure The title of your page The guts of the web page, text, graphics, links and so on.
HTML Introduction HTML
ETT 429 Spring 2007 Web Design I.
HTML Code. What we will cover Basic HTML Body Font Images Hyperlinks Tables Frames.
HTML: PART ONE. Creating an HTML Document  It is a good idea to plan out a web page before you start coding  Draw a planning sketch or create a sample.
HTML. Goals How to use the Komodo editor HTML coding and testing Basic HTML tags List and Images Tables and Links At least 2 pages and navigation
Introduction to HTML academy.zariba.com 1. Lecture Content 1.What is HTML? 2.The HTML Tag 3.Most popular HTML tags 2.
HTML. Goals How to use the Komodo editor HTML coding and testing – List and Images – Tables and Links – At least 2 pages and navigation –
HTML Concepts and Techniques Fourth Edition Project 3 Creating Web Pages with Links, Images, and Formatted Text.
HTML Comprehensive Concepts and Techniques Third Edition Project 3 Creating Web Pages with Links, Images, and Formatted Text.
HTML, Third Edition--Illustrated Introductory 1 HTML, Third Edition Illustrated Introductory Unit F Working with Tables.
Basic HTML Hyper text markup Language. Re-cap  … - The tag tells the browser that this is an HTML document The html element is the outermost element.
 HTML stands for Hyper Text Mark-up Language. The coding language used to create documents for the World Wide Web  HTML is composed of tags. HTML tags.
Chapter 2 HTML Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
Getting Started with HTML Please use speaker notes for additional information!
CSS Basic (cascading style sheets)
CPT 123 Internet Skills Class Notes Publishing to the Web Session B.
Just Enough HTML How to Create Basic HTML Documents.
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.
HTML: Hyptertext Markup Language Doman’s Sections.
TABLES 1. In this chapter you will learn that tables have many uses in HTML. Objectives: Upon completing this section, you should be able to: 1. Insert.
HTML— More Tags, Formatting, and Lists. Formatting Tags  Bold  Italics  Underline  Big text  Small text  Subscript (H 2 O)  Superscript (10 3 )
HTML GUIDE Press F5 and then Click on the links on the left to get to the section you want Section 1: Getting Started Section 2: Moving Banner Section.
Introduction to HTML : Hyper Text Markup Language.
By ALFREDO C. MEDRANO Planning Officer III. What is a website? A website is a collection of web pages (documents that are accessed through the Internet).
HTML Concepts and Techniques Fifth Edition Chapter 4 Creating Tables in a Web Site.
By ALFREDO C. MEDRANO Planning Officer III. What is a website? A website is a collection of web pages (documents that are accessed through the Internet).
Web programming Part 1: HTML 由 NordriDesign 提供
HTML Concepts and Techniques Fifth Edition Chapter 3 Creating Web Pages with Links, Images, and Formatted Text.
WEEK -1 ACM 262 ACM 262 Course Notes. HTML What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML.
Building a Web Page. Create A New Folder  Right click on the desktop and select New / Folder  Name the folder playpen.
Creating and Editing a Web Page
Introduction to HTML C151 Multi-User Operating Systems.
1 Preparation for site Create a folder in MyDocuments: beavercheese. Create a subfolder, images Classes, career, DW beginner Download.
Introduction to Web Authoring Ellen Cushman /wra210.htm Class mtg. #2.
CS 100 Introduction to Web Page Construction and HTML.
HTML Tags BTT1O. HTML  Documents written in hypertext markup language can be interpreted by all web browsers.  This language lets the web page developer.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
1 Foundation of HTML Web Page Design. 2 Safe Web Fonts: Used by most computers regardless of environment or platform  Times New Roman  Arial  Courier.
Building a Web Page. A Brief History In 1989, Tim Berners-Lee invented the Web. To enable particle physics from around the world to organize and share.
HTML And the Internet. HTML and the Internet ► HTML: HyperText Markup Language  Language in which all pages on the web are written  Not Really a Programming.
1 R3 R1 R5 R4 R6 R2 B B A A Looking at the Code Under the View menu Select Source.
HTML AN INTRODUCTION TO WEB PAGE PROGRAMMING. INTRODUCTION TO HTML With HTML you can create your own Web site. HTML stands for Hyper Text Markup Language.
INTRODUCTION ABOUT DIV Most websites have put their content in multiple columns. Multiple columns are created by using or elements. The div element is.
Introduction to Web Authoring Bill Hart-Davidson AIM: billhd30 Session 2
Week 1: Introduction to HTML and Web Design
Open the Nissan.html page in a suitable application and create the table shown below between Table 3 and 4. Set the appropriate sizes for each cell. A.
>> Introduction to CSS
Creating Tables in a Web Site Using an External Style Sheet
Computers and Scientific Thinking David Reed, Creighton University
Creating Tables in a Web Site
HTML Basics Mr. Fazzalari.
Presentation transcript:

Web pages in Linux David Douglas Sam M. Walton College of Business, University of Arkansas

HTML Basics this appears on the browser title bar ….other relevant header information goes here… … the main part of the Web page goes here …

HTML Tags  Character Level  Italic, bold, big, small, etc.  Block Level  A for Anchor tags  DIV for division or section  Table Level  Table, head, row, data

Where to create web pages in Linux?  public_html directory

Simple Web Page jpico HTML1.htm Example HTML Document

Level-1 Heading The elements of an HTML document and the resulting Web page are the same as those found in any written document. For example, a paragraph like this one is a common design element.

Level-2 heading There are ordered lists: This That Another thing

Level-3 heading There are unordered (bulleted) lists: This That Another thing </html

How to view the web page  Save the web page  Open Internet Explorer  Type:  xx/HTML1.htm xx/HTML1.htm  Note: uoas3xx is your account id  To view the code in Internet Explorer, click on View; Source

HTML1.htm

HTML2.htm  View HTML2.htm  Why is the text in red?  Why is the heading centered?  Why is there a line under the heading?  Why is the text centered?  What does do?  Why is there a line at the end?

HTML3.htm Intra-page linking  Mar garet E. Bruner

Links  Returns the view to poetry selections(HTML3.htm)  Poetry Selections  Allows a viewer to send an .  Please send your favorite poem and author to me at  lton.uark.edu

Task for you  Include a link in HTML3.htm to return to frost.htm  Be sure to refresh the web page!

Tables  Basic HTML tags:  TABLE  TH – header  TR – row  TD – data  Task: Add a new part of 3482-AB; 82mm Socket for to Table1

Table2  Adds a discount in column 4 that spans all rows.  Uses DIV  Right aligns the list prices.

Table3  Uses color and fonts   BGCOLOR="#FF66FF“  Task – make the tips icon appear in the upper right hand corner of Table3.

Table4  Introduces formatting with style sheets

Table5  The table is floated left so that text is on the right.

Table6 displays.jpg files

PHP - Introduction  PHP commands between the closing tag  All statements in PHP end with ;  Type jpico helloworld.php

type and save and view Hello World Example <? Echo "Hello, world!"; ?> <? Echo "Hi Everybody!"; ?>

Task: Add a link  copy the helloworld.php file to helloworld2.php.  To helloworld2.php, add a statement to link to poetry.htm with the link as shown below before the ending line.