Online PD Basic HTML The Magic Of Web Pages

Slides:



Advertisements
Similar presentations
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.
Advertisements

Hyper Text Markup Language.  HTML is a language for describing web pages.  HTML stands for Hyper Text Markup Language  HTML is not a programming language,
WeB application development
A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
How Tags are used to form your Web Page
Hypertext Markup Language. Platform: - Independent  This means it can be interpreted on any computer regardless of the hardware or operating system.
HTML Lesson 1 TBE 540 Farah Fisher. Prerequisites Before beginning this lesson, the student must be able to… Access web pages and navigate the web Access.
 Definition of HTML Definition of HTML  Tags in HTML Tags in HTML  Creation of HTML document Creation of HTML document  Structure of HTML Structure.
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.
Internet Skills An Introduction to HTML Alan Noble Room 504 Tel: (44562 internal)
Web Design Using HTML Codes. WHAT DO I NEED TO BEGIN DESIGNING A HOME PAGE? 1.YOU NEED A FOLDER (also called a DIRECTORY) You should set up a folder or.
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 (HyperText Markup Language)
HTML Structure & syntax
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. WHAT IS HTML HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup language A markup language is a set of.
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.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Introduction to HTML. What is a HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup tags  The.
Copyright 2006 South-Western/Thomson Learning Chapter 17 Creating and Linking Web Pages.
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.
15.1 Fundamentals of HTML.
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.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
Basic HTML PowerPoint How Hyper Text Markup Language Works.
Basic HTML PowerPoint How Hyper Text Markup Language Works
HTML Codes Miss B.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
HTML: Hyptertext Markup Language Doman’s Sections.
HTML HTML: Hypertext Markup Language. The basic language of the World Wide Web. Developed around 1991 at the CERN lab on the French-Swiss border by Tim.
15.1 Fundamentals of HTML DeKalb County School System.
HTML BTEC National in Computing Section5. Create Information “HTML: defining HTML, discussing HTML uses and demonstrating HTML basics, HTML structure…..
Creating Your First Web Page – Topic: Creating a wiki, blog, image blog and podcast Click Arrow - Next Slide 1.
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 Basic. 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.
15.1 Fundamentals of HTML 2 assignments: 1st—complete the worksheet. 2nd—create your first HTML web page following the directions in this PowerPoint where.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Hypertext Markup Language.  Developed by Tim Berners-Lee in 1990  Stands for HyperText Markup Languange  A format that tells a computer how to display.
Creating and Editing a Web Page Using Inline Styles
HTML Review * is used as a reference for most of the notes in this powerpoint.
HTML-I Basic HTML Elements. HTML (Hyper Text Markup Language) HTML is a document layout and hyperlink- specification language. i.e. a language used to.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
Introduction to HTML Dave Edsall IAGenWeb County Coordinator’s Conference June 30, 2007.
HTML is the language that allows text and graphics to be displayed as Web pages. It is a set of special codes, called tags, that tells a browser application.
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 Structure & syntax
HTML Structure & syntax
Let’s Try It! Open Notepad
Introduction to HTML.
HTML Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Introduction to basic HTML
Elements of HTML Web Design – Sec 3-2
Uppingham Community College
WEB PAGES: CREATING AND MAINTAINING **
Creating a Home Page in HTML
Basic HTML PowerPoint How Hyper Text Markup Language Works
3.00cs HTML Overview 3.00cs Develop webpages.
Elements of HTML Web Design – Sec 3-2
A guide to HTML.
Basic HTML PowerPoint How Hyper Text Markup Language Works
Internet Technologies I - Lect.01 - Waleed Ibrahim Osman
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
MA10126 Introduction to HTML
15.1 Fundamentals of HTML 2 assignments: 1—complete the worksheet
AN INTRODUCTION BY FAITH BRENNER
HTML Structure & syntax
WJEC GCSE Computer Science
Presentation transcript:

Online PD Basic HTML The Magic Of Web Pages 1/27/2018 Basic HTML The Magic Of Web Pages DMasonDesigns

Create an HTML folder Make a folder in your I drive and name it “HTML”. We will save EVERYTHING for this unit here. Save your Word document as HTMLNotes_XX (xx=your intials) in your HTML folder. Revised August 2008 Online PD Basic HTML

Online PD Basic HTML 1/27/2018 What is HTML? HTML are initials that stand for HyperText Markup Language Hyper is the opposite of linear (linear meaning going from place to place in some given order, like a PowerPoint presentation) Text is what you will use; real English letters! Mark up is what you will do, using real English letters! Language (not really a computer language) Revised June 2008 Online PD Basic HTML DMasonDesigns

Online PD Basic HTML 1/27/2018 HTML Documents are documents that can be interpreted by your Web browser to display a page as you intend it to be viewed. (Remember, a browser is the computer application you use to see Web pages – Examples: Internet Explorer, Firefox, Netscape) HTML documents are plain-text files that can be created using any text editor like Notepad for Windows. We are going to use Notepad to type in our HTML pages. Revised June 2008 Online PD Basic HTML DMasonDesigns

Required To View a Web Page Online PD Basic HTML 1/27/2018 Required To View a Web Page Computer A browser: Graphic browsers such as Internet Explorer (IE), Netscape or Firefox. There are text browsers, like Opera, but we will not be interested in those at this point. Internet connection to view online Web pages Revised June 2008 Online PD Basic HTML DMasonDesigns

Required to Develop a Web Page Online PD Basic HTML 1/27/2018 Required to Develop a Web Page Computer Text editor (we will use Notepad) A Web browser to “view” your work Internet connection is NOT required to work on a web page. It will show perfectly well in any browser with no Internet connectivity. Revised June 2008 Online PD Basic HTML DMasonDesigns

Online PD Basic HTML 1/27/2018 Elements of a Web Page An element is a fundamental part of a text document (or Web page) Some elements are tables, paragraphs, ordered lists (with numbers like 1,2,3,…), unordered lists (with bullets), hyperlinks, or images. You use HTML tags to place elements on a Web page. Elements can contain plain text, other elements like graphics, or both. Revised June 2008 Online PD Basic HTML DMasonDesigns

Online PD Basic HTML 1/27/2018 Source Code “Source Code” is the HTML coding behind a Web page or the instructions used to create a web page. You can view the source code used to develop a Web page. Let’s look at a sample page to see the HTML used. There are lots of elements here to see. You will not use all of these tags in Basic HTML, but you might like to see how they work. To view the Sample Page, Open Internet Explorer and go to www.rcsd.ms/~debra.mason/HTML Click on the Sample Page After the page has opened in your Web browser In the menu at the top right of the page, choose Page > View Source The HTML coding should open in Notepad. Revised June 2008 Online PD Basic HTML DMasonDesigns

File Naming Conventions Online PD Basic HTML 1/27/2018 File Naming Conventions Choose a meaningful name. For example, if you want to make a page about puppies, you would not name the page as “rabbits.htm” You may add a suffix of either .htm or .html – either works as well as the other. But, we will use the file extension .htm for our pages. Revised June 2008 Online PD Basic HTML DMasonDesigns

Online PD Basic HTML 1/27/2018 HTML Tags DMasonDesigns

HTML Tags HTML works in a very simple, logical format Online PD Basic HTML 1/27/2018 HTML Tags HTML works in a very simple, logical format It reads from left to right, top to bottom, just like you do. An HTML tag begins with the less-than sign, <, and ends with a greater-than sign, >. In between these two signs are the commands HTML is written with text, and the tags are used to highlight certain elements, like making larger text, or smaller text, bolder or underlined text, etc. Revised June 2008 Online PD Basic HTML DMasonDesigns

Page Sections – Head and Body Elements Online PD Basic HTML 1/27/2018 Page Sections – Head and Body Elements } Head Elements } Body Elements In Notepad In Internet Explorer Revised June 2008 Online PD Basic HTML DMasonDesigns

Exploring the Head Element Online PD Basic HTML 1/27/2018 Exploring the Head Element The Head element identifies the first part of your HTML coded document that contains the title. This title (not to be confused with the page title that shows on the Web page) is shown in the blue Title Bar at the very top of your browser’s window. Look back at the previous slide with the image of the practice1.html Web page to see it’s title. Revised June 2008 Online PD Basic HTML DMasonDesigns

Online PD Basic HTML 1/27/2018 The Title The Title element contains your document title that is typically displayed in the Title Bar of your browser The title should identify the subject or purpose of you Web page. It also displays in someone’s bookmark list or on search engines like Google. Revised June 2008 Online PD Basic HTML DMasonDesigns

Online PD Basic HTML 1/27/2018 The Body The largest part of your HTML document is the body. It contains the contents of your document. It begins with the <BODY> tag and ends with the </BODY> tag. This is what actually displays within the text area of your browser window. Revised June 2008 Online PD Basic HTML DMasonDesigns

Commands Think of tags as commands. Online PD Basic HTML 1/27/2018 Commands Think of tags as commands. You put the tag exactly where you want an action to start happening, just as in the Sample Web Page. For example, if you want a word to be bold, put the tag where bold starts (at the beginning of the word or sentence) and the “end” tag where you want bold to stop (at the end of the word or sentence.) Revised June 2008 Online PD Basic HTML DMasonDesigns

Online PD Basic HTML 1/27/2018 Tag Specifications HTML is not case sensitive. <HTML> is read the same by the browser as <html> or even <hTmL> But, <HTML> is easier to find in your code than other variations! Revised June 2008 Online PD Basic HTML DMasonDesigns

Remember All tags are formatted the same. Online PD Basic HTML 1/27/2018 Remember All tags are formatted the same. All tags begin with an open bracket ‘<‘ have the tag command in the middle, then close with a ‘>’ Like <H1> Tags are usually paired. <HTML> (called a start tag) and </HTML> (called an end, or close, tag) Learning HTML is simply learning which tag performs which action! Revised June 2008 Online PD Basic HTML DMasonDesigns

Adding Images to Web Pages Online PD Basic HTML 1/27/2018 Adding Images to Web Pages DMasonDesigns

Online PD Basic HTML 1/27/2018 Saving An Image Adding an image adds interest to a Web page. But, your image files MUST be saved in the same folder where your html document is saved. Choose a meaningful name! NO SPACES in the file name! Go to the Blackboard, Web Design, HTML, More Images, and choose one of the images you like. Right click on it, choose “Save picture as…” or “Save image as…” then save it in the same folder where your practice10.htm file is located. Revised June 2008 Online PD Basic HTML DMasonDesigns

Adding Hyperlinks to Web Pages Online PD Basic HTML 1/27/2018 Adding Hyperlinks to Web Pages DMasonDesigns

Online PD Basic HTML 1/27/2018 Adding A Hyperlink Hyperlinks are what make the Internet the Internet! A hyperlink is a tag used to put text on your web page that links to other web pages. We will use Google as an example. Let’s add a tag before the heading sentences to link to Google. Be sure to add some <BR> tags to make yourself a few blank lines between text. <BR><BR><A href=http://www.google.com> Click Here to Go To Google! </A> The tag is <A>, the attribute is href, the text in between the tags is the actual link that shows on the web page for the user to click on, and we only close the tag, which is </A>. Save your file as “practice12.htm” and Check It Out! Revised June 2008 Online PD Basic HTML DMasonDesigns