My web site..

Slides:



Advertisements
Similar presentations
Intro to HTML Basics HTML = Hypertext Mark-up Language HTML = Hypertext Mark-up Language HTML is a plain-text file that can be created using a text editor.
Advertisements

HTML Basics Customizing your site using the basics of HTML.
HTML.
1 Lesson 5. 2 R3 R1 R5 R4 R6 R2 B B A A
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
Web Page Development Identify elements of a Web Page Start Notepad
Basic HTML UCR Webmasters Support Group Derk Adams.
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.
How can basic HTML sites be improved?. The Difference Between Hyper Text Markup Language Is a markup language for describing web pages Is used to create.
BASIC HTML TUTORIAL Amber Brady. HTML tags are keywords surrounded by angle brackets like HTML tags normally come in pairs like and The first tag in a.
Creating Tables in a Web Site Using an External Style Sheet
Web Design Dreamweaver Semester 2 ATBs. ATB #1 What is a web site?
Chapter 3 Working with Text and Cascading Style Sheets.
Cascading Style Sheets (CSS) 1.  What is CSS?  Why CSS?  How to write a CSS? 2.
Today’s Topic Language of web page - HTML (Hypertext Markup Language)
OBJECTIVES  What is HTML  What tools are needed  Creating a Web drive on campus (done only once)  HTML file layout  Some HTML tags  Creating and.
STILL CHAPTER 4 More Style. Topics How to specify “style” for beautifying your content?  Using tag and style attributes and values Separate file for.css.
Web Design First Semester Project – Getting Started in Dreamweaver.
Just Enough HTML How to Create Basic HTML Documents.
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.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
The Teacher HTML HTML (3) Cascading Style Sheets.
Linking to an External Style Sheet Web Design Section 4-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
Introduction to HTML Vincci Kwong Reference/Instruction Librarian.
CREATING WEB PAGES Using…More HTML code! My First \ Web Page.
Planning your site/organization on the Web Please use speaker notes for additional information!
 HTML is hypertext markup language. It is a way for people to display their information with more complex pictures and text displays. Before HTML, messages.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
Chapter 7 Web Design.. HTML  Hypertext Markup Language  Using HTML, text is formatted by wrapping it in a tag.  The tags provide instructions to the.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
HTML Lesson 2. Review Questions  What are HTML tags used for?  What do HTML tags look like?  What are the 3 required HTML tags?  In what section of.
CPSC 203 Introduction to Computers Lab 66 By Jie Gao.
© 2011 Delmar, Cengage Learning Chapter 3 Working with Text and Cascading Style Sheets.
Colors & Fonts Building a Website Lesson 7. Font Font The tag specifies the font face, font size, and color of text. The tag can have any or all of these.
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.
Cascading Style Sheets Creating a Uniform Site. Style Sheets  Style sheets are used for conformity on a web page or web site.  Style sheets eliminate.
Cascading Style Sheets
DYNAMIC HTML What is Dynamic HTML: HTML code that allow you to change/ specify the style of your web pages. Example: specify style sheet, object model.
Are You Smarter Than a 5 th Grader? 1,000,000 5th Grade HTML 5th Grade Syntax 4th Grade HTML 4th Grade Syntax 3rd Grade HTML 3rd Grade Syntax 2nd Grade.
Web programming Part 1: HTML 由 NordriDesign 提供
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
This shows CIS17 and the first day introduction..
Introduction to MIS1 Copyright © by Jerry Post Introduction to MIS Appendix 3 Creating Web Pages.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
Unit 5 The Web Book Test. Unit 5 Test The Web Book Test 1. On the bottom of page 46, why is writing web pages not like writing printed documents ?
Using Text Edit. Create Folders to Organize a Site  Identify the location where you are storing your Web sites. Ask your teacher for help if needed.
HTML – The Basics Rebecca Shillingburg
HTML NOTES October 6, Starting a document and saving  Always use notepad  Use _ for spaces otherwise it won’t work  When saving make sure you.
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.
McGraw-Hill Technology Education © 2004 by the McGraw-Hill Companies, Inc. All rights reserved. Office Word 2003 Working Together 1 Word 2003 and Your.
Click on CIS120/17 to go to website for course. The week of will tell you what is planned for the week and what has been assigned.
Agenda 2/9/05 Art for New Media Quick Write/Sketch Last Day for basic HTML –Relative links (how to go inside a folder and back up a folder) –Changing link.
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.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
CASCADING STYLE SHEET CSS. CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to solve a problem.
CSS Introductions. Objectives To take control of the appearance of a Web site by creating style sheets. To use a style sheet to give all the pages of.
Introduction to HTML.
Web Basics: HTML/CSS/JavaScript What are they?
Internet Exploration: HTML Basics
HTML Lesson 2.
HTML Basics and CSS style
Internet Exploration: HTML Basics
CASCADING STYLE SHEET CSS.
Practice: first_document.html
How files are organized
CSS Styles Introduction.
Review - unfortunately I did not turn on the recorder right away so the first few examples will not be part of the audio. I did turn on the recorder.
HTML and Geocities.
Creating your own Styles
Presentation transcript:

My web site.

This is one of the pages we looked at Tuesday This is one of the pages we looked at Tuesday. It shows the basic structure of HTML.

a ordered list and an unordered list with list items in each list.

combine it into one.

directory or you would need a path.

This is the page I linked to This is the page I linked to. It was a word document saved as html so it has very complex code.

to give style to the body or the paragraph or the list item.

note the setting to All Files.

through h6.

to center h1.

I can center both h1 and h2.

<b>this is bold</b>

Setting up a background color.

A sample first page of a portfolio.