comp

Cards (65)

  • web development
    the commercialization of ________________________ has been a growing industry.
  • HTML
    was defined as a markup tags language that is used to create web pages.
  • Hyper Text Markup Language
    HTML stand for?
  • HTML
    it is a foundation technology that is used to create web pages and applications.
  • HTML
    it is called a markup language since it uses a set of markups or tags to show this contents for display on a web page.
  • HTML5 / HTML version 5
    the newest version of HTML was released last 2014 and it is called?
  • 1. It is now straightforward - additional elements such as articles, sections, figures, and many more are used to describe content.
    2. It can create quite complex and powerful Web applications.
    3. It introduces native audio and video playback to web pages.
    what are the 3 features of HTML5
  • web page
    is a digital document that is accessible through the internet using a web browser. it is usually written in the Hypertext Markup Language (HTML) an can be accessed by a URL address.
  • 1. Promote your business
    2. Promote yourself
    3. Review a product
    4. Gain more knowledge
    with web pages you can:
  • promote your business
    internet browsing is widely used all over the world - for your business to be promoted, it is best to create a website.
  • promote yourself
    if you want to promote your work and your talent to be seen in the Internet, the best way is to make your own website.
  • review a product
    inform others whether the product is good or bad. The best way to do so is to make a product review in the internet.
  • gain more knowledge
    the easiest way to do research is the Internet; whatever questions and unknown information you need to research, you can access a web page to inform you about it.
  • HTML
    it is made up of tags
  • tags
    HTML is made up of ____
  • tags
    are keywords that help give structure to an HTML page, which are contained in angled brackets .
  • paired tags
    come in pairs and is composed of an opening or start and closing or end tags.
  • unpaired tags
    are called single tags because they do not require an end tag.
  • Paired Tags
    - opening and closing tags
  • Unpaired Tags

    - single tags
  • paragraph text 

    are used for paragraphs
  • heading text
    are used for headings
  • page content
    are used to display the content of a web page
  • page info
    are used to store information about a web page such as the page title
  • lowercase
    ALL tags should be kept in ________! this is the modern HTML standard.
  • HTML document head
    HTML document title
    HTML document body
    what are the main parts of an HTML file
  • HTML document head

    the head section doesn't appear in the output but contains important information about the web page such as the web page title and the style.
  • HTML document title
    this title can be seen on the top left corner of the browser.
  • HTML document body
    the body is the location of all the content of your web page.
  • here is some text that will be seen on the page
    HTML document body
  • Attributes
    - are the modifiers of HTML tags that provide additional information
  • href
    sets the link to point and open it in a new window
  • target
    used to denote where a link will open
  • "_blank"
    open in a new window
  • The Tag
    are the most common and one of the most versatile tags found in HTML5. using these tags will format text on the page.
  • List
    - are an excellent way to present information in an organized fashion.
  • Three types of lists
  • - numbered (ordered) lists
  • bulleted (unordered) lists
  • definition list
    is the same as declaring terminology in books wherein a list of words together with their definition are organized in a certain manner