HTML Creating Web pages. HTML Hyper Text Markup Language Not programming, but a markup language using tags to format text in Web browsers.

Slides:



Advertisements
Similar presentations
Introduction to Web Design Lecture number:. Todays Aim: Introduction to Web-designing and how its done. Modelling websites in HTML.
Advertisements

Introduction to HTML
3.02D HTML Overview 3.02 Develop webpages.
HTML Basics Customizing your site using the basics of HTML.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
KompoZer. This is what KompoZer will look like with a blank document open. As you can see, there are a lot of icons for beginning users. But don't be.
Html: getting started HTML is hyper text markup language. It is what web browsers look at on the Internet. HTML documents should be created in a simple.
Unit 3 Day 4 FOCS – Web Design. No Journal Entry.
HTML.
WeB application development
Chapter 2 HTML Basics Key Concepts
HTML Creating Web pages. HTML Hyper Text Markup Language Not programming, but a markup language using tags to format text in Web browsers.
How Tags are used to form your Web Page
© Anselm SpoerriInfo + Web Tech Course Information Technologies Info + Web Tech Course Anselm Spoerri PhD (MIT) Rutgers University
Web Page Development Identify elements of a Web Page Start Notepad
HTML Basics An Introduction to HTML. What is HTML? Stands for “Hyper Text Markup Language” Composed of “tags” which are surrounded by sideways triangles.
Basic HTML The Magic Of Web Pages. Create an HTML folder  Make a folder in your H drive and name it “HTML”. We will save EVERYTHING for this unit here.
McGraw-Hill/Irwin © The McGraw-Hill Companies, All Rights Reserved TECHNOLOGY PLUG-IN T10 Creating Web pages Using HTML.
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.
Web Technologies Website Development Trade & Industrial Education
THE BACKBONE OF EVERY WEB PAGE HTML Day 1. What will we learn? How to create a basic web page Backgrounds and colors How to link Web sites How to include.
Amber Annett David Bell October 13 th, What will happen What is this business about personal web pages? Designated location of your own web page.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
Understanding HTML Code
 HTML stands for Hyper Text Mark-up Language. The coding language used to create documents for the World Wide Web  HTML is composed of tags. HTML tags.
Website Development with Dreamweaver
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.
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.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
What is Markup and Markup Languages? What is HTML? A Basic HTML Document Basic HTML Tags Tag Attributes and Text Formatting Tags Insert Hyperlinks Add.
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.
Fall 2005 Using FrontPage to Enhance Blackboard - Darek Sady1 Using FrontPage to Enhance Blackboard 1.Introduction 2.Starting FrontPage 3.Creating 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.
HTML Basic IST2101. Keep In Mind Programming can be time consuming. Plan ahead!
CREATING WEB PAGES Using…More HTML code! My First \ Web Page.
HTML: Hyptertext Markup Language Doman’s Sections.
Project 2 Web Page Design Creating and Editing a Web Page Pages
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
HTML— More Tags, Formatting, and Lists. Formatting Tags  Bold  Italics  Underline  Big text  Small text  Subscript (H 2 O)  Superscript (10 3 )
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.
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 Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Introduction to HTML UWWD. Agenda What do you need? What do you need? What are HTML, CSS, and tags? What are HTML, CSS, and tags? html, head, and body.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
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.
Building a Web Page. Create A New Folder  Right click on the desktop and select New / Folder  Name the folder playpen.
Creating and Editing a Web Page
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
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.
Getting Started with HTML. HTML  Hyper Text Markup Language  HTML isn’t a program language, its known as a markup language  A Markup language has tags.
1 2/16/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Intro to HTML and Basic Web Page Design.
HTML Tags BTT1O. HTML  Documents written in hypertext markup language can be interpreted by all web browsers.  This language lets the web page developer.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
Project 02 Creating and Editing a Web Page Concept Map of Unit Creating and Editing a Web Page Key Learning Understand the elements to create a web page.
HTML And the Internet. HTML and the Internet ► HTML: HyperText Markup Language  Language in which all pages on the web are written  Not Really a Programming.
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.
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.
HTML Hyper Text Markup Language. What is HTML HTML stands for the Hyper Text Markup Language. HTML stands for the Hyper Text Markup Language. HTML is.
Let’s Try It! Open Notepad
Online PD Basic HTML The Magic Of Web Pages
INTRO TO WEB DEVELOPMENT html
Elements of HTML Web Design – Sec 3-2
Elements of HTML Web Design – Sec 3-2
4.00 Apply procedures to add content by using Dreamweaver. (22%)
Presentation transcript:

HTML Creating Web pages

HTML Hyper Text Markup Language Not programming, but a markup language using tags to format text in Web browsers

Why learn HTML? HTML is the backbone of more complex web programming languages, such as XHTML. Learning it gives you an understanding of how the other languages work, and may even allow you to edit some of them effectively without knowing the specific language. While many large organizations use content management systems to automate the production of web pages, there are limits as to what they can produce. Knowing HTML allows you to get a page to look exactly how you want it, within the confines of the system.

What you need to create a Webpage using HTML To create a page: - A text editor (TextWrangler, TextEdit, TextMate, BBEdit) - A Web browser

First things first Whenever you begin a project, you need to remember to keep things in order. The best way to do that is to create a folder to store everything before you start editing any files: - Go to the desktop, and right-click anywhere on the background. - Select “New Folder”. - Name the folder something related to the project you're working on, for example, the HTML resume assignment could be named “HTML” or “Resume” or “HTML resume”. - Be sure to save all of your files into this folder. - You can compress the folder to create a single file that you can easily to yourself or others. Right-click the folder, and select “Compress”, which creates a.zip file on your desktop.

HTML tags Tags give the Web browser instructions on how to display elements of a Web page, whether it's text, pictures, video clips, or hyperlinks to other Web pages. - Signified by " " - Usually contain and opening and closing tags - Lowercase

Starting an HTML document

Header/body

Page title ENTER YOUR PAGE TITLE HERE

Body text My Sample Web Page Enter text you want to show up in the browser window here.

Page color Color values are specified in hexadecimal code; Google it to find color keys. My Sample Web Page (For a solid background color) (For a picture file background) (To change the default color of text) Enter text you want to show up in the browser window here.

Spacing Single return Tuesdays & Thursdays, 7:30-9:20 a.m. Location: Cronkite 354 Instructor's Paragraphs Prerequisites and expectations: This class is required of all journalism majors in the new curriculum. Students must be in the professional program and have completed JMC 201. Course goals: This class will introduce students to journalism in an online environment. Students will gain an understanding of the capabilities and attributes of good online journalism, including interactivity, functionality, navigation and innovation.

Headers These tags are used to make text much larger than normal. Heading text = Heading text

Formatting tags: Bold, italics, underline = strong = emphasis = underline For example: Times: = Times: The Daily Show = The Daily Show Hours of operation = Hours of operation Other examples of formatted text

Nested tags You can use more than 1 tag to format text. Example: Coding for The Arizona Republic The Arizona Republic

Creating links to other Websites Hyperlinks can point to any resource on the web: an HTML page, an image, a sound file, a movie, etc. To create a link, you'll need the URL of your target, and the text/image you want to link: Text/image If you want to make the link open in another window/tab, you can add a little bit to the link code: Text/image

Creating a text link New York Times OR My favorite news source is New York Times. New York Times

Creating an link TEXT For example: me

Save file as.html Save your file as a plain text document (not in Word) with the extension “.html”. You may see files on the Web that have a “.htm” extension. There is no difference between “.html” and “.htm” in the way a browser looks at the file, but “.html” is more common.

Try formatting a text document Go to asujmc305.wordpress.com and copy the text.

Ordered lists A list of numbered items Example: The top 3 best downtown restaurants: 1.Pizzeria Bianco's 2.Athenian Express 3.Matt's Big Breakfast The top 3 best downtown restaurants: Pizzeria Bianco's Athenian Express Matt's Big Breakfast

Unordered lists A list of un-numbered or bulleted items Example: JMC305 covers Social media Video Web design JMC305 covers Social media Video Web design

Inserting images

Tables Tables can be used to arrange "columnar" data, anywhere you have multiple rows and columns of text. = table = table header = table row = table data Year Sales 2000 $18M 2001 $25M 2002 $36M

Saving webpages as.pdf files - Choose to print the page. - Instead of actually printing, click on the “Save as PDF” button in the lower left-hand corner of the print window. - Choose a name and a destination for the.pdf file.