Basic Webpage Design Formatting tags.

Slides:



Advertisements
Similar presentations
What is HTML? learn html What is HTML?
Advertisements

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.
COS 125 Internet Fundamentals and Web Page Design Day 3.
C HAPTER – 3 I NTRODUCTION TO H TML By :- Pinkesh H. Patel.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
XHTML Basics Web pages used to be written exclusively in html
XHTML II DIGITAL MEDIA: COMMUNICATION AND DESIGN F2007.
XHTML and CSS Overview. Hypertext Markup Language A set of markup tags and associated syntax rules Unlike a programming language, you cannot describe.
COS 125 Day 13. Agenda Capstone Projects Proposals Over Due Timing of deliverables is 10% of Grade Still missing two First Capstone Progress Report Due.
1 Formatting: Is What You See What You Get? Gylphs and Fonts Document-Wide Style Changes Formatting List Items Formatting Different Tags Simultaneously.
COS 125 Day 13. Agenda Capstone Progress Reports Due Quiz #2 Graded 7 A’s, 3 B’s, 3 C’s and 1 no-take Assignment #3 due this Friday We review some of.
XHTML and CSS Overview. Hypertext Markup Language A set of markup tags and associated syntax rules Unlike a programming language, you cannot describe.
1 Formatting: Is What You See What You Get? Inline Styles Physical Styles Logical Styles Special Characters Turning of Formatting Deprecated Font-Handling.
COS 125 Internet Fundamentals and Web Page Design Day 12.
HTML FORMATTING. CONTENTS HTML Formatting Formatting Example Formatting Example Output Summary Exercise.
Introduction to Web Site Development Steven Emory Department of Computer Science California State University, Los Angeles Lecture 2: More HTML.
HTML Tags. Objectives Know the commonly used HTML tags Create a simple webpage using the HTML tags that will be discussed.
ULI101: XHTML Basics (Part III) Introduction to XHTML / Continued … Block-Level vs. Inline Elements (tags) Manipulating Text,  , Text Characteristics,,,,,,,,,,,,,,,
CpSc 462/662: Database Management Systems (DBMS) (TEXNH Approach) HTML Basics James Wang.
HTML Web Programming.
MORE HTML REMEMBER TO SEARCH W3 SCHOOLS FOR MORE INFO.
Headings, Paragraphs, Formatting, Links, Head, CSS, Images
INTRODUCTION TO WEB DEVELOPMENT AND HTML Lecture 03 - Spring 2011.
Programming I 2 nd lecture. Block-level and inline elements BlockInline block-level elements generally can contain text, data, inline elements, or other.
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.
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
HTML Introduction to HTML Tags. HTML Document My first HTML document Hello world!
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 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 2.
CSCI 1101 Intro to Computers
Introduction to HTML. HTML Hyper Text Markup Language Page Title My First Heading My first paragraph. Page Title My First Heading My first paragraph.
CHAPTER 1 HTML & HTML5 I อ. ยืนยง กันทะเนตร คณะเทคโนโลยีสารสนเทศและการสื่อสาร มหาวิทยาลัยพะเยา 1.
1 HTML – HyperText Markup Language Representation and Management of Data on the Internet.
HTML (continued). Assignment 3 Creating a web page with:  Images  Hyperlinks to some websites  Hyperlinks to your  Information about a company,
Web Programming Basics of HTML. HTML stands for Hyper Text Mark-up Language A mark-up language is different than those that you have learned before in.
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.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
HTML: Hyptertext Markup Language Doman’s Sections.
HTML Darby Tien-Hao Chang Department of Electrical Engineering National Cheng Kung University.
Agenda Block-Level vs. Inline Elements (tags) Manipulating Text,  , Text Characteristics,,,,,,,,,,,,,,, Font Attributes: size, color, face Horizontal.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
HTML.
L. Anne Spencer (c) 2001 Basic Web Design Document, text, & layout formatting tags & attributes.
HTML Tags Lesson 2. What are HTML Tags?  Markup tags  Coded instructions that accompany the plain text of an HTML document  Syntax –Left wicket< –Tag.
HTML HyperText Markup Language ©Richard L. Goldman July 15, 2003.
HTML Basics Computers. What is an HTML file? *HTML is a format that tells a computer how to display a web page. The documents themselves are plain text.
COMP303 - Internet Based Programming
HTML tags and attributes By: Dennis Champagne. List of tags.
Text Building a Website Lesson 3. Headings,,,,, Headings,,,,, HTML has 6 levels of headings,,,,,,,,,, is used for main headings is used for main headings.
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.
Hypertext Markup Language.  Developed by Tim Berners-Lee in 1990  Stands for HyperText Markup Languange  A format that tells a computer how to display.
DESIGNING A WEB PAGE Introducing the… &TAGS.
CS 100 Introduction to Web Page Construction and HTML.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
HTML5 Structure. Slide 2 Introduction Introduce the purpose of the new HTML5 semantic tags Introduce the HTML5 outlining mode Using semantic metadata.
CITE303 - Internet Based Programming Lecture notes: Week 1 Instructor:Dr. Tolgay KARANFİLLER.
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.
01 – HTML (1) Informatics Department Parahyangan Catholic University.
NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.
XP Including Comments in an HTML Document On a new blank line in an HTML document, type the start code for a comment:
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.
Lesson 5. XHTML Tags, Attributes and Structure XHTML Basic Structure head and body titles Paragraph headings comments Document Presentation Manipulating.
More HTML Tags CS 1150 Spring 2017.
HTML TEXT.
More HTML Tags CS 1150 Fall 2016.
Introduction to Web Site Development
Internet & Web Engineering Course Code:CS-228 Credit Hours (3+1) Lab 1 Introduction to Markup Language HTML Instructor: Muhammad Zeeshan Haider.
HTML Intro.
Presentation transcript:

Basic Webpage Design Formatting tags

Objectives To know the formatting tags in HTML To identify the diffirent computer “OUTPUT” tags To visualize the output of some examples given

TEXT FORMATTING TAGS Tag Description <b> Defines bold text <big> Defines big text <em> Defines emphasized text <I> Defines italic text <small> Defines small text <strong> Defines strong text <sub> Defines subscripted text <sup> Defines superscripted text <ins> Defines inserted text <del> Defines deleted text <s> Deprecated. Use <del> instead <strike> Deprecated. Use <del> instead <u> Defines underlined text

COMPUTER "OUTPUT" TAGS

Citations, Quotations, and Definition Tags

FORMATTING TEXT EXAMPLES EXAMPLE 01. Text formatting

EXAMPLE 01. Text formatting This text is italic Formatting Text alalix Page 4 of 19 MEDIONE </i> <br> <small> This text is small </small> This text contains <sub> subscript </sub> <sup> superscript </sup> </body> </html> <html> <head> <title> text formatting</title> </head> <body> <b>This text is bold</b> <br> <strong> This text is strong </strong> <big> This text is big </big> <em> This text is emphasized </em>

FORMATTING TEXT EXAMPLES EXAMPLE 02. Preformatted text (how to control line breaks and spaces

FORMATTING TEXT EXAMPLES <html> <head> <title> pre formatted text </title> </head> <body> <pre> This is preformatted text. It preserves both spaces and line breaks. </pre> <p>The pre tag is good for displaying computer code:</p> for i = 1 to 10 print i next i </body> </html>

FORMATTING TEXT EXAMPLES EXAMPLE 03. Different computer-output tags

FORMATTING TEXT EXAMPLES <html> <head> <title> different output tags</title> </head> <body> <code>Computer code</code> <br> <kbd>Keyboard input</kbd> <tt>Teletype text</tt> <samp>Sample text</samp> <var>Computer variable</var> <p> <b>Note:</b> These tags are often used to display computer/programming code. </p> </body> </html>

FORMATTING TEXT EXAMPLES EXAMPLE 04. Insert an address

FORMATTING TEXT EXAMPLES <html> <head> <title> insert an address </title> </head> <body> <address> Donald Duck<br> BOX 555<br> Disneyland<br> USA </address> </body> </html>

FORMATTING TEXT EXAMPLES EXAMPLE 05. Abbreviations and acronyms

FORMATTING TEXT EXAMPLES <html> <head> <title> abbreviations and acronyms </title> </head> <body> <abbr title="United Nations">UN</abbr> <br> <acronym title="World Wide Web">WWW</acronym> <p>The title attribute is used to show the spelled-out version when holding the mouse pointer over the acronym or abbreviation.</p> <p>This only works for the acronym element in IE 5.</p> <p>This works for both the abbr and acronym element in Netscape 6.2.</p> </body> </html>

FORMATTING TEXT EXAMPLES EXAMPLE 06. Long and short quotations

FORMATTING TEXT EXAMPLES <html> <head> <title> long and short quotation</title> </head> <body> Here comes a long quotation: Formatting Text <blockquote> This is a long quotation. This is a long quotation. This is a long quotation. This is a long quotation. This is a long quotation. </blockquote> Here comes a short quotation: <q> This is a short quotation </q> <p> With the block quote element, the browser inserts line breaks and margins, but the q element does not render as anything special. </p> </body> </html>

FORMATTING TEXT EXAMPLES EXAMPLE 07. How to mark deleted and inserted text

FORMATTING TEXT EXAMPLES <html> <head> <title> how to mark deleted and inserted text </title> </head> <body> <p> a dozen is <del>twenty</del> <ins>twelve</ins> pieces </p> <p> Most browsers will overstrike deleted text and underline inserted text. </p> <p> Some older browsers will display deleted or inserted text as plain text. </p> </body> </html>

FORMATTING TEXT EXAMPLES EXAMPLE 08. Text direction

FORMATTING TEXT EXAMPLES <html> <head> <title> text directoin </title> </head> <body> <p> If your browser supports bi-directional override (bdo), the next line will be written from the right to the left (rtl): </p> <bdo dir="rtl"> Here is some Hebrew text </bdo> </body> </html>

FORMATTING TEXT EXAMPLES EXAMPLE 09. Deleted and inserted text

FORMATTING TEXT EXAMPLES <html> <head> <title> deleted and inserted text </title> </head> <body> <p> a dozen is <del>twenty</del> <ins>twelve</ins> pieces </p> <p> Most browsers will overstrike deleted text and underline inserted text. </p> <p> Some older browsers will display deleted or inserted text as plain text. </p> </body> </html>

Summary HTML uses tags like <b> and <i> for formatting output, like bold or italic text. Computer output tags are used to define/display special characters.