lesson 1-3
lesson 4-5
Lesson 6-9
Lesson 10-11
lesson 12-13
100
What is website
What is location connected to the Internet that maintains one or more pages on the World Wide Web.
100
What is heading
What is A title or summary for a document or section of a document.
100
What is
  • What tag does each list item need
    100
    What is CSS stands for Cascading Style Sheets.
    What does CSS stand for
    100
    What is an algorithm
    What is A precise sequence of instructions for processes that can be executed by a computer
    200
    What is html
    What is Stands for Hypertext Markup Language and is used to create the content of a web page.
    200

    What is <h>


    What is the tag for a heading

    200

    What is <Ul>

    What is the tag for an unordered list

    200
    What is Specifies the part of the code which the style should be applied to
    What is CSS selector
    200
    What is html class
    What is Makes it possible to define equal styles for elements by giving them all the same class name.
    300
    What is website content
    What is The raw text, images, and other elements included in a web page
    300
    what is the problem sovling process
    What is Define, prepare, try, reflect
    300

    What is <Img=" " Src=" " alt= " ">


    what is this image tag

    300
    What is the tag to change font color
    What is Color: value;
    300
    What is a style sheet
    What is A style sheet is a document that controls how a web page will appear. External style sheets are separate files that are linked to the HTML page
    400
    What is website structure
    What is The purpose of different pieces of content in a web page, used to help the computer determine how that content should be displayed
    400
    what is the tag for a paragraph
    What is

    400
    What is a citation
    A quotation from or reference to a book, paper, or author, especially in a scholarly work.
    400
    What is the backround color tag
    What is Backround-color: value;
    400
    What is relevant
    What is closely connected or appropriate to the matter at hand
    500

    What is the doctype tag?

    Tells the computer that the code is written in HTML

    500
    What is the first step in the problem solving process
    What is define
    500

    What is a hyperlink tag? (Purpose)

    Connect one link to another 

    500
    what is margin: value;
    What is the margin tag
    500
    what is the ending of a style sheet
    What is .css