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.

Slides:



Advertisements
Similar presentations
The Web Wizards Guide to HTML Chapter Six Tables.
Advertisements

Anatomy of a Web Page. Parts of a Web Page Title Bar Navigation Tool Bar Location Bar Header Graphic/Image Text Horizontal Rule Links.
Intro to HTML Basics HTML = Hypertext Mark-up Language HTML = Hypertext Mark-up Language HTML is a plain-text file that can be created using a text editor.
WEB DESIGN TABLES, PAGE LAYOUT AND FORMS. Page Layout Page Layout is an important part of web design Why do you think your page layout is important?
HTML popo.
CREATED BY : VIRAL M.KORADIYA. Anchor elements are defined by the element. The element accepts several attributes, but either the Name or HREF attribute.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
KompoZer. This is what KompoZer will look like with a blank document open. As you can see, there are a lot of icons for beginning users. But don't be.
Teppo Räisänen LIIKE/OAMK 2010
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
OMT II Mam Saima Gul. * Static web page * a web page with contents that remain fixed and unchanged once it has been created by the author Web server Client.
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
 2008 Pearson Education, Inc. All rights reserved. 1 Introduction to HTML.
Marking Up With Html: A Hypertext Markup Language Primer
Glencoe Digital Communication Tools Create a Web Page with HTML Chapter Contents Lesson 4.1Lesson 4.1 Get Started with HTML (85) Lesson 4.2Lesson 4.2 Format.
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.
Designing Web Pages Getting to know HTML... What is HTML? Hyper Text Markup Language HTML is the major language of the Internet’s World Wide Web. Web.
Tags through Forms. This element is required for all HTML pages It must be at the top of every page of every website We’ll see later on why it is important.
Images and Tables. Displaying Image Attributes: SRC= " mypic.gif " – Name of the picture file SRC= " pic/mygif.jpg " – Name of file found in pic directory.
Chapter 4 Fluency with Information Technology L. Snyder Marking Up With HTML: A Hypertext Markup Language Primer.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Fluency with Information Technology Third Edition by Lawrence Snyder Chapter.
Chapter 2: The Client Side: HTML CIS 275—Web Application Development for Business I.
Web Design HTML, Frontpage, DreamWeaver μέρος β ΠΡΥ019 - Πληροφορική Δρ.Βάσος Βασιλείου.
HTML HTML stands for "Hyper Text Mark-up Language“. Technically, HTML is not a programming language, but rather a markup language. Used to create web pages.
Dr. Nuha El-KhaliliInternet Programming ( ) HTML Hyper Text Markup Language The language of web pages Maintained by the W3C
Chapter 4: Hypertext Markup Language Primer TECH Prof. Jeff Cheng.
Understanding HTML Code
1 Basic HTML. 2 Part 1: Basic Web Page Production.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
1 Introduction to HTML Joshua S. Simon Collective Technologies.
Hypertext Markup Language HTML Hypertext is vaguely defined as interconnecting pieces of information in a non-sequential but usually relational, manner.
Getting Started with HTML Please use speaker notes for additional information!
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Just Enough HTML How to Create Basic HTML Documents.
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,
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
Essentials of HTML Class 4 Instructor: Jeanne Hart
HTML: Hyptertext Markup Language Doman’s Sections.
ECA 228 Internet/Intranet Design I Intro to Markup.
HTML Basics BCIS 3680 Enterprise Programming. Web Client/Server Architecture 2  Your browser (the client) requests a Web page from a remote computer.
Lec.10 + (Chapter 8 & 9) GUI Java Applet Jiang (Jen) ZHENG July 6 th, 2005.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
HTML for ISD Brown Bag Presentation Session 2 What we will cover:  Basics of HTML  How to make your first page  Links  Text formatting.
CSE 409 – Advanced Internet Technology 1 DISCUSSION OF BASIC HTML TAGS.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
1 Lecture 12 Lecture 12 Basic HTML ITEC 1000 “Introduction to Information Technology”
Web programming Part 1: HTML 由 NordriDesign 提供
Basic HTML. So, what exactly is HTML? HTML stands for: HTML stands for: Hypertext Markup Language. It is a purpose built markup language for the delivery.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
HTML tags and attributes By: Dennis Champagne. List of tags.
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup.
`. Lecture Overview HTML Body Elements Linking techniques HyperText references Linking images Linking to locations on a page Linking to a fragment on.
HTML Tags BTT1O. HTML  Documents written in hypertext markup language can be interpreted by all web browsers.  This language lets the web page developer.
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
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.
HTML Basics.
Marking Up with XHTML Tags describe how a web page should look
Computers and Scientific Thinking David Reed, Creighton University
Marking Up with XHTML Tags describe how a web page should look
Marking Up with XHTML Tags describe how a web page should look
Html.
Introduction to HTML.
Marking Up with XHTML Tags describe how a web page should look
Marking Up with XHTML Tags describe how a web page should look
Marking Up with XHTML Tags describe how a web page should look
Presentation transcript:

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 like,, are single. Words in tags can be in upper or lowercase.

2 HTML Document Parts Every HTML document needs at the start. at the end. They usually have a header and a body. They have …header … They have …body…

3 HTML Comments Comments look like Comments make HTML code easier to read. They explain what the parts do. They break up the code into smaller pieces. You should use comments in complex HTML documents.

4 HTML Whitespace Whitespace is essentially ignored by HTML interpreters like web browsers Having many spaces between words, or tabs, or many newlines do not affect the appearance of the text. The symbol makes a space The tag makes a newline.

5 HTML Headers -- enclose header info. -- Text here sent to top of browser. -- These single tags go in the header. –Eg: Frame information.

6 HTML Body The main data goes into the body. …Body of Page… Text typed here will be displayed in a big chunk without formatting by whitespace such as tabs or newlines or extra spaces. …text… preserves whitespace.

7 Body formatting …body of the document… –The numbers are 6 hexadecimal digits –RRGGBB where each letter is 0-9 or A-F –Picture is some.gif or.jpg or some other image. It gets tiled in the background.

8 HTML Links (Anchor tag) …text or image… URL can be –A webpage –A file to download –An address to mail to. The text or image is the thing you see on the actual page that takes you to the link.

9 HTML Text Formatting Some features include – -- makes a line break. – -- makes a horizontal line. – -- makes a space. –These can be used multiple times. …text… -- paragraph format. …data… Centers the objects inside the tags.

10 HTML Fonts 1 …text… -- makes text bold. …text… -- makes text italicized. …text… -- emphasize text. –Not always well-defined. …text… through …text… -- Different sizes of text. h1 is biggest.

11 HTML Fonts 2 …text… -- let you specify more detailed information. -- pick size. –Number can be a difference like +2 or –3. -- pick color. –Color is a 6-digit hexadecimal number. –RRGGBB, each is 0-9 or A-F.

12 HTML Lists Lists -- tags to begin and end the lists. –Ordered lists … –Unordered lists … Each element in the list is a list item. The tag is used at the start of an item to put it into the list. The closing is optional.

13 HTML Tables … -- tags that enclose a table. …row data… -- enclose a single row. (Table Row) …data… -- enclose a single piece of data. (Table Data) … makes a border.

14 HTML Tables 2 A or tag can be aligned. –Eg., … tags for headers (first row). –They appear bolder and larger. A tag just contains HTML. It can be text, images, links, etc… rowspan lets elements be bigger.

15 HTML Images –SRC gives the location of the image. –URL can be a local file or a remote file. –Browser knows how to work with standard formats like.jpg,.gif. –ALT=“message” shows a text message.

16 HTML Links Use the … tag. Can link to local pages (files). This lets the page owner split up the data. Each piece of data can be seen separately. The items can be images or files to download.

17 HTML Templates Get the basic structure of a webpage given to you. For example, mytemplate.html. –You will use a file like this in a project. –Every person’s page will be different in detail. –Every person’s page will be similar in structure. –You use the template and add details as needed.

18 HTML Frames Split the page into rows or columns. – … Can do more than 2 rows/columns. The percents don’t have to add up to 100. Things after are shown if your browser can’t see frames.

19 HTML Frames 2 The data goes in the header. Within use a series of – –There are no quotes around the name and the URL. Each tag fills in a frame. They fill in from left to right, top to bottom.

20 CGI Common Gateway Interface Programs that let HTML pages interact with the viewers Programs can send specific information. Programs get information from users. Written in C/C++, Java, Perl, UNIX scripts.

21 Forms …form data… Method attribute: post or get –Get gives a URL where the script can get data. –Post sends the data to the program. Action attribute: The URL of the program that will process the data being sent. –This could also be a mailto so the data just gets sent in an .

22 Input types Some input types: –

23 More Forms Each input has a “name” attribute telling what type of data is entered there. Each input also has a “value” that gets sent in the form info. makes an area where you can enter a block of data.

24 Java Applets Place and tags in the html document. tags surround the whole applet. tags are used to input parameters (or data) to tell the applet what to do. The.class file must be in the same directory as your html file.