1 / 11

BASIC HTML

BASIC HTML. Internet Basic HTML Static Web Page Design. BASIC HTML. What Is The Internet? Network of networks connecting millions and millions of PCs around the world. BASIC HTML. What Are Web Pages & Web Browsers?

damian
Download Presentation

BASIC HTML

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. BASIC HTML • Internet • Basic HTML • Static Web Page Design

  2. BASIC HTML • What Is The Internet? • Network of networks connecting millions and millions of PCs around the world

  3. BASIC HTML • What Are Web Pages & Web Browsers? • A text document that uses text commands in the form of HTML Tags to add formatting, graphics, media, links and loads of other stuff. • Extension: Index.HTML or Index.HTM

  4. BASIC HTML • Pre-Requisites • A Folder/Directory For Your Web Pages • A Web Browser • A Text/Word Processor

  5. BASIC HTML • Mandatory Tags • <HTML></HTML> • <HEAD></HEAD> • <TITLE></TITLE> • <BODY></BODY> • TEXT {COLOR} • BGCOLOR {COLOR} • BGSOUND {*.MIDI, *.WAV, *.MP3} • BACKGROUND {*.BMP, *.GIF, *.JPG, *.PNG} • LINK, ALINK, VLINK {COLOR}

  6. BASIC HTML • Paragraphs, Line Breaks, Horizontal Rules, and Basic Formatting • <P></P> • <BR> • <HR> • SIZE {1-N, %} • WIDTH {1-N, %} • COLOR {COLOR} • ALIGN {LEFT, CENTER, RIGHT} • <B></B> • <U></U> • <I></I>

  7. BASIC HTML • Headings & Alignment • <H1></H1> • <H2></H2> • <H3></H3> • <H4></H4> • <H5></H5> • <H6></H6> • ALIGN {LEFT, CENTER, RIGHT} • <CENTER></CENTER>

  8. BASIC HTML • Fonts & Links/Anchors • <A></A> • NAME {ALIAS} • HREF {TARGET PAGE/ANCHOR NAME} • TARGET {_BLANK, _PARENT, _SELF, _TOP} • <FONT></FONT> • FACE {FONT NAME} • COLOR {COLOR} • SIZE {1-7}

  9. BASIC HTML • Images & Comments • <IMG> • SRC {*.BMP, *.GIF, *.JPG, *.PNG} • ALT {TEXT} • WIDTH {1-N} • HEIGHT {1-N} • VSPACE {1-N} • HSPACE {1-N} • BORDER {1-N} • <!-- This is a comment -->

  10. BASIC HTML • Ordered Lists, Unordered Lists & Definition Lists • <OL></OL> • TYPE {A, a, I, i, 1} • START {1-N} • <UL></UL> • TYPE {DISC, CIRCLE, SQUARE} • <LI></LI> • <DL></DL> • <DT></DT> • <DD></DD>

  11. BASIC HTML

More Related