html head titleBelajar HTMLtitle head body Kandungan disini body html PowerPoint PPT Presentation

presentation player overlay
1 / 10
About This Presentation
Transcript and Presenter's Notes

Title: html head titleBelajar HTMLtitle head body Kandungan disini body html


1
(No Transcript)
2
  • lthtmlgtltheadgtlttitlegtBelajar HTMLlt/titlegtlt/headgt
    ltbodygtKandungan disinilt/bodygtlt/htmlgt

3
  • The main type of file on the Web is the web page,
    or HTML file. HTML stands for "HyperText Markup
    Language".
  • This is the language in which web pages are
    encoded. There are a lot of markup languages you
    might have heard of like XHTML, XML, SHTMLand
    SGML, but HTML is the best place to start. It is
    the core language of web pages.
  • Web developers, the folks who make web pages and
    related code, write and save web pages on their
    machines and then upload them to the web servers
    so everyone can view them.
  • People use web "browsers", like Internet Explorer
    or Netscape, to request and view web pages stored
    on the servers.

4
  • The HTML File
  • HTML files contain two things plain old text and
    HTML tags.
  • The text is the text that appears as content in
    the browser window for the viewer to read. The
    HTML tags format the text, layout the page,
    present images, make clickable links, and all the
    other cool stuff you see on the Web. You can type
    both the text and HTML tags in any text editor.
    No special software is required.
  • A tag is just some text code inside "angle
    brackets".
  • An HTML tag looks like this lthtmlgt
  • An Paragraph tag looks like this ltpgt

5
  • Closing Tags
  • Most HTML tags come in pairs.
  • The lthtmlgt tag is called an "opening tag".
  • It has a "closing tag" that looks like lt/htmlgt.
  • The only difference between the two is that the
    element of the closing tag begins with a slash
    ("/").

6
  • lthtmlgt
  • lt/htmlgt

7
  • lthtmlgtltheadgtlt/headgtltbodygtlt/bodygt
  • lt/htmlgt

8
  • lthtmlgtltheadgtlttitlegtBelajar HTMLlt/titlegtlt/headgt
    ltbodygtlt/bodygtlt/htmlgt

9
  • lthtmlgtltheadgtlttitlegtBelajar HTMLlt/titlegtlt/headgt
    ltbodygtKandungan disinilt/bodygtlt/htmlgt

10
  • References
  • http//codepunk.hardwar.org.uk/bhtml.htm
  • http//www.w3schools.com/default.asp
Write a Comment
User Comments (0)
About PowerShow.com