NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.

Slides:



Advertisements
Similar presentations
Introduction to HTML
Advertisements

HTML popo.
Introduction to HTML & CSS
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
WeB application development
C HAPTER – 3 I NTRODUCTION TO H TML By :- Pinkesh H. Patel.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
How Tags are used to form your Web Page
Tutorial 1 Getting Started with HTML5
Tutorial 1 Developing a Basic Web Page. XP Objectives Learn the history of the Web and HTML Describe HTML standards and specifications Understand HTML.
Objectives Learn the history of the Web and HTML
HTML BASIC
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.
HTML Notes Chapters 1--6 Codes used in creating HTML documents are called tags. Tags are always enclosed in left ( ) angle brackets. Tags can be upper.
Basics of HTML Shashanka Rao. Learning Objectives 1. HTML Overview 2. Head, Body, Title and Meta Elements 3.Heading, Paragraph Elements and Special Characters.
Creating a Simple Page: HTML Overview
Developing a Basic Web Page
Chapter 2: The Client Side: HTML CIS 275—Web Application Development for Business I.
Unit 1 – Developing a Web Page. Objectives:  Learn the history of the Web and HTML  Describe HTML standards and specifications  Understand HTML elements.
McGraw-Hill/Irwin © The McGraw-Hill Companies, All Rights Reserved TECHNOLOGY PLUG-IN T10 Creating Web pages Using HTML.
DAT602 Database Application Development Lecture 14 HTML.
Today’s Topic Language of web page - HTML (Hypertext Markup Language)
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.
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
Essential Tags Web Design – Sec 3-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Tutorial 1 Developing a Basic Web Page. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives – Lesson 1 Introduction to the.
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.
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'
HTML 4 Foundation Level Course HyperText Markup Language Most common language used in creating Web documents. You can use HTML to create cross-platform.
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using tags.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
Explorers Guild April 27, What is HTML? Hypertext Markup Language (HTML) is the basic building block of the World Wide Web page. HTML files are.
XP 1 HTML Committed to Shaping the Next Generation of IT Experts. 01: Introduction to HTML.
Web Page Creation Part I ST: Introduction to Web Interface Design Prof. Angela Guercio.
A Basic Web Page. Chapter 2 Objectives HTML tags and elements Create a simple Web Page XHTML Line breaks and Paragraph divisions Basic HTML elements.
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.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
Introduction to HTML Wah Yan College (Hong Kong) Mr. Li C.P.
HTML: Hyptertext Markup Language Doman’s Sections.
Agenda Block-Level vs. Inline Elements (tags) Manipulating Text,  , Text Characteristics,,,,,,,,,,,,,,, Font Attributes: size, color, face Horizontal.
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
Lecture: Web Design Assis. Prof. Freshta Hanif Ehsan Faculty of Computer Science Kabul Polytechnic University Spring Semester
L. Anne Spencer (c) 2001 Basic Web Design Document, text, & layout formatting tags & attributes.
HTML Tags Lesson 2. What are HTML Tags?  Markup tags  Coded instructions that accompany the plain text of an HTML document  Syntax –Left wicket< –Tag.
HTML Introduction. Lecture 7 What we will cover…  Understanding the first html code…  Tags o two-sided tags o one-sided tags  Block level elements.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Text Building a Website Lesson 3. Headings,,,,, Headings,,,,, HTML has 6 levels of headings,,,,,,,,,, is used for main headings is used for main headings.
XP Review 1 New Perspectives on JavaScript, Comprehensive1 Introducing HTML and XHTML Creating Web Pages with HTML.
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.
Elements and Attributes. XHTML Elements The element contains special information that does not necessarily show up on the web page. The element determines.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
NOTEPAD++ Lab 1 1 Hanin Abdulrahman. Downloading Hanin Abdulrahman 2  Click here to downlaod Notepad++.here  For Mac users, try Textmate or Textwrangler.
XP 1 HTML Tutorial 1: Developing a Basic Web Page.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags 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.
HTML Introduction. Lecture 7 What we will cover…  Understanding the first html code…  Tags o two-sided tags o one-sided tags  Block level elements.
Q.Nand1 HTML Creating an HTML Document Lesson 2. Q.Nand2 Overview Creating an HTML Document: –HTML syntax –Creating Basic Tags –Displaying Your HTML Files.
HTML Basics.
HTML5 – Heading, Paragraph
CS543: WEB APPLICATION PROGRAMMING
Tutorial Working with Block-Level Elements
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Lecture 7 Introduction to Web Programming
Presentation transcript:

NOTEPAD++ Lab 1 1 Riham ALSmari

Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over multiple documents 2 Riham ALSmari

How to make HTML File Using Notepad++ ? 1. Open Notepad ++  Start  All programs  Notepad ++  Notepad ++  OR  Notepad ++ shortcut 3 Riham ALSmari

4

How to make HTML File Using Notepad++ ? 2. Save the file  File  Save as  Change the extension to html : Or 5 Riham ALSmari

How to make HTML File Using Notepad++ ? Riham ALSmari 6 3. View the webpage  Double click on the “new 4” file  The webpage will display in the default web browser.

How to make HTML File Using Notepad++ ? Riham ALSmari 7

How to make HTML File Using Notepad++ ? Riham ALSmari 8 4. Edit the file  Write click in the file  Edit With Notepad++

Example Riham ALSmari 9

HTML Tags  HTML markup tags are usually called HTML tags  HTML tags are keywords (tag names) surrounded by angle brackets like  HTML tags normally come in pairs like and  The first tag in a pair is the start tag, the second tag is the end tag  The end tag is written like the start tag, with a forward slash before the tag name  Start and end tags are also called opening tags and closing tags Riham ALSmari 10

The Structure of an HTML File  The opening tag marks the start of an HTML document, and the closing tag tells a browser when it has reached the end of that HTML document  Anything between these two tags makes up the document content, including all other elements, text, and comments Riham ALSmari 11

The Structure of an HTML File  An HTML document is divided into two main sections: the head and the body  The head element contains information about the document, for example the document title or the keywords  The content of the head element is not displayed within the Web page  The body element contains all of the content to appear on the Web page  The title element contains the page’s title A document’s title is usually displayed in the browser’s title bar Riham ALSmari 12

Adding Comments  The comment tag adds notes to your HTML code  Comments can be spread over several lines Riham ALSmari 13

Working with Block-Level Elements  Heading elements are block-level elements that contain the text of main headings on the Web page  To mark a heading, enter  content  n is an integer between 1 and 6 is the largest heading is the smallest heading  To mark a paragraph, enter content  To mark a block quote, enter content 14

Adding and Markup Tags Riham ALSmari 15

Riham ALSmari 16

Marking Paragraph Elements Riham ALSmari 17

Riham ALSmari 18

White Space and HTML  White space is the blank space, tabs, and line breaks within the file  HTML treats each occurrence of white space as a single blank space Riham ALSmari 19

White Space and HTML  Any text between the opening tag and the closing tag will preserve the formatting of the source document. Riham ALSmari 20 Welcome to CS543 course! Welcome to CS543 course!

Marking a Block Quote  The syntax for making an extended quote is  content Riham ALSmari 21

Marking a List  HTML supports three kinds of lists: ordered, unordered, and definition  You use an ordered list for items that must appear in a numerical order  You use an unordered list for items that do not need to occur in any special order  One list can contain another list This is called a nested list Riham ALSmari 22

Riham ALSmari 23

Creating an Ordered List 24

Creating an Ordered List  Using the type Attribute to select numbers, letters, or roman numerals in ordered lists. 25

Creating an Ordered List 26

 Using the start Attribute to change the starting numbers in ordered lists. Creating an Ordered List 27

Creating Unordered List 28

Creating a Definition List External sourcs 29

Nesting Lists 30

Using Other Block-Level Elements  HTML supports the address element to indicate contact information Most browsers display an address element in an italicized font, and some right-justify or indent addresses Riham ALSmari 31

Riham ALSmari 32

Working with Inline Elements  An inline element marks a section of text within a block-level element  Often used to format characters and words  Also referred to as character formatting elements Riham ALSmari 33

Working with Inline Elements  Boldfaced text:  …..  Italicized text:  ….  Underlined text:  ….  Deleted text:  …  Quoted text:  …. Riham ALSmari 34

Working with Inline Elements Riham ALSmari 35

Working with Inline Elements  Big text:  …..  Small text:  ….  Subscripted text:  ….  Superscripted text:  … Riham ALSmari 36

Working with Inline Elements Riham ALSmari 37

Riham ALSmari 38

Working with Empty Elements  An empty element contains no content  Empty elements appear in code as one-sided tags   The one-sided tag to mark a line break is   The horizontal rule element places a horizontal line across the Web page  Riham ALSmari 39

Riham ALSmari 40

THE END Lab 1 Riham ALSmari 41