Note #2.  How does a structure of HTML document look like?  How do you align … A paragraph? A heading?  What is the main difference between one-sided.

Slides:



Advertisements
Similar presentations
HTML popo.
Advertisements

Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
HTML: HyperText Markup Language Hello World Welcome to the world!
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
Tutorial 4 Formatting Text. XP New Perspectives on Blended HTML, XHTML, and CSS2 Objectives Create a spread heading Indent text Change the line spacing.
XP Tutorial 1 New Perspectives on HTML and XHTML, Brief 1 Developing a Basic Web Page Creating a Web Page for Stephen Dubé’s Chemistry Classes Tutorial.
HTML and XHTML Controlling the Display Of Web Content.
Developing a Basic Web Page with HTML
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.
Introduction to HTML academy.zariba.com 1. Lecture Content 1.What is HTML? 2.The HTML Tag 3.Most popular HTML tags 2.
FINAL EXAM REVIEW WEB TECH. JUST CLICK… THE CORRECT ANSWER WILL APPEAR WHEN YOU CLICK. GOOD LUCK!
ULI101: XHTML Basics (Part III) Introduction to XHTML / Continued … Block-Level vs. Inline Elements (tags) Manipulating Text,  , Text Characteristics,,,,,,,,,,,,,,,
Define html document byusing Example : Title of the document The content of the document......
Microsoft Word Building Block - Frequently used text saved in a gallery, from which it can be inserted quickly into a document. Clipboard - A storage.
ITCS373: Internet Technology HTML
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
CNIT 132 – Week 2 HTML (1). Introducing the World Wide Web A network is a structure linking computers together for the purpose of sharing resources such.
1.  Describe the anatomy of a web page  Format the body of a web page with block-level elements including headings, paragraphs, lists, and blockquotes.
XHTML1-1 Extensible HyperText Markup Language (XHTML) Xingquan (Hill) Zhu
Chapter 2 HTML Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and attributes Create.
DHTML AND JAVASCRIPT Genetic Computer School LESSON 2 HTML TAGS G H E F.
1 HTML محمد احمدی نیا 2 Of 43 What is HTML?  HTML stands for Hyper Text Markup Language  HTML is not a programming language, it.
1.NET Web Forms HTML Introduction © 2002 by Jerry Post.
XP Mohammad Moizuddin Creating Web Pages with HTML Tutorial 1 1 New Perspectives on Creating Web Pages With HTML Tutorial 1: Developing a Basic Web Page.
HTML (continued). Assignment 3 Creating a web page with:  Images  Hyperlinks to some websites  Hyperlinks to your  Information about a company,
Exploring the Digital Domain HTML Basics. HTML Hypertext Markup Language Standard (ASCII) text with embedded format codes Most HTML tags are paired Tags.
XP 1 HTML Committed to Shaping the Next Generation of IT Experts. 01: Introduction to HTML.
CPT 123 Internet Skills Class Notes Publishing to the Web Session B.
Unit 2, cont. September 12 More HTML. Attributes Some tags are modifiable with attributes This changes the way a tag behaves Modifying a tag requires.
CSS-Lists CSS provides special properties that are designed for lists. It is usually more convenient to use these properties whenever you can. To specify.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
1 Using HTML and JavaScript to Develop Websites. Using Images.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
INT222 - Internet Fundamentals Shi, Yue (Sunny) Office: T2095 SENECA COLLEGE.
HTML – Organizing Page Content. HTML Images img tag Required attribute: src
INTRODUCTORY Tutorial 4 Exploring Graphic Elements and Images.
HTML— More Tags, Formatting, and Lists. Formatting Tags  Bold  Italics  Underline  Big text  Small text  Subscript (H 2 O)  Superscript (10 3 )
HTML Basics. HTML Introduction Stands for HyperText Markup Language. HTML files are plain text files with mark ups. Some characteristics of HTML: –No.
Suzanne Sultan1 Line Breaks, Paragraphs, lists Lab3.
HTML – Organizing Page Content. HTML Images img tag Required attribute: src
High Points CSCI 1710 Fall The Internet Packet switching Arpanet Cold War.
Introducing HTML 5 Creating Web Pages with HTML 5 1.
HTML Introduction. Lecture 7 What we will cover…  Understanding the first html code…  Tags o two-sided tags o one-sided tags  Block level elements.
XP 1 Developing a Basic Web Page Tutorial 1. XP 2 Introducing the World Wide Web Network - linking computers, sharing resources Network - linking computers,
Formatting Text with HTML. Objectives: Students will be able to: Define the structure of the document with block elements Format numbered, bulleted, and.
Saddleback College Welcome to CIM 271A XHTML WEB PAGE DEVELOPMENT--BEGINNING.
XP New Perspectives on HTML and XHTML, Comprehensive 1 Developing a Basic Web Page Week 2.
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.
IS1825 Multimedia Development for Internet Applications Lecture 12: IDs, Classes and Internal CSS Rob Gleasure
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
CS134 Web Design & Development Attributes, Lists, Tables, Links, and Images Mehmud Abliz.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
XP 1 HTML Tutorial 1: Developing a Basic Web Page.
Tutorial 3 Designing a Web Page with CSS
CSS Details Cascading Style Sheets. Lesson Overview  In this lesson, you will learn:  To use CSS properties for fonts  Evaluate whether to use pts,
Create Your Own Web Page: An Introduction to HTML Instructor: Corey Johnson Assisted by: tba.
NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 4 Formatting Text and Links.
HTML Introduction. Lecture 7 What we will cover…  Understanding the first html code…  Tags o two-sided tags o one-sided tags  Block level elements.
HTML HyperText Markup Language. 1.Introduction  HTML is used to describe web pages.  HTML stands for Hyper Text Markup Language.  Tim Berners-Lee and.
Lesson 5. XHTML Tags, Attributes and Structure XHTML Basic Structure head and body titles Paragraph headings comments Document Presentation Manipulating.
Tutorial 1 – Creating Web Pages With HTML
CS543: WEB APPLICATION PROGRAMMING
Creating Web Pages with HTML 5
Presentation transcript:

Note #2

 How does a structure of HTML document look like?  How do you align … A paragraph? A heading?  What is the main difference between one-sided and two-sided tags?

 List is setting up items one after another  Two types: Ordered – appear in sequential order Unordered – appear in no particular order

item1 item2  - opening tag for Ordered List  … - tag for listing of each item  - closing tag for Ordered List

item1 item2  - opening tag for Unordered List  - closing tag for Unordered List

 Lists that can be contained within another list  Can be a combination of several types of lists  Example: 1. Conceptual Chemistry  Introductory course  No algebra required 2. Chemistry 1  Introductory course  Algebra required 3. Advanced Chemistry  Advanced course  Requires A or B in Chemistry 1

Conceptual Chemistry Introductory course No algebra required Chemistry 1 Introductory course Algebra required Advanced Chemistry Advanced course Requires A or B in Chemistry 1  BE EXTRA CAREFUL OF OPENING AND CLOSING OF THE tag when doing Nested List

 Just like any other elements, a list element can be modified using style  Syntax: list-style-type:type  Types of list style type disc circle square decimal decimal-leading-zero lower-roman upper-roman lower-alpha upper-alpha none

Conceptual Chemistry Chemistry 1 Advanced Chemistry

 You can use images in place of the numbers and buttons  Considered as unordered list  Replace list-style-type with list-style-image: url(“filename.xxx”)

 Two-sided tags are usually block-level element  It is ‘on its own’  Examples of block-level elements: … …, … …  Some other block-level elements: …

 Elements within a block-level element  Used to do some changes within the block, e.g. formatting of text  Some inline elements mostly being used: …, … - to bold …, … - to italicise … (deprecated), … - underline … - “quoted text” … - subscripted text (e.g. n 2 ) … - superscripted text (e.g. n 2 )

 You can put in several inline elements but FILO (first-in last-out)  E.g. My name

 Other inline elements include … …, … …

 Logical elements are elements that do not necessarily appear on the display as some formatted text acts as descriptor to the nature of the element like, and  Physical elements are elements that force format change,,,, etc.

 Usually one-sided tag  Examples: image horizontal line

 Has one-sided tag  Syntax:  xxx could be bmp, jpg, gif, png  alt is an alternative text that appears if the graphic somehow cannot be downloaded  title will show the text you typed as a tooltip whenever the cursor is placed on the image  May also control the size of the image where yyy and zzz are in pixel

 To create a horizontal line across the page  Syntax:  Can set the line’s color using: color:color; or background-color:color;  color can either be the name of a color or an RGB color value  May change the size of the line width:value; height:value;  Value can be in percentage or in pixel

 Most keys on the keyboard can be typed directly to a HTML document  There are some characters which are not on the keyboard but need to be displayed ©,, & …  Syntax to create special character: &code; &name;

 ©  © or ©  ®  ® or ®  ‘space’    or  <  < or <  >  > or >  &  & or &  All special characters have a code to it, but not names. Only some special characters have names.