Introduction to HTML. HTML Introduction HTML – Hypertext Markup Language are the instructions that tell a browser how to lay out the information (text,

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. A Web Page is.. An ASCII (text) file.. Whose filename ends with.htm or.html –index.html or cookie-recipe.htm Contains HTML tags.
HTML Basics Customizing your site using the basics of HTML.
Session 2 Introduction to HyperText Markup Language 4 (HTML 4) Matakuliah: M0114/Web Based Programming Tahun: 2005 Versi: 5.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
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.
Cascading Style Sheets
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
Introducing HTML Skills: create simple Web pages
How Tags are used to form your Web Page
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
Hypertext Markup Language. Platform: - Independent  This means it can be interpreted on any computer regardless of the hardware or operating system.
Web Page Development Identify elements of a Web Page Start Notepad
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
1 Introduction to HTML. 2  W W W – World Wide Web.  HTML – HyperText Markup Language – The Language  of Web Pages on the World Wide Web. HTML is a.
1 Creating a Web Page An introduction to Hypertext Markup Language (HTML) ~~~~~ ~~~~ ~~~~~
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.
CS105 Introduction to Computer Concepts HTML
Chapter 4 Fluency with Information Technology L. Snyder Marking Up With HTML: A Hypertext Markup Language Primer.
July 2007 Web Design Developing a Class Website for the Tsunami Shelter Challenge Rozeanne Steckler
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.
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.
Learning HTML. HTML Attributes HTML elements can have attributes Attributes provide additional information about an element Class – specifies a class.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
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.
All Web pages are written with some form of HTML (HyperText Markup Language). HTML documents are saved as Text Only files so virtually any computer can.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using tags.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
XP 1 HTML Committed to Shaping the Next Generation of IT Experts. 01: Introduction to HTML.
G053 Lecture 12 Introduction To HTML Mr C Johnston ICT Teacher
Just Enough HTML How to Create Basic HTML Documents.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
Basic HTML PowerPoint How Hyper Text Markup Language Works
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
HTML: Hyptertext Markup Language Doman’s Sections.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
Georgia Institute of Technology Making Text for the Web Barb Ericson Georgia Institute of Technology March 2006.
HTML Basics. HTML Introduction Stands for HyperText Markup Language. HTML files are plain text files with mark ups. Some characteristics of HTML: –No.
HTML GUIDE Press F5 and then Click on the links on the left to get to the section you want Section 1: Getting Started Section 2: Moving Banner Section.
Adobe Dreamweaver CS3 Developing a Web Page. Planning the Page Layout Use White SpaceUse White Space Limit media objectsLimit media objects KISSKISS Use.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
HTML BASIC IST 210: Organization of Data IST210 1.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
Building a Web Page. Create A New Folder  Right click on the desktop and select New / Folder  Name the folder playpen.
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
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.
Your HTML website creating your first html file. Creating an HTML FIle Open note pad from accessories, programs. Write code. Save and view. In 3 Steps.
HTML – The Basics Rebecca Shillingburg
Introduction lab1. Suzanne J. Sultan 2 What is HTML? The definition of HTML is Hyper Text Markup Language. HTML is a computer language devised to allow.
HTML HTML stands for Hyper Text Markup Language. HTML is used in making the base of a Website You can just use an online website maker like weebly.com.
1 Foundation of HTML Web Page Design. 2 Safe Web Fonts: Used by most computers regardless of environment or platform  Times New Roman  Arial  Courier.
1 Introduction to HTML. 2 Definitions  W W W – World Wide Web.  HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web.
1 R3 R1 R5 R4 R6 R2 B B A A Looking at the Code Under the View menu Select Source.
HTML Basic IST 210: Organization of Data IST2101.
Basic Web Publishing M. Scott Gartner 7/15/98.
Online PD Basic HTML The Magic Of Web Pages
Extended Learning Module F
COMPUTING FUNDAMENTALS
Computers and Scientific Thinking David Reed, Creighton University
If You Know Nothing About HTML, This is Where You Start.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Presentation transcript:

Introduction to HTML

HTML Introduction HTML – Hypertext Markup Language are the instructions that tell a browser how to lay out the information (text, images, etc) in the browser window It is made up of tags – an opening tag and a closing tag with the content that the tag is applied to, in between them. You use the the tags to ‘mark up’ the text in between. –For example – to apply boldface to a section of text, the html will look like This text will be bold.

HTML Introduction Con’t Go to In Internet Explorer and Safari go to the menu bar at the top of the window –Click on ‘View’ –From the drop down menu select ‘view source’ VS The HTML Code on the left is interpreted by the browser and displays the content as the webpage on the right

Important HTML Tags - The start and closing tags of an html document - found at the beginning of an html document, will contain information such as the title, meta tags (content, keywords), css and javascript information. - the bulk of your webpage information is found between these two tags - For tables, you also need the row and column tags (you can also add a border=“#” in the opening table tag) – row – column (the column tags are contained within the row tags) For example will produce a table with one row, two columns - applies font type and size to text – - bold – - italicize - hyperlink - paragraph line break

Create a Simple HTML Document Open a text editor (Start>Programs>Accessories>Notepad) Start with your opening HTML tag Then the opening Head tag Add the opening and closing Title tag Close the Head tag Add the opening Body Tag Add the tags for a table with 2 rows, and 2 columns Add some bold text Add some italicized text Close the Body Tag Close the HTML Tag Save the document as an html file. (File > Save as > testpage.html > Save to your desktop) Double click on the file saved on your desktop, it should open in IE or Netscape

More Important HMTL tags - No closing tag! More on the tag –bgcolor="#FFFFFF" – Sets the background of the window to a solid color (in this case, #FFFFFF = white) –background="images/bgbar.gif" – sets an image to tile across the background to fill the entire window –text="#000000" link="#990000“ – sets the default color for the text, links, visited links, active links for the entire html document

Hexadecimal Color Codes link =“#000000” – The six numbers following the # sign denotes the hexadecimal code for a particular color (in this case, black). If you were to put this piece of code in the opening body tag of your html document, all your links (by default) would be black. You don’t need to memorize these numbers, but they are handy to know. # – black #FFFFFF – white #0000FF – blue (default link color) #FF0000 – red (default active link color) #80080 – purple (default visited link color)

HTML Editors Why do I need to know HTML when I have an html editor? –An HTML editor will work fine for what you want to do 99% of time, but there are little ‘quirks’ to the GUI interface that will cause your webpage to look slightly different than what you intended. But if you know some html you can look at the ‘code’ of the html document and make simple adjustments. So, why don’t you just write in HTML all the time? –Why don’t you walk to Poughkeepsie instead of drive? Because it takes too long! Except for the occasional code tweak, you will design a website infinity faster in an HTML editor and with less errors. –I can’t type more than a line or two before I will mistype or misspell something. If you do this in your ‘code’, the webpage will not work and/or will not look the way you intended. –Trouble shooting a large page of code is tedious and difficult.

I’ve got my images, my content, I know what NOT to do, and now I know some html to go with my html editor – For crying out loud, will you show me how to build my website now?!? I would, but that’s a topic for another presentation…