HTML Flashcards

1
Q

HTML is made up of?

A

HTML tags

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

HTML is made up of?

A

HTML tags

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the benefit of syntax highlighting?

A

Improves the readability and context of my text

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is it called when there are red highlights in my code?

A

Syntax Error

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Syntax Highlighting?

A

A feature that displays text, especially source code, in different colors and fonts according to the category of terms.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

HTML is the _____ _____ of the web and it’s the only thing that you have to know in order to make a website.

A

building block

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

HTML describes what?

A

What each part of a website is

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the html tag for a paragraph?

A

<p></p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the HTML tag for an image?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

HTML tags literally _____ (or mark up) all of your text, images, and content so that your computer knows what each piece of content is and understands how to show it to you in the _____.

A

Tag

Browser

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the HTML tag for a headline?

A

<h1> </h1>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the first step in being “tech-fluent?”

A

Learning HTML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is HTML’s primary purpose?

A

To tell my computer what each part of a website is (headline, image, paragraphs, text, etc)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What do I have to do each time I add a piece of content to a website?

A

Tell my computer what type of content I am adding is.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Is HTML responsible for how content on a web page looks?

A

No! It just describes what it IS not what it LOOKS like

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What symbols are used in an HTML opening tag?

A

Less Than <

Greater Than >

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What extra symbol does a HTML closing tag use?

A

Forward Slash /

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Is it possible to look at ANY online website’s HTML?

A

YES

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Is it possible to look at ANY online website’s HTML?

A

YES

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is the benefit of syntax highlighting?

A

Improves the readability and context of my text

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What is the ONLY thing I NEED to have in order to make a website?

A

HTML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What is Syntax Highlighting?

A

A feature that displays text, especially source code, in different colors and fonts according to the category of terms.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

HTML is the _____ _____ of the web and it’s the only thing that you have to know in order to make a website.

A

building block

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

How many HTML tags will I use most of the time in all of the 100 that there are?

A

25 -

for paragraphs, images, links, forms, sections, articles, and footers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What is the html tag for a paragraph?

26
What is the HTML tag for an image?
27
HTML tags literally _____ (or mark up) all of your text, images, and content so that your computer knows what each piece of content is and understands how to show it to you in the _____.
Tag | Browser
28
What is the HTML tag for a headline?

29
The tag is used to denote text that should be _____.
emphasized
30
What is HTML's primary purpose?
To tell my computer what each part of a website is (headline, image, paragraphs, text, etc)
31
What is the tag I would use to add a line break in the text without needed to start a new paragraph?

32
Is HTML responsible for how content on a web page looks?
No! It just describes what it IS not what it LOOKS like
33
What symbols are used in an HTML opening tag?
Less Than < | Greater Than >
34
What extra symbol does a HTML closing tag use?
Forward Slash /
35
HTML tags almost always come in _____.
Pairs
36
Is it possible to look at ANY online website's HTML?
YES
37
How can one look at a website's HTML?
View the site's page source
38
HTML is the _____ _____ of the web.
Building Block
39
What is the ONLY thing I NEED to have in order to make a website?
HTML
40
What is the most frequent mistake made by beginning HTML writers?
Forgetting to close the HTML tag.
41
How many tags are there to learn in HTML?
100
42
How many HTML tags will I use most of the time in all of the 100 that there are?
25
43
How many header tags are there?
6
44
What HTML header number would the MOST important header be designated as?

45
The tag is meant to denote text that is _____.
IMPORTANT
46
Is the text within the tag always BOLD?
No
47
The tag is used to denote text that should be _____.
emphasized
48
Is the text within the tag always Italicized?
No
49
What is the tag I would use to add a line break in the text without needed to start a new paragraph?

50
and HTML tags are _____, while and strong are _____.
presentational | semantic
51
What is the HTML character for "em dashes?"
52
What does HTML stand for
Hypertext Markup Language
53
Who is widely considered the creator of the web?
Tim Berners-Lee
54
What is the tag I should add to create bolded text?
55
What are the 2 types of lists in HTML?
Ordered | Unordered
56
What is the HTML tag for an Ordered List?
    57
    What list (ordered or unordered) would I add when the order of the list MATTERS?
    Ordered
      58
      What list type would I use when listing my favorite programming languages in order of how much I love them?
      Ordered
        59
        What list type is great for "to do" lists?
        Unordered
          60
          What is nested WITHIN a ordered
            or unordered
            list?
          The line items
        • I want to add
          • My list item
          1. List Item
          2. List Item
        • 61
          List Item tags go _____ the ordered or unordered lists?
          Inside
          62
          Use what type of list when the order of the list items do NOT matter?
          Unordered List
            63
            The image tag is what’s known as a _____-_____ tag
            self-closing
            64
            What is a self-closing tag?
            Instead of a having a closing HTML tag, they have a forward slash in front of the greater-than symbol or />.
            65
            What do Attribute tags provide us with?
            more information about the specific HTML tag
            66
            What is a Source Attribute or scr=
            gives more information about the link to where an image file is stored.
            67
            When you want to show an image on your website what must you do first?
            Put that image somewhere on the Internet so it can be accessed
            68
            What is the EASIST way to show an image on a website?
            First, place the image that you want to show in a folder on your web server.
            69
            When an image is successfully on the web what must I locate to setup my code correctly?
            The image's location URL
            70
            How can I find out a location of an image on the web?
            Right click on the image and select "open image in a new tab."
            71
            What attribute describes what an image is?
            alt or alternative attribute
            72
            Will the web viewer see alt or alternative attributes displayed?
            No
            73
            What are 3 main benefits of using alt attributes in my code?
            1. If the image doesn’t load it will still be described on the page. 2. If a person visiting my site is blind, they can still find out what your image is about even if they can’t see it. 3. Search Engine Optimization
            74
            What is SEO stand for?
            Search Engine Optimization
            75
            4 Parts of an Image Tag?
            1. | Closing Image Tag
            76
            What are the 3 main supported image file types for the web?
            1. jpg 2. png 3. gif
            77
            What file size should I keep my images under when using on the web?
            Under 1MB
            78
            The larger the file size, the longer it’ll take your page to _____.
            load
            79
            The "a" in this
            Anchor Link
            80
            Like image tags, anchor links require _____ to work.
            Attributes
            81
            What is the Attribute for a anchor link?
            href=
            82
            What does href stand for?
            Hypertext Reference
            83
            Where in my code do I put a URL that I want to link?
            Within the Hypertext Reference or
            84
            What Attribute would I use to open up a web link in a new tab?
            A Blank Target Attribute or target="_blank"
            85
            Where would I place the Target Attribute?
            Add to your URL opening “a” tag just after the href attribute.
            86
            What are the parts of a Link tag?
            1. Opening “a” tag
            87
            Describe this tag .
            ANCHOR LINK with an HREF ATTRIBUTE, which specifies the URL the link goes to.
            88
            Any text in between the opening and closing tag is known as the _____ _____ .
            link text
            89
            What is the TARGET ATTRIBUTE, which opens the URL in a new tab.
            TARGET=”_BLANK”
            90
            What is the proper code for a link?
            91
            What is the correct code for adding an image to a website?
            92
            If you want your link to open in a new window, what should you add to your tag?
            target=" _blank "
            93
            Image tags, link tags, list tags, text tags – all of these tags have to do with the _____ of your site.
            CONTENT
            94
            Structural HTML helps define .......
            a website’s many different parts
            95
            The most important structural element that you need to learn is the _____ tag.
            96
            tags define?
            a division, or section, of your site.
            97
            tags as little _____ that you use to _____ related content together
            WRAPPERS | BUNDLE
            98
            How do I code subdivisions of a section?
            put
            tags inside of other
            tags!
            99
            What are NESTED ELEMENTS?
            Nested elements are just HTML tags inside of other HTML tags, kind of like Russian nesting dolls.
            100
            What are the 12 categories of HTML tags?
            1. Content HTML Tags 2. Structural HTML Tags 3. Forms/Input HTML Tags 4. Frame HTML Tags 5. Image HTML Tags 6. Audio/Video HTML Tags 7. Link HTML Tags 8. List HTML Tags 9. Table HTML Tags 10. Styles and Semantic HTML Tags 11. Meta HTML Tags 12. Programming HTML Tags
            101
            Most HTML tags are _____ elements
            BLOCK
            102
            BLOCK elements _____ to fit the _____ _____ of their container.
            Expand | Full Width
            103
            If a block element sat down in a movie theater, it would take over a _____ _____ of seats.
            Whole Row
            104
            The tag serves as a _____.
            Container
            105
            BLOCK elements _____ on top of each other.
            Stack
            106
            3 examples of INLINE elements?
            1. , , , , 2. , , , , , , , , , 3. , ,
            , , , , , , , , 4.