HTML/XHTML Structure Building a basic web page using notepad.

Slides:



Advertisements
Similar presentations
HTML I. HTML Hypertext mark-up language. Uses tags to identify elements of a page so that a browser such as Internet explorer can render the page on a.
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.
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
Introduction to HTML CPS470 Software Engineering Fall 1998.
CIS101 Introduction to Computing HTML Project Two.
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,
HTML Introduction HTML
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.
Define html document byusing Example : Title of the document The content of the document......
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.
Today’s Topic Language of web page - HTML (Hypertext Markup Language)
HTML Structure Building a basic web page using notepad.
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 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.
Web Technologies Website Development Trade & Industrial Education
Web Design Unit Assignment #2: Job Skills Favorite Links Page You will create a HTML web page with links to informational websites about a variety of job.
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.
1 Essential HTML coding By Fadi Safieddine (Week 2)
HTML H yper T ext M arkup L anguage. HTML HTML is NOT case sensitive However, proper coding etiquette if for all to be in ALL CAPS and for text to be.
Creating and Editing a Web Page using HTML IMED1316.
Creating and Editing a Web Page Project 2. Project Objectives Project 2: Creating and Editing a Web Page 2 Identify elements of a Web page Start Notepad.
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.
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.
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
What is Markup and Markup Languages? What is HTML? A Basic HTML Document Basic HTML Tags Tag Attributes and Text Formatting Tags Insert Hyperlinks Add.
XP 1 HTML Committed to Shaping the Next Generation of IT Experts. 01: Introduction to HTML.
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.
Basic HTML PowerPoint How Hyper Text Markup Language Works.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
CREATING WEB PAGES Using…More HTML code! My First \ Web Page.
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 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.
Creating Your First Web Page – Topic: Creating a wiki, blog, image blog and podcast Click Arrow - Next Slide 1.
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.
HTML Assoc. Prof. Rozinah Jamaludin 28 January 2010.
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.
NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
Lesson 5. XHTML Tags, Attributes and Structure XHTML Basic Structure head and body titles Paragraph headings comments Document Presentation Manipulating.
HTML Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
LAB Work 01 MBA 61062: E-Commerce
HTML GUIDE Press F5 and then
Uppingham Community College
HTML Lesson 2.
Presentation transcript:

HTML/XHTML Structure Building a basic web page using notepad.

Document Structure <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" " Enter The Title Here

Change the Title Tag When using the template, remember to change the title tag content.

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.

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

Background Color body {background-color: #aa1133} Enter style type tag between the head tags “Try it” editors s_background.asp

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. HTML will word wrap unless you use line breaks. 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 The center tag can be used for one item or for a whole section.

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.jpeg Make sure image is saved in your.html folder.

Hyperlinks Yahoo

Getting Started Create a folder called your_name website Start notepad (Start →Accessories→Notepad)  Click File → Save As  Rename it your_name.html  Save it in the your_name website folder Save your image in your_name website folder Open your browser  File → Open → your_name.html → Open Keep your browser open as you work on your web page When you edit your.html, save it then go to your browser and click refresh. You will see the changes you made.

Final Project Create a REAL Family holiday recipe webpage (any holiday you like). Your website should include the minimum following 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, italics, and two different font sizes  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 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 as an html. If you use a web editor like FrontPage or Word 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 and place the zip file into the drop box. To zip your work (in XP)  Highlight folder contents  Right click  Send to  Compressed folder The zipped file will be created in your website folder. Submit your zipped file to the drop box.

Helpful Links