HTML Basics What is HTML? Basic Tags Fonts Colors Pictures Links Lists Tables Frames Good Sites.

Slides:



Advertisements
Similar presentations
Chapter 3 – Web Design Tables & Page Layout
Advertisements

HTML popo.
Microsoft FrontPage Monday January 28, The Basic FrontPage Setup.
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
End User Computing An Introduction to CSS Sujana Jyothi Research Lab1, Callan Building, Department of Computer Science
How Tags are used to form your Web Page
HTML for Beginners An IEEE/ACM Presentation given by Hamilton Turner.
Design, Formatting, CSS, & Colors September 9, 2010.
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.
13 February Building a Web Page. HTML Files Two types of information Text Instructions on how to display Instructions are in the form of tags Tags are.
CIS101 Introduction to Computing HTML Project Two.
There is a certain way that an HTML file should be set up. The HTML section declares a beginning and an ending. Within the HTML, there should be a HEAD.
4.01 Cascading Style Sheets
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 Code. What we will cover Basic HTML Body Font Images Hyperlinks Tables Frames.
Tags through Forms. This element is required for all HTML pages It must be at the top of every page of every website We’ll see later on why it is important.
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
JMD2144 – Lesson 5 Web Design & New Media. ‘Div’ide and conquer One of the most versatile structure tags available is the.. tag Short for ision, it allows.
Explanation of Web 6, Web 7 and Web 9 at my site Please be sure to bring up the speaker notes for the explanation Intro - Web 6, Web 7 and Web 9.
Link and Table in HTML. Statistics HTML review The two faces of a HTML file In a notepad program. In a internet browser program. The function of HTML.
Chapter 2: The Client Side: HTML CIS 275—Web Application Development for Business I.
July 2007 Web Design Developing a Class Website for the Tsunami Shelter Challenge Rozeanne Steckler
CO1552 – Web Application Development Lists, Special Characters, and Tables.
Chapter 18 Web Design April 16 th & 17 th. Content The most essential element of any Web page is the content Before you begin a Web page you want to know.
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.
1 Basic HTML. 2 Part 1: Basic Web Page Production.
More Basic HTML. Add spacing (single & double space) Save Refresh Add horizontal rule Add comments Add styles Add headings Add features Add alignments.
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.
 This presentation introduces the following: › 3 types of CSS › CSS syntax › CSS comments › CSS and color › The box model.
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.
Getting Started with HTML Please use speaker notes for additional information!
G053 Lecture 12 Introduction To HTML Mr C Johnston ICT Teacher
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.
Introduction to HTML. Slide 1 Hard-Coding What is hard-coding? –Creating the page in a text editor just using HTML A Web designer should know how to hard-
Essentials of HTML Class 4 Instructor: Jeanne Hart
Homework #4 HTML Web Assignment II ©2001 E. Kinnear.
College of Micronesia- FSM Pohnpei State Campus GEORGE S. MANGONON, MBA Chair, Math/Sci Division September 15-25, 2008.
Definition CSS “Short for Cascading Style Sheets, a new feature being added to HTML that gives both Web site developers and users more control over how.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
HTML tags Some popular ones. Paragraph: separated by a single line of white space Line break NOTE: no end tag is used for this tag Headlines ( through.
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 )
Introduction to HTML. HTML Introduction HTML – Hypertext Markup Language are the instructions that tell a browser how to lay out the information (text,
HTML ( HYPER TEXT MARK UP LANGUAGE ). What is HTML HTML describes the content and format of web pages using tags. Ex. Title Tag: A title It’s the job.
Paper 3 Unit 15 – Web Authoring Software Choices Graphics Exporting Graphics Creating CSS RGB Colour CSS – Body, Table and TD Border Collapse Tables -
AGB 3/26/121 ++=. 2 Yes, believe it or not this is a complete webpage. It has a Head, Title and Body between the start and end HTML Tag.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
This shows CIS17 and the first day introduction..
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.
1 2/16/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Intro to HTML and Basic Web Page Design.
G046 Lecture 03 Introduction To HTML Mr C Johnston ICT Teacher
HTML Tags BTT1O. HTML  Documents written in hypertext markup language can be interpreted by all web browsers.  This language lets the web page developer.
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 PROJECT 3 WEB/HTML PROJECT USING NOTEPAD Management Information Systems, 9 th edition, By Raymond McLeod, Jr. and George P. Schell © 2004, Prentice Hall,
Introduction to HTML Dave Edsall IAGenWeb County Coordinator’s Conference June 30, 2007.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
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.
Creating Web Pages in Word. Sharing Office Files Online Many Web pages are created using the HTML programming language. Web page editors are software.
G053 Lecture 12 Introduction To HTML Mr C Johnston ICT Teacher
What is HTML? Acronym for: HyperText Markup Language
With Microsoft FrontPage 2000
If You Know Nothing About HTML, This is Where You Start.
More Basic HTML 2 assignments: 1—complete the worksheet
Presentation transcript:

HTML Basics What is HTML? Basic Tags Fonts Colors Pictures Links Lists Tables Frames Good Sites

What is HTML? HTML is a programming language that allows you to tell the browser what you want it to display and how you want it to be displayed, in simple terms, it is a WebPage. In HTML there are certain markers, like commands, that tell the Browser what to do, these are called tags. By using tags you can have tables, fonts, colors, pictures, links, and almost anything you can think up, and experimentation with tags can lead to some pretty cool WebPages.

Important Things to Remember... Use Notepad, Microsoft Word adds programming unless you save it as text only without formattingUse Notepad, Microsoft Word adds programming unless you save it as text only without formatting Be sure to save it as a.htm or.html file, not a.txt file or it will not show in you browserBe sure to save it as a.htm or.html file, not a.txt file or it will not show in you browser Carriage returns are not present in HTML, for a return, use a tagCarriage returns are not present in HTML, for a return, use a tag Remember use end tagsRemember use end tags If it isn’t right, check your spelling...If it isn’t right, check your spelling... Put things that aren’t part of the tag, but inside the tag in quotations..so not Put things that aren’t part of the tag, but inside the tag in quotations..so not Make sure to encase all of your tags with a at the end.Make sure to encase all of your tags with a at the end.

Basic HTML Tags These are only the tags that are essential to begin a page, there are many other tags. The next slide shows where these tags belong, and how they are used.

Basic Tags In Place Name of Page Content of Page Name of Page Content of Page It looks Like:

Basic Font Changes To enter Text into your page, you can simply type after the body tag, however, sometimes change is good. All changes to your font size, color, face and style, will occur inside the tag.

Examples of Font Change

Colors Adding colors to WebPages is not difficult. As a matter of fact, it is quite easy. In HTML you can either put in the basic names of the colors (like red, blue, green, etc.) or you can enter in a numerical code for color. In this code (hexadecimal code) the first two numbers are the amounts of red displayed, the second two numbers are the amount of green displayed, and the third two numbers are the amount of blue displayed, these colors range from 0-f. #ffffff is black and #oooooo is white, and so on, when using these numbers be sure to use quotations and a number symbol like “#556600”. A table of all these color numbers can be viewed at our/666.html

Basic Color Tags

Pictures To add pictures first be sure that they are in an acceptable format, these are gifs and jpgs. Any other formats like bmps, will not show up! If you use to many animated gifs, you page can be referred to as annoying, and you should avoid this. You can add pictures to many places, but the format is always the same, except in adding it as a background. The format for inside the body is or. For the background, inside the To add pictures first be sure that they are in an acceptable format, these are gifs and jpgs. Any other formats like bmps, will not show up! If you use to many animated gifs, you page can be referred to as annoying, and you should avoid this. You can add pictures to many places, but the format is always the same, except in adding it as a background. The format for inside the body is or. For the background, inside the

Picture Tags

Links Links can be added to other WebPages, or to other pages within your WebPage. Also you can add links to other objects inside your homepage or any other page. To add a link to another WebPage type Name of Site To add a link to a page inside your WebPage type Name of Page To add a link withing a page type Name of place then where you want the link to go, inside the tag put, so if you wanted to link to a table you would put. If you want to return to the previous page, just put a link to the other page on the page you linked to.

Lists Lists can add a lot to a WebPage, there are different types of lists and different types of bullets or numbers that can be used. You can have an ordered list (a, b, c, etc.) unordered lists (with bullets) or you can have definition lists. An Ordered List looks like a) list item b) list item and so on An Undordered List looks like list itemlist item An Definition List looks like: TermDefinition

Ordered Lists

Unordered Lists

Definition Lists

Tables Tables in HTML are easy to program if you know what you are trying to do. Tables look like the charts present on many of these slides. Tables in browsers by default have no borders, if you want to see the edges of your table, you have to place a border command inside the table tag. You can also use tables to format pages. Inside tables, the text is always the default of the browser (black and small), if you want to change this font, you must add a inside each cell to make the change.

TableTagsTableTagsTableTagsTableTags

Frames Frames are what allow you to format your pages into rows and columns. In my WebPage, I have used frames, I have two frames, and the column is a frame. Frames are not visible on all browsers and are hard to explain. My experiences online have led me to a site which will help you do frames in your WebPage. The site is at: ials/frames/

Good Sites Basic Help: Help: Browser Safe Colors: Safe Colors: Frame Help: Help: Pictures/Clip Art: Art: I hope that my page/PowerPoint presentation had helped you to build your WebPage. If it has or has not and you would like to contact me, you can me your comments or questions at

Extra Formatting Tags