Session 5: HTML J 0394 – Perancangan Situs Web Program Studi Manajemen

Slides:



Advertisements
Similar presentations
HyperText Markup Language (HTML). Introduction to HTML Hyper Text Markup Language HTML Example The structure of an HTML document Agenda.
Advertisements

CREATED BY : VIRAL M.KORADIYA. Anchor elements are defined by the element. The element accepts several attributes, but either the Name or HREF attribute.
HTML popo.
Chapter 2 HTML Basics Key Concepts
HTML / CSS – Basics Why the heck are we doing this?
© 2004, Robert K. Moniot Chapter 6 CSS : Cascading Style Sheets.
© 2010, Robert K. Moniot Chapter 5 CSS : Cascading Style Sheets 1.
 2003 Prentice Hall, Inc. All rights reserved. Chapter 4 - Introduction to XHTML: Part 1 Outline 4.1 Introduction 4.2 Editing XHTML 4.3 First XHTML Example.
Session 8: Cascading Style Sheet J 0394 – Perancangan Situs Web Program Studi Manajemen Program Studi Manajemen Universitas Bina Nusantara.
 2008 Pearson Education, Inc. All rights reserved. 1 Introduction to HTML.
 2004 Prentice Hall, Inc. All rights reserved. Introduction to XHTML: Part 1.
Introduction to HTML II Shih-Heng Chin. Preface Structure of a HTML File Elements used frequently Tables.
 2003 Prentice Hall, Inc. All rights reserved. Chapter 4 - Introduction to XHTML: Part 1 Outline 4.1 Introduction 4.2 Editing XHTML 4.3 First XHTML Example.
Lecture 13. A Very Brief Introduction to HTML and XHTML, part II Instructor: Jie Yang Department of Computer Science University of Massachusetts Lowell.
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.
SSome HTML tags allow you to specify a variety of options, or attributes, along with the basic tag itself. For example, when you begin a paragraph with.
Session: 3. © Aptech Ltd. 2Formatting Text using Tags / Session 3  Explain the Heading tag  Explain the different tags related to formatting  Explain.
HTML Tags. Objectives Know the commonly used HTML tags Create a simple webpage using the HTML tags that will be discussed.
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.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
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,
HTML and Web Pages. HTML?  HTML is not a programming language  A type of SGML (standard generalized markup language)  HTML uses paired tags to markup.
WEB DESIGN AND PROGRAMMING Introduction to XHTML.
HTML (Hypertext Markup Language) Recap: HTML essential tags:,,, Text Formatting:,,,,,,. Font manipulation:
HTML HyperText Markup Language ©Richard L. Goldman July 15, 2003.
CSE 409 – Advanced Internet Technology 1 DISCUSSION OF BASIC HTML TAGS.
©SoftMoore ConsultingSlide 1 Introduction to HTML: Text-Level Elements and Links.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2- part 2 Key Concepts 1 Copyright © Terry Felke-Morris.
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
ECA 228 Internet/Intranet Design I HTML Tags. ECA 228 Internet/Intranet Design I anchor tags Adds a link to the web page Anything placed between the anchor.
1999, COMPUTER SCIENCE, BUU Introduction to HTML Seree Chinodom
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
Chapter 4 HTML Tags. HTML is written in something called tags. Tags come in pairs, an opening one and a closing one. The first pair of tags we'll write.
Revision Webpage design HTML.   FACE  Attributes  Marquee  Define the following terms.
Lesson 5. XHTML Tags, Attributes and Structure XHTML Basic Structure head and body titles Paragraph headings comments Document Presentation Manipulating.
The Internet Day 4, 9/8/11 Getting on the Internet
HTML.
HTML Basics.
CGS 3066: Lecture 2 Web Development and HTML5
Web Development & Design Foundations with HTML5 8th Edition
LAB Work 01 MBA 61062: E-Commerce
Marking Up with XHTML Tags describe how a web page should look
Semester - Review.
Lecturer (Dept. of Computer Science)
HTML: HyperText Markup Language
Creating a Web Page.
Web Development & Design Foundations with HTML5 7th Edition
HTML Formatting.
Chapter 1: Introduction to XHTML (part 1)
HTML Lists CS 1150 Fall 2016.
Chapter 6 Lists.
CS543: WEB APPLICATION PROGRAMMING
Chapter 4 - Introduction to XHTML: Part 1
COMPUTING FUNDAMENTALS
Fundamentals of Web Programming
Web Design & Development
HTML (HyperText Markup Language)
Programming for webpages
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
CGS 3066: Lecture 2 Web Development and HTML5
Introduction to HTML.
Creating and Editing a Web Page
Marking Up with XHTML Tags describe how a web page should look
Marking Up with XHTML Tags describe how a web page should look
Basics of Web Design Chapter 2 HTML Basics Key Concepts
COMS 161 Introduction to Computing
Basics of Web Design Chapter 2 HTML Basics Key Concepts
Marking Up with XHTML Tags describe how a web page should look
Presentation transcript:

Session 5: HTML J 0394 – Perancangan Situs Web Program Studi Manajemen Universitas Bina Nusantara

Bina Nusantara University HTML Building Blocks HTML Tags BWD Bina Nusantara University

HTML Building Blocks (2) Nesting Tags BWD Bina Nusantara University

HTML Building Blocks (3) Spacing Special Symbols File Names URLs Absolute URLs Relative URLs BWD Bina Nusantara University

Bina Nusantara University Text Formatting If you’re used to choosing your favorite font, size, and color from a set of familiar menus, formatting text in your web page may seem a bit clumsy, even archaic. There are 2 methods for formatting text: (1) use a regular HTML tags and attributes to format distinct pieces of text individually, (2) use a style sheet, if the format is complex of long and numerous documents BWD Bina Nusantara University

Bina Nusantara University Text Formatting (1) Text Formatting Elements: <B> : boldface type <I> : italics <U> : underlined text <BLINK> : blinking text <FONT> : font setting <SUP> : superscript <SUB> : subscript BWD Bina Nusantara University

Bina Nusantara University Text Formatting (2) FONT tag COLOR=”#rrggbb | color_name” FACE=”name [,name] [,name]” SIZE=”value” BWD Bina Nusantara University

Bina Nusantara University Lists The list HTML elements : <DL> : Definition list <DIR> : Directory list <MENU> : Menu list <OL> : Ordered list <UL> : Unordered list <LI> : List items BWD Bina Nusantara University

Bina Nusantara University List (2) List type attributes : TYPE=A : Capital letters, e.g., A, B, C, ... TYPE=a : Small letters, e.g., a, b, c, ... TYPE=i : Small roman numerals, e.g., i, ii, ... TYPE=1 : Default numbers, e.g., 1, 2 , 3, ... TYPE=disc (for unordered list) TYPE=square (for unordered list) TYPE=circle (for unordered list) BWD Bina Nusantara University

Bina Nusantara University Page Layout Background Color: [BGCOLOR] Background Images: [BACKGROUND=“ “] Margin: [Left Margin=“x”], [Top margin=“y”], [Marginwidth=“x”], [Marginheight=“y”] Line Break: [BR] BWD Bina Nusantara University

Bina Nusantara University Links The <A> (anchor) tag HREF NAME TARGET Window name _self _parent _top _blank BWD Bina Nusantara University