Presentation is loading. Please wait.

Presentation is loading. Please wait.

HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”

Similar presentations


Presentation on theme: "HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”"— Presentation transcript:

1 HTML HYPER TEXT MARKUP LANGUAGE

2 INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm” or “.html” HTML Editor – A word processor that has been specialized to make the writing of HTML documents more effortless.

3 TAGS Codes enclosed in brackets Usually paired My Web Page Not case sensitive = =

4 EDITOR HTML Editors enable users to create documents quickly and easily by pushing a few buttons. Instead of entering all of the HTML codes by hand. Like Dreamwever These programs will generate the HTML Source Code for you. HTML Editors are excellent tools for experienced web developers; however; it is important that you learn and understand the HTML language so that you can edit code and fix “bugs” in your pages. For this Course, we will focus on using the standard Microsoft Windows text editors, NotePad.

5 HOW TO USE EDITOR NotePad is the standard text editor that comes with the microsoft windows operating system. To start NotePad in windows 7,8,8.1,10 follow the steps bellow: Click on the “Start” button located on your Windows task bar. Click on “Programs” and then click on the directory menu labeled “Accessories”. Locate the shortcut “Notepad ” and click the shortcut once.

6 HISTORYOF HTML Standard Generalized Markup Language (SGML) Originally created by IBM in 1986 A meta language, meaning it is used to create other languages The basis for HTML, XHTML and XML You create your own document rules using a Document Type Definition (DTD

7 CONT.. Hypertext Markup Language (HTML) Though based on SGML, invented by Tim Berners-Lee Allows hyperlinks HTML vs. SGML HTML versions include: HTML 3.2 HTML 4.01 (the most popular version of HTML) HTML 4.0 flavors include: 4.01 Transitional -- allows deprecated tags, not as strict 4.01 Strict -- requires all container tags and no allows deprecated tags 4.01 Frameset -- for use with frames

8 XHTML It is a stricter version of HTML and is designed to confront some of the problems associated with the different and competing versions of HTML

9 HTML 5.0 HTML5 is an advanced version of HTML (with more incredible features to enhance website performance) It is not heavily used yet There are new tags that make it much easier to embed applications and handle interactive elements. Offline data storage. Ability for visitors to edit sections of web pages. New HTML elements that better describe content. Improved web form handling and validation.

10 HTML FACTS Do not put a spaces in file names. HTML file names are case sensitive when they are uploaded to the server. However, while working on your PC or Mac, it doesn’t matter. Hard returns, extra spaces, and tabs are ignored by browsers. Tags can be classified as either container tags or empty tags: Container: Welcome Empty:

11 FIRST PAGE My First Page welcome

12 FIRST PAGE DESCRIPTION The HEAD of your document point to above window part. The TITLE of your document appears in the very top line of the user’s browser. If the user chooses to “Bookmark” your page or save as a “Favorite”; it is the TITLE that is added to the list. The text in your TITLE should be as descriptive as possible because this is what many search engines, on the internet, use for indexing your site.

13 ELEMENTS My First Heading My first paragraph.

14 HEADING This is a heading This is a heading This is a heading

15 PARAGRAPH This is a paragraph This is another paragraph

16 STYLE

17 FORMATING Formatting elements were designed to display special types of text: Bold text Important text Italic text Emphasized text Marked text Small text Deleted text Inserted text Subscripts Superscripts

18 CONT.. This text is bold. This text is strong. This text is italic. This text is emphasized. HTML Small Formatting</h2 HTML Marked Formatting My favorite color is blue red.

19 CONT.. My favorite color is red. (my favorite color is red ) This is subscripted text. (This is subscripted text)

20 ALIGNMENT Some elements have attributes for alignment (ALIGN) e.g. Headings, Paragraphs and Horizontal Rules. The Three alignment values are : LEFT, RIGHT, CENTER. Will center elements. Represents a division in the document and can contain most other element type. The alignment attribute of the DIV element is well supported. Inside a TABLE, alignment can be set for each individual cell.

21 COMMENTS

22 LINK link text Visit our HTML tutorial

23 IMAGE

24 IMAGE SIZE

25 TABLE Firstname Lastname Points Eve Jackson 94

26 LIST Un ordered Coffee Tea Milk

27 ORDRED Coffee Tea Milk

28 FRAMES

29 FORM First name: Last name:

30 FORM Male Female

31 ?

32 ASSIGNMENT Develop your CV Webpage with HTML Tags


Download ppt "HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”"

Similar presentations


Ads by Google