Basic (X)HTML Formatting.  There are number of formatting elements:- Font Size Colour etc.

Slides:



Advertisements
Similar presentations
Web Development & Design Foundations with HTML5
Advertisements

HTML popo.
Learning HTML. > Title of page This is my first homepage. Tells Browser This is an HTML page Basic Tags Tells Browser End of HTML page Header information.
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.
1 Lesson 5. 2 R3 R1 R5 R4 R6 R2 B B A A
COS 125 Internet Fundamentals and Web Page Design Day 3.
C HAPTER – 3 I NTRODUCTION TO H TML By :- Pinkesh H. Patel.
HTML popo.
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.
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.
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.
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.
COS 125 DAY 18. Agenda Assignment #4 Corrected –6 A’s, 1 B, 2 C’s, 1 D, 1 F and 2 non-submits Assignment #5 Due Capstone Progress Reports Due Exam #3.
WEB PAGES: CREATING AND MAINTAINING ** Tom Keane & Mayis SeapanInstructors: HTML Tags to format your text.
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.
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.
Web page - A Web page is a simple text file that contains HTML tags (code) that describe what should be displayed on the browser. -The Web browser interprets.
HTML Web Programming.
MORE HTML REMEMBER TO SEARCH W3 SCHOOLS FOR MORE INFO.
Define html document byusing Example : Title of the document The content of the document......
Headings, Paragraphs, Formatting, Links, Head, CSS, Images
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
Using Html Basics, Text and Links. Objectives  Develop a web page using HTML codes according to specifications and verify that it works prior to submitting.
HTML. Basic HTML HTML document – HTML headings – to HTML paragraphs – HTML links – HTML images –
1 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 2.
CSCI 1101 Intro to Computers
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
Introduction to HTML. HTML Hyper Text Markup Language Page Title My First Heading My first paragraph. Page Title My First Heading My first paragraph.
HTML Basic I IST2101. Keep In Mind Programming can be time consuming. Plan ahead!
1 Introduction to HTML: Part 1 Outline Introduction Elements and Attributes Editing HTML Common Elements Headers Images Unordered Lists Nested and Ordered.
Just Enough HTML How to Create Basic HTML Documents.
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.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
CPT 499 Internet Skills for Educators Session Ten Class Notes.
1 Web Application Programming Presented by: Mehwish Shafiq.
L. Anne Spencer (c) 2001 Basic Web Design Document, text, & layout formatting tags & attributes.
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.
Getting Started with Marking Up Page Content. Tag defines a paragraph Automatically creates some space before and after itself Code Browser Display.
Text Formatting and Font Control. Boldface, Italics, and Special Formatting Way back in the age of the typewriter, we were content with plain text and.
Formatting Tags. HTML Page Structure Demo Page Aloha, this is a demo page.
Web Development Lecture # 09 Text Formatting in HTML.
Formatting Text with HTML. Objectives: Students will be able to: Define the structure of the document with block elements Format numbered, bulleted, and.
CONTENTS INCLUDES :- TEXT LAYOUT SKILLS TEXT LAYOUT SKILLS FONTS EFFECT FONTS EFFECT HEADING ON WEB PAGES HEADING ON WEB PAGES IMAGE / PICTURE IMAGE /
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.
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley What did we learn so far? 1.Computer hardware and software 2.Computer experience.
Text Building a Website Lesson 3. Headings,,,,, Headings,,,,, HTML has 6 levels of headings,,,,,,,,,, is used for main headings is used for main headings.
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
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.
Basic Webpage Design Formatting tags.
Formatting Tags. HTML Page Structure Demo Page Aloha, this is a demo page.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
Formatting Text with HTML and CSS. Summary block-level elements. Character-level elements Logical and physical style Special elements: hr,address, quotation.
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.
TNPW1 Ing. Jiří Štěpánek.  Tags  Marks for elements ▪ Pair ▪ Start and end tag ( Paragraph text ) ▪ Single ▪ Only start tag, according to XHTML 1.0.
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.
More HTML Tags CS 1150 Fall 2016.
Introduction to HTML.
Tag Basics.
HTML Intro.
Client-Side Internet and Web Programming
Your program name Insert your message here. Please use Arial Font.
Getting Started with Marking Up Page Content
Presentation transcript:

Basic (X)HTML Formatting

 There are number of formatting elements:- Font Size Colour etc

Making Text Bold or Italic  This is BOLD  This is ITALIC  Logical formatting emphasize  italic strong is in BOLD

Changing the Size of Text  To make the text bigger or smaller  Attention to all DSN S4 students  tiny text

Using a Monospaced Font Internet Programming Monospaced Font

Using Preformatted Text  Browsers eliminate all extra returns and spaces and automatically create line breaks according to the size of the window  Let you maintain the original line breaks and spacing that you’ve inserted in the text

C++ Programming for (i = 0; i<10; i++) cout<<“Internet Programming”;

Creating Superscript and Subscript  …  Superscript 1  Subscript : H 2 O

Marking Changed Text  Lawyer and writers do this all the time Newly inserted text  … To mark deleted text  … I promise to do all of my homework, all of my chores, clean the cat litter, and not watch more than six a half hour s of tv.

Explaining Abbreviations  and KLCC KL KLCC is at the heart of KL