Basic HTML Hyper text markup Language. Lesson Overview  In this lesson, you will learn to:  Write HTML code using a text editor application such as.

Slides:



Advertisements
Similar presentations
Introduction to HTML
Advertisements

HTML Lesson 4 Hyper Text Markup Language. Assignment Part 3  Save your last html file as “FirstName3.htm”  Set the title as “FirstName LastName Third.
Hyper Text Markup Language.  HTML is a language for describing web pages.  HTML stands for Hyper Text Markup Language  HTML is not a programming language,
A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
Introduction to HTML CPS470 Software Engineering Fall 1998.
Creating a web page Lab Assignment Goal Create a simple web page Create the file: inclass.txt in your www directory. Do you remember how to get to your.
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.
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.
Basic XHTML Module 2: XHTML Basics LESSON 1. Module 2: XHTML Basics LESSON 1 Lesson Overview In this lesson, you will learn to:  Write XHTML code using.
Basic HTML Hyper text markup Language. Lesson Overview  In this lesson, you will learn to:  Create Lists  Horizontal rule (line)  Create a page for.
HTML Overview Part 2 – Paragraphs, Headings, and Lines 1.
Today’s Topic Language of web page - HTML (Hypertext Markup Language)
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 Structure & syntax
HTML. WHAT IS HTML HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup language A markup language is a set of.
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.
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.
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
XP 1 HTML Committed to Shaping the Next Generation of IT Experts. 01: Introduction to HTML.
Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web.
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.
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
Introduction to HTML Wah Yan College (Hong Kong) Mr. Li C.P.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
Week 1 – Beginners Content McAfee & Big Fish Games CoderDojo.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
HTML Basics Let’s Make a Web Page. What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a.
HTML Lesson 3 Hyper Text Markup Language. Assignment Part 2  Set the file name as “FirstName2.htm”  Set the title as “FirstName LastName First Web Site”
McLean HIGHER COMPUTER NETWORKING Lesson 5 HTML Description of HTML web page Creating a simple HTML web page.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
CPSC 203 Introduction to Computers Lab 66 By Jie Gao.
Informatics Computer School CS114 Web Publishing HTML Lesson 1.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place.
Web Design Mr. Briggs’ Classes September 6-7, 2011.
HTML HyperText Markup Language. Text Files An array of bytes stored on disk Each element of the array is a text character A text editor is a user program.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Web programming Part 1: HTML 由 NordriDesign 提供
Basic HTML. Lesson Overview In this lesson, you will learn to:  Write HTML code using a text editor application such as Notepad.  View Web pages created.
This shows CIS17 and the first day introduction..
Creating a Web Page Presented by: Bernadette G. Bautista Manuel I. Santos MNHS April 29, 2011.
HTML: Hypertext Markup Language The language to make web pages 0.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
Behind every site is a mix of special languages that your web browser understands The main way of describing any website is HTML HTML stands for Hyper.
HTML-I Basic HTML Elements. HTML (Hyper Text Markup Language) HTML is a document layout and hyperlink- specification language. i.e. a language used to.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
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.
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.
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.
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.
ECS – Storyboarding and Introduction to Web Design
Web Basics: HTML/CSS/JavaScript What are they?
HTML Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Transcriptions Studio Workshop Fall 2006
Basic HTML PowerPoint How Hyper Text Markup Language Works
INSTRUCTIONS This presentation was designed to first be viewed in class with the instructor. Students may then view it on their workstations while trying.
Hyper text markup Language
HTML.
Basic HTML PowerPoint How Hyper Text Markup Language Works
HTML HYPERTEXT MARKUP LANGUAGE.
What is HTML?.
Introduction to HTML5.
Introduction to HTML.
LESSON 1 Module 2: XHTML Basics Basic XHTML.
Hyper text markup Language
Presentation transcript:

Basic HTML Hyper text markup Language

Lesson Overview  In this lesson, you will learn to:  Write HTML code using a text editor application such as Notepad.  View Web pages created with HTML code.  Create a title within an HTML document.  Format text within a Web page.  Creates tags with attributes.  Text alignment and horizontal ruler

Creating Web Sites  Open a simple text editor:  We’ll use Notepad++

Notepad++ Defaults  Settings->Preferences  New Document  Default Language  HTML  Create a folder on your homedirs named Web Design

Class assignment 1 HTML tag header

Type this code into a Notepad++ document: Tags and Attributes This tag creates large text Creates a slightly smaller text Is smaller yet, but still large Starts getting smaller Now the text is getting small And finally, this is the smallest

Create an HTML file  Create a folder “Web Design” on your computer’s fileshare  Create a folder “class assignments”  Save the code that you just created as “assignment1tags.html” in the folder “class assignments”  The extension.html designates a file to be opened by a browser  Access the file and open it.  What do you see?

Class assignment 2 HTML tag paragraph

Type this code in a notepad document Tags and Attributes This is a paragraph This is a second paragraph. This is my last paragraph

Create an HTML file  Save the code that you just created as “assignment2para.html” in the folder “Web design\class assignments”  Access the file and open it.  What do you see?

Class assignment 3 HTML tag paragraph and header

 Open notepad++  Using the header and paragraph html tags that you have learnt in assignment 1 and assignment 2 create the web page shown next  Save the code that you just created as “twocities.html” in the folder “Web design\class assignments”  Access the file and open it  Debugging tip: save html file in notepad. Use refresh (F5) button on your browser to see changes in code

Breaks and paragraphs … creates a block or paragraph of text. creates a new line. It is an opening and closing element in one, as designated by the slash at the end. vs. … It is common convention that breaks live in paragraphs, but when do you use each?

Class assignment 4 HTML tag line breaks and paragraphs

Type this code in a notepad document(please include header and html tags) This is first paragraph with break This is a second paragraph with break This is my last paragraph with break This is first paragraph This is a second paragraph This is my last paragraph

Class assignment 5 HTML tag line breaks, paragraphs and header

 Open notepad++  Using the header paragraph and break html tags that you have learnt create the web page shown next  Save the code that you just created as “charles.html” in the folder “Web design\class assignments”  Access the file and open it.  Debugging tip: save html file in notepad. Use refresh (F5) button on your browser to see changes in code.