Basic HTML Workshop LIS Web Team Spring 2007.

Slides:



Advertisements
Similar presentations
Information Technology Quiz Questions with Answers Part 9
Advertisements

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.
4. Internet Programming ENG224 INFORMATION TECHNOLOGY – Part I
Learning HTML. > Title of page This is my first homepage. Tells Browser This is an HTML page Basic Tags Tells Browser End of HTML page Header information.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
HTML Concepts and Techniques Fourth Edition Project 2 Creating and Editing a Web Page.
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,
WeB application development
Website Design.
Teppo Räisänen LIIKE/OAMK 2010
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
Creating Pages in XHTML
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
HTML Minute University Richard Fisher 10/1/2001 HTML FSA Training2 HTML Overview  HTML  HyperText Markup Language.
1 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 1.
Made by: Dan Ye. Introduction Basic Last Page ☆ HTML stands for Hyper Text Markup Language; ☆ HTML is not a programming language, it is a markup language;
Basic HTML Workshop LIS Web Team Fall What is HTML? Stands for Hyper Text Markup Language Computer language used to create web pages HTML file =
Ku-Yaw Chang Assistant Professor, Department of Computer Science and Information Engineering Da-Yeh University.
.  Entertain  Inform  Educate  Blogs  Sell  Date  Gamble  Religion.
HTML Structure & syntax
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
1 Essential HTML coding By Fadi Safieddine (Week 2)
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
HTML INTRODUCTION, EDITORS, BASIC, ELEMENTS, ATTRIBUTES.
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.
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using tags.
Introduction to HTML. What is a HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup tags  The.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
Introduction to HTML. What is HTML? Hyper Text Markup Language (HTML) is a language for describing web pages. HTML is not a programming language, it is.
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.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
Basic HTML PowerPoint How Hyper Text Markup Language Works
Introduction to HTML. Slide 1 Hard-Coding What is hard-coding? –Creating the page in a text editor just using HTML A Web designer should know how to hard-
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.
HTML: Hyptertext Markup Language Doman’s Sections.
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.
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.
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”
Lecture: Web Design Assis. Prof. Freshta Hanif Ehsan Faculty of Computer Science Kabul Polytechnic University Spring Semester
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 Basic. 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.
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.
Introduction to HTML Year 8. What is HTML O Hyper Text Mark-up Language O The language that all the elements of a web page are written in. O It describes.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
HTML – The Basics COE 201- Computer Proficiency. The Internet The World Wide Web ▫Also known as the Web ▫Created in 1989  European Laboratory for Particle.
WEEK -1 ACM 262 ACM 262 Course Notes. HTML What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML.
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
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 – The Basics Rebecca Shillingburg
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.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
Pertemuan 1 Desain web Pertemuan 1
Introduction to HTML.
Web Basics: HTML/CSS/JavaScript What are they?
HTML Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Basic HTML PowerPoint How Hyper Text Markup Language Works
3.00cs HTML Overview 3.00cs Develop webpages.
Basic HTML PowerPoint How Hyper Text Markup Language Works
Basic HTML and Embed Codes
Introduction to HTML5.
Internet Technologies I - Lect.01 - Waleed Ibrahim Osman
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Basic HTML Workshop.
Pertemuan 1 Desain web Pertemuan 1
Presentation transcript:

Basic HTML Workshop LIS Web Team Spring 2007

What is HTML? Stands for Hyper Text Markup Language Computer language used to create web pages HTML file = text file containing markup tags such <p> Tags tell Web browser how to display a page Can have either *.htm or *.html file extension Hyper Text Markup Language Hyper Text = “Text with links to other text. Documents written as hypertext contain text that when "clicked on" by the user with a mouse, links to other documents. “ Markup = The printer's marks that indicate how a document is to appear when published. Sometimes also the editor's markings, or a graphical designer's marks to indicate positioning, fonts, styles, etc. in a "comp." HTML file is referring to a text file containing markup tags such <b> which turns text into bold type.

HTML Elements Example: Start tag <p> and end tag </p> Tags are the elements that create the components of a page Tags surrounded by angle brackets < > Usually come in pairs Example: Start tag <p> and end tag </p> Stuff between is called “element content” Tags are not case sensitive New standard is to use lower case Basic components or elements of HTML are called tags.

XHTML Lower case for tags = new standard Preparing for next generation of HTML called XHTML

Your created HTML document <head> <title> …document title… </title> </head> <body> …your page content… </body> </html>

Page Components <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> First line of code Declaration of version of HTML <html>…</html> Container for the document <head>…</head> <title> Title of page </title> <body>…</body> Content of page <html> <head> <title> …document title… </title> </head> <body> …your page content… </body> </html>

Basic Tags Headings Paragraph <h1>…</h1> to <h6>…</h6> Like in Word See example Paragraph <p>… </p> Inserts a line space before and after a paragraph http://library.manoa.hawaii.edu/about/exhibits/index.html

Example of use of Heading

Paragraph example

Link Tag Anchor tag <a>…</a> 3 kinds Link Link to page in same folder Link to page in different folder Link to outside webpage on the Internet.

Example of Anchor Tag 2 components address text in page Address <a href="http://www.hawaii.edu/slis">Go to the LIS home page</a> address text in page 2 components Address Text or description – this is what you see on the page

Image Source Tag Empty tag – no closing tag Components of Img tag <img src="url“ alt = “description of image” /> url = points to location of the image file alt = describes image for screen readers Document relative link means that the computer looks for the image in the same folder as the page itself if you have you image in the same folder as your page – it will look like this If you have all your images in an image folder – you url will look like this Alt component describes the image for screen readers, broken image link or user with slow connection that doesn’t load images

Specify file location Same folder: “pic.gif” Document-relative link Look for image in same folder Different folder named images: “/images/pic.gif” Specify the location of the image file as being in the same folder as the web page or in a different folder

Division Tag <div>…</div> Division or section of document Use to group elements to apply formatting or style Example: all text within div tag will be fuschia <div style="color: #FF00FF"> <h1> Title of section</h1> <p> bla bla bla bla </p> </div> Creates invisible section Whatever content between the 2 div tags can be treated together

Examples of use of Links

Exercise Add a paragraph Add some links Add an image Create 3 divisions

Your session1 HTML document <head> <title> …document title… </title> </head> <body> …your page content… </body> </html>

End Product <html> <head> <title>Caitlin’s Page</title> </head> <body> <div> <a href="index.html>Home</a><br /> <a href="courses.html">Courses</a><br /> <a href="personal.html">Personal</a><br /> </div> <p>Hello my name is Caitlin Nelson and I am writing about myself. Contact info: <a href="http://www.hawaii.edu/slis/webteam">Web Team</a> <img src="palmtree.jpg"alt=”a picture of a palm tree”/> </body> </html>

Next Mission Choose colors for your page Choose font size Text color Link color Background color Choose font size Type of font Font size Your mission if you choose to accept it: