BASIC HTML - PowerPoint PPT Presentation

1 / 6
About This Presentation
Title:

BASIC HTML

Description:

Almost all HTML tags come in pairs. You should try to put each tag or ... HTML ignores line breaks/returns on the keyboard. You need to use BR tags. HTML ... – PowerPoint PPT presentation

Number of Views:69
Avg rating:3.0/5.0
Slides: 7
Provided by: mbr5
Category:
Tags: basic | html | linebreaks

less

Transcript and Presenter's Notes

Title: BASIC HTML


1
BASIC HTML
2
HTML is a collection of standardized codes used
to create documents that a web browser can
display.
3
HTML Tips
  • Almost all HTML tags come in pairs.
  • You should try to put each tag or tag set on a
    separate line rather than running all the text
    and tags together.
  • If quotation marks are used around an element,
    dont forget to type both.
  • Dont forget both angle brackets around the tags.

4
  • You can type tags in upper or lowercase letters.
    It is sometimes helpful to type tags in uppercase
    so you can find them more easily.
  • HTML ignores line breaks/returns on the keyboard.
    You need to use ltBRgt tags.

5
ltHTMLgt ltHEADgt ltTITLEgtMY WEBSITElt/TITLEgt lt/HEADgt ltB
ODY BGCOLOR"SILVER"gt ltH1gtltFONT FACE"TAHOMA"
COLOR"MAROON"gtltBgtltIgtThis is My
Websitelt/Bgtlt/Igtlt/H1gt ltPgt HTML can be a good way
to design a website. It can allow you complete
control over what your website eventually looks
like.lt/Pgt ltPgt HTML can be difficult because you
must type everything absolutely correctly. You
can't leave out a bracket, a quotation mark, or a
letter.lt/Pgt ltCENTERgtltIMG SRC"Mt.
Emily.GIF"gt ltBRgt You can find more resources
about HTML at the following sites ltA
HREFhttp//www.html.comgtwww.html.comlt/Agt ltBRgt ltA
HREFhttp//www.htmltags.comgtwww.htmltags.comlt/Agt
ltPgtWebsites can be about ltOLgt ltLIgtAn
interest ltLIgtYourself lt/OLgt lt/Pgt ltPgtThey can also
be about ltULgt ltLIgtA hobby ltLIgtSomething you know
a lot about lt/ULgt lt/Pgt lt/BODYgt lt/HTMLgt
6
  • Use Notepad for HTML (green Start button, All
    Programs, Accessories, Notepad).
  • When saving, make sure you save in your folder.
  • Also make sure you change Files of Type to All
    Files.
  • Your filename needs to include the extension
    .HTML.
Write a Comment
User Comments (0)
About PowerShow.com