HTML Overview - Text Markups. Before We Begin Make a copy of your HTML file you created in the previous lesson Make a copy of your HTML file you created.

Slides:



Advertisements
Similar presentations
HTML Basics Customizing your site using the basics of HTML.
Advertisements

HTML popo.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
Unit 3 Day 4 FOCS – Web Design. No Journal Entry.
Hypertext markup language.  Client asks for an html file  Server returns the html file  Client parses and displays it  This display is what most people.
Chapter 2 HTML Basics Key Concepts
HTML Overview - Cascading Style Sheets (CSS). Before We Begin Make a copy of one of your HTML file you have previously created Make a copy of one of your.
Creating Pages in XHTML
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
How Tags are used to form your Web Page
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.
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.
COS 125 Internet Fundamentals and Web Page Design Day 12.
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: 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.
Tags & Formatting Internet Basics & Beyond. Stand Alone Tags  Remember how I told you in lesson two that most HTML tags work in pairs, but that there.
HTML Notes Chapters 1--6 Codes used in creating HTML documents are called tags. Tags are always enclosed in left ( ) angle brackets. Tags can be upper.
Creating a Simple Page: HTML Overview
HTML Overview Part 2 – Paragraphs, Headings, and Lines 1.
Basic HTML Hyper text markup Language. Re-cap  … - The tag tells the browser that this is an HTML document The html element is the outermost element.
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.
MLA Report Formatting.
Tutorial 1 Developing a Basic Web Page. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives – Lesson 1 Introduction to the.
Essential Tags Web Design – Sec 3-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Chapter 4: Hypertext Markup Language Primer TECH Prof. Jeff Cheng.
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.
Chapter 2 HTML Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
HTML Tags Basic Tags Doctype or HTML Head Title Body Use the website to find the definitions
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
More Basic HTML. Add spacing (single & double space) Save Refresh Add horizontal rule Add comments Add styles Add headings Add features Add alignments.
CSCI 1101 Intro to Computers
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
15.2 More Basic HTML. More Basic HTML Add spacing (single & double space) Save Refresh Add horizontal rule Add comments Add styles Add headings Add features.
HTML (continued). Assignment 3 Creating a web page with:  Images  Hyperlinks to some websites  Hyperlinks to your  Information about a company,
Tutorial #3 Cascading Style Sheets. Tutorial #2 Review - Anchors Links to Site DMACC Internal Links Go to Top Mail To me Local.
XP 1 HTML Committed to Shaping the Next Generation of IT Experts. 01: Introduction to HTML.
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.
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.
All you ever needed to know…and more!. H.T.M.L. HyperText Mark-up Language Web’s programming language All web browsers Set of instructions Written with.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
HTML: Hyptertext Markup Language Doman’s Sections.
ECA 228 Internet/Intranet Design I Intro to Markup.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
Styling in HTML PowerPoint How to style in HTML. Styling in HTML Styling tags can be added to HTML to place emphasis or add appeal – These tags must be.
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.
Getting Started with Marking Up Page Content. Tag defines a paragraph Automatically creates some space before and after itself Code Browser Display.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place.
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.
Web Development Lecture # 09 Text Formatting in HTML.
HTML tags and attributes By: Dennis Champagne. List of tags.
IN THIS LESSON, WE WILL BECOME FAMILIAR WITH HTML AND BEGIN CREATING A WEB PAGE IN YOUR COMPUTER HTML – the foundation.
The Web Wizard’s Guide to HTML Chapter Two Basic Text Formatting.
DESIGNING A WEB PAGE Introducing the… &TAGS.
Introduction to Web Authoring Ellen Cushman /wra210.htm Class mtg. #2.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place Programming language.
Revised June 2008 Online PD Basic HTML1 Let’s Try It!  Open Notepad oStart > All Programs > Accessories > Notepad oDon’t get WordPad by mistake – won’t.
NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.
Arleen Williams ESL 3 Academic
HTML Formatting Text.
Getting Started with Marking Up Page Content
HTML Lesson 3.
Presentation transcript:

HTML Overview - Text Markups

Before We Begin Make a copy of your HTML file you created in the previous lesson Make a copy of your HTML file you created in the previous lesson Do this in ‘My Computer’ Do this in ‘My Computer’ Use copy/paste to copy the file Use copy/paste to copy the file Rename the copy to ‘text markup.html’ Rename the copy to ‘text markup.html’ Remove everything between the and tags Remove everything between the and tags

Remember… Multiple spaces and ‘Enters’ are ignored, so… Multiple spaces and ‘Enters’ are ignored, so… Don’t use spaces, tabs, and enters to format your text Don’t use spaces, tabs, and enters to format your text Instead, use HTML code to do the formatting for you Instead, use HTML code to do the formatting for you

Block Elements Mark blocks of text Mark blocks of text Result in a new line Result in a new line We’re going to look at: We’re going to look at: Headers Headers Paragraphs Paragraphs Block Quotes Block Quotes Horizontal Rule Horizontal Rule

The Header Tag Use the Header tags to mark sections of your page Use the Header tags to mark sections of your page HTML has six levels of headers: HTML has six levels of headers: H1, H2, H3, H4, H5, H6 H1, H2, H3, H4, H5, H6 H1 is highest importance, H6 is lowest H1 is highest importance, H6 is lowest Similar to styles and outlines used in Word and PowerPoint Similar to styles and outlines used in Word and PowerPoint

Header Example Put this in the Body: Put this in the Body: Mrs. Puff’s Boating School Teacher’s Handbook Mrs. Puff’s Boating School Teacher’s Handbook Ways to Torture SpongeBob Ways to Torture SpongeBob In-school Methods In-school Methods At-home Methods At-home Methods Boating School Assignments Boating School Assignments Boat Driving Exercises Boat Driving Exercises Written Exams Written Exams <hr>

The Paragraph Tag In HTML, a paragraph is a collection of one or more sentences In HTML, a paragraph is a collection of one or more sentences Best to use paragraphs for sentences and not just anything Best to use paragraphs for sentences and not just anything Like most tags, you can use attributes with it Like most tags, you can use attributes with it ALIGN=“center”, ALIGN=“right” ALIGN=“center”, ALIGN=“right”

Paragraph Example Add this code following the first H3 tag: Add this code following the first H3 tag: In-school Methods In-school Methods SpongeBob is extremely sensitive to chalk dust. Put some on his desk. SpongeBob is extremely sensitive to chalk dust. Put some on his desk. Also, a good method is to put him in a round room and tell him to stand in the corner. Also, a good method is to put him in a round room and tell him to stand in the corner.

Block Quotes Used to mark a block of text as a quotation Used to mark a block of text as a quotation Paragraph is blocked and every line is indented Paragraph is blocked and every line is indented Dreamweaver uses this for indention Dreamweaver uses this for indention

Blockquote Example Add this code following the second H3 tag: Add this code following the second H3 tag: At-home Methods At-home Methods According to the Bikini Bottom website: According to the Bikini Bottom website: <blockquote> SpongeBob is very scared of the dark. He will run around in circles and go crazy if trapped in a dark enclosed space. SpongeBob is very scared of the dark. He will run around in circles and go crazy if trapped in a dark enclosed space. </blockquote>

Horizontal Rule Used to draw a horizontal line Used to draw a horizontal line Can be used as a separator or other things Can be used as a separator or other things Can use attributes to control size and color Can use attributes to control size and color

Line Breaks Not really block elements, but they can be used to ‘block’ text Not really block elements, but they can be used to ‘block’ text Multiple ones can be used to create many blank lines and lots of space. Multiple ones can be used to create many blank lines and lots of space.

Horizontal Rule Example Add this code following the blockquote code: Add this code following the blockquote code:<br><hr><br>

Inline Elements Mark short pieces of text Mark short pieces of text Don’t result in a new line Don’t result in a new line We’re going to look at: We’re going to look at: Emphasis & Strong Emphasis & Strong Bold, Underline, & Italics Bold, Underline, & Italics

Emphasis and Strong Emphasis makes the text look different so it stands out Emphasis makes the text look different so it stands out Strong further emphasizes the text Strong further emphasizes the text Can be used together or separately Can be used together or separately

Bold, Underline, & Italics They do what they say They do what they say Bold emphasizes text (same as what Strong does) Bold emphasizes text (same as what Strong does) Underline underlines text Underline underlines text Italics italicizes text (same as what Emphasis does) Italics italicizes text (same as what Emphasis does)

Emphasis & Strong Example Add the white code where shown: Add the white code where shown: Boat Driving Exercises Boat Driving Exercises In-boat instruction Note: this is VERY DANGEROUS In-boat instruction Note: this is VERY DANGEROUS Written Exams Written Exams Tests can be bold, underlined, or italicized. Tests can be bold, underlined, or italicized.