17
HYPER TEXT MARKUP LANGUAGE (HTML)

HTML

  • Upload
    diaz

  • View
    213

  • Download
    0

Embed Size (px)

DESCRIPTION

Hyper Text Mark Up language for the beginners.

Citation preview

HYPER TEXT MARKUP LANGUAGE (HTML)

HYPER TEXT MARKUP LANGUAGE (HTML)

Overview School of Electrical Engineering and Computer Science,NUST.2Introduced by: Tim Berners-Lee. HyperText Markup Language (HTML)Derived from SGML (Standard Generalized Markup Language )Not a procedural programming language like C, Fortran, Cobol or PascalMarkUp languageThe notation that is used to indicate how text should be displayed. Identify elements of a page so that a browser can render that page on your computer screen3HTML FundamentalsHTML Tagskeywords surrounded by angle brackets like Normally come in pairs like and The first tag in a pair is the start tag, the second tag is the end tagCase insensitiveIgnores white spaces and unknown attributesHTML Documents = Web PagesHTML documents describe web pagesHTML documents contain HTML tags and plain textHTML documents are also called web pages4HTML - FundamentalsOpen tags

,

Closed tags stuff text to be boldedlevel 1 heading textComments 5HTML FundamentalsDocument StructureHeaderBody< / HTML>< HTML >6HTML FundamentalsBasic Structure

The title of your html page

Various HTML ElementsSchool of Electrical Engineering and Computer Science,NUST.7

Writing and Saving an HTML FileSchool of Electrical Engineering and Computer Science,NUST.8

The name is enclosed in double quotes that is dot.Web Tech 1. Hypertext Markup Language9Authoring ToolsWYSIWYG, Kompozer, Dreamweaver, FrontPage, HomeSite

Staying Simple: Just use NotepadThe best way to learn HTML10HTML Fundamentals

Mike TylerPO Box 190387Hungry Horse, Mt 59919

Output11HTML - Fundamentals

Mike TylerPO Box 190387
Hungry Horse, Mt 59919

Output12HTML - Fundamentals


<!doctype html><html><head><script type=