HTML Structure Building a basic web page using notepad.

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

HTML Basics Customizing your site using the basics of HTML.
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.
Cascading Style Sheets
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
Anne McGrath 16 th February  Review of what we have learned so far.  Angled brackets surround HTML tags.  The words between the angled brackets.
HTML Creating Web pages. HTML Hyper Text Markup Language Not programming, but a markup language using tags to format text in Web browsers.
Creating and Editing a Web Page
Beginning Web Site Creation: Dreamweaver CS4 Noreen Brown XHTML CODING -- TAGS.
XHTML II DIGITAL MEDIA: COMMUNICATION AND DESIGN F2007.
Web Page Development Identify elements of a Web Page Start Notepad
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
ETT 429 Spring 2007 Web Design I.
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: PART ONE. Creating an HTML Document  It is a good idea to plan out a web page before you start coding  Draw a planning sketch or create a sample.
Designing Web Pages Getting to know HTML... What is HTML? Hyper Text Markup Language HTML is the major language of the Internet’s World Wide Web. Web.
HTML. We’ll learn … What HTML is What tags are What a basic web page looks like What 3 HTML tags are required What HTML comments look like How to title.
Introduction to HTML. Topics HTML –What is HTML –Parts of an HTML Document –HTML Tags.
Chapter 4 HTML. Objectives Explain how HTML/XHTML are used and describe the difference between them Interpret HTML code Explain how HTML Forms are used.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Using Dreamweaver. Slide 1 Dreamweaver has 2 screens that do different things The Document window where you create your WebPages The Site window where.
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.
Web Technologies Website Development Trade & Industrial Education
4 HTML Basics 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.
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.
Enhancing Your Web Site. More Basic HTML Tags Today you will learn these tags: & add-on (alt, height, width & align) and “href” add-on Add a text link.
Website Development with Dreamweaver
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.
Creating and Editing a Web Page using HTML IMED1316.
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.
DHTML AND JAVASCRIPT Genetic Computer School LESSON 2 HTML TAGS G H E F.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
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.
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.
Web Design (3) HTML tags. Back to your web design ! Open Brackets Click on the drop down box on the left. Last time, you clicked on ‘Open Folder’ but.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
HTML and Web Pages. HTML?  HTML is not a programming language  A type of SGML (standard generalized markup language)  HTML uses paired tags to markup.
Project 2 Web Page Design Creating and Editing a Web Page Pages
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
HTML Comprehensive Concepts and Techniques Third Edition 2 nd Project Creating and Editing a Web Page.
HTML/XHTML Structure Building a basic web page using notepad.
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.
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.
4 HTML Basics 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.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
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.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
INT222 – Internet Fundamentals
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place Programming language.
Tutorial #1 Using HTML to Create Web Pages. HTML, XHTML, and CSS HTML – HyperText Markup Language The tags the browser uses to define the content of the.
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.
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.
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.
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.
NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.
Let’s Try It! Open Notepad
Online PD Basic HTML The Magic Of Web Pages
HTML Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
XHTML/CSS Week 1.
HTML GUIDE Press F5 and then
HTML Lesson 2.
HTML Basics and CSS style
Creating your first website
Presentation transcript:

HTML Structure Building a basic web page using notepad.

Tags The cat jumped over the fence. <> and Case sensitive Open and closed Empty elements must be closed Multiple tags must be properly nested The cat jumped over the fence.

Document Structure <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" " Enter The Title Here body {color: yellow ; background: blue}

Change the Template When using the template, remember to change the title and the colors to match with your webpage.

Change the Tag Content <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" " Enter The Title Here body {color: yellow ; background: blue} Change the color of the text and background to match your recipe Rename title

Body Tags <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" " Enter The Title Here body {color: yellow ; background: blue} Enter your tags between the body tags

Headings Bob fell over the chicken. [H1] Bob fell over the chicken. [H6] There are six heading sizes H1-H6 Bob fell over the chicken. [H1] Bob fell over the chicken. [H6]

Changing Colors This is a H1 heading with color. Example: This is a H1 heading with color. Color codes are available at

Paragraph and Formatting Used for a block of text. It can be for one sentence or I don’t recommend a block of text of a thousand sentences. This is BOLD. This is italics. Bob and Tom are funny. Used for a block of text. It can be for one sentence or I don’t recommend a block of text of a thousand sentences. This is BOLD. This is italics. Bob and Tom are funny.

Horizontal Rule ___________________ ______ ______________

Line Breaks First sentence. Second sentence. Third sentence. Fourth sentence. First sentence. Second sentence. Third sentence. Fourth sentence. Start on next line No closing Tag First sentence. Second sentence. Third sentence. Fourth sentence. First sentence. Second sentence. Third sentence. Fourth sentence.

Align Attribute Align left Align center Align right Go Colts! align=left align=center align=right Example: Go Colts!

Center This is centered. This is centered

Unordered List Monitor Keyboard CPU Speakers Mouse Monitor Keyboard CPU Speakers Mouse

Ordered list 1. Monitor 2. Keyboard 3. CPU 4. Speakers 5. Mouse Monitor Keyboard CPU Speakers Mouse

Pictures Use.jpg Make sure image is saved in your.html folder.

Hyperlinks Yahoo

Sample <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" " Enter The Title Here body {color: yellow ; background: blue} This is an example of how several tags are used I recommend using one tag per line. There are exceptions, such as bold and italics to highlight specific words or phrases. The paragraph tag can span one or several lines. For large blocks of text use the paragraph tag multiple times, this way it is easier for the user to read. Here is a list of my top 3 games COD2 Half-Life SH III

Getting Started Create a folder called your_name website Both your html file and your jpg file will need to be in the same folder together in order to work.

Getting Started Download the project.txt template from the syllabus website in your folder Open project.txt Select File→Save As and change project.txt to “your_name.html”  Include quotes and when changing name of file  Use underscore to separate your first and last name

Delete project.txt file

Editing Your Webpage Double click your_name.html to open it as a webpage in your browser Then Right-click your_name.html → select open with → notepad

Editing Your Webpage Notepad and your web browser should both be open You will use Notepad to edit and your browser to view what you edited  Edit your.html file incrementally and save it  Then go to your browser and click refresh. You will see the changes you made  By saving and viewing your work incrementally you can limit any mistakes to the changes you just made Switch back and forth (editing and viewing) as you write your html.

Final Project Create a family tradition recipe webpage. Your website should include the minimum format and structural elements (you may need to add more for aesthetic purposes):  Title  Two different heading sizes  A horizontal rule and a line break  Formatting to include bold and italics  Web link to a website related to your primary ingredient  A picture of the finished product  One ordered and one unordered list  A short description of the recipe using tags  Colored background and some colored text.

Final Project The following criteria will influence the grading of your project. Your project:  must contain all required format and structural elements plus content.  must be done in notepad saved with an html extension. If you use a web editor like FrontPage, Word, or Dreamweaver you will get a ZERO.  should be visually pleasing and organized.  should work. Your web link should go to a real working website. Your image should appear on your website.

Submitting your work. When complete, zip the contents of website folder (html and jpg files) and place the zip file into the drop box. To zip your work (in XP)  Highlight the files  Right click highlighted files  Send to  Compressed folder The zipped file will be created in your website folder. Submit your zipped file to the drop box.

Helpful Links