Lesson 3 - Quarter 1

Cards (9)

  • Notepad++ Environment:
    TITLE BAR
    TAB BAR
    LINE NUMBER
    TEXT AREA
    STATUS BAR
    MENU BAR
    TOOLBAR
  • Basic Commands:
    OPEN
    SAVE
    RUN
    CLOSE
    EXIT
  • File - HTML is a document format that tells a computer how to display a web page.
  • Elements are usually made out of two tags: Opening Tags and Closing/End Tags
  • Angle Brackets - are the "<" ">" ones enclosing the tags
  • Attributes - provide additional information about the content/contents of an elements
  • Elements - the html, head, and body. HTML uses these to describe the structure of pages.
  • Elements/Tags:
    <!DOCTYPE>
    <html>
    <head>
    <title>
    <body>
  • Attribute Name and "value" - are the two parts making Attributes