HTML/CSS

studied byStudied by 6 people
5.0(1)
Get a hint
Hint

Where do you add the code to add the title (the tab at the top) into your HTML page?

1 / 42

flashcard set

Earn XP

Description and Tags

43 Terms

1

Where do you add the code to add the title (the tab at the top) into your HTML page?

<head> </head>
New cards
2

and

are examples of what?

Tags

New cards
3

What is the full intro tag to an HTML document?

<!DOCTYPE HTML>

New cards
4

Tag for adding an image?

New cards
5

What symbols indicate that text is a comment and not actual code?

<!-- -->

New cards
6

All code that will show up goes between these tags…

<body> </body>
New cards
7

Which symbol indicates a closing tag in HTML?

/

New cards
8

Numbered list?

New cards
9

Bulleted list

New cards
10

List item

  • New cards
    11

    What's the difference between the headings h1 - h6?

    The lower the number the bigger the heading.

    New cards
    12

    What does rgb stand for?

    Red, green, blue

    New cards
    13

    What's the highest value of an rgb number?

    255

    New cards
    14

    How can you add a hyperlink to your site?

    New cards
    15

    What's the relationship between HTML and CSS?

    HTML adds the content and structure. CSS adds the style.

    New cards
    16

    The container for all of the HTML markup?

    <html></html>
    New cards
    17

    Contains the information about the webpage. Does not show in the webpages.

    <head></head>
    New cards
    18

    The text to display on the browser tab.

    <title></title>
    New cards
    19

    The container for the content that will be displayed on the webpage.

    <body> </body>
    New cards
    20

    The biggest heading.

    New cards
    21

    A subheading - the second biggest.

    New cards
    22

    A paragraph

    New cards
    23

    Bold text

    <b></b>
    New cards
    24

    Italic or emphasized text

    New cards
    25

    Hyperlinked text.

    New cards
    26

    A single bullet in a list.

  • New cards
    27

    A container for a bullet-point list.

      New cards
      28

      A container for a numbered list.

        New cards
        29

        Creates a table

        New cards
        30

        table row

        New cards
        31

        Defines a cell in a table

        New cards
        32

        Defines a header cell in a table

        New cards
        36

        "www.killingit.com"

        New cards
        37

        These modify properties of an HTML tag…

        attribute

        New cards
        38

        This links the style sheet…

        New cards
        39

        How to make a class

        Parakupá Vená / Angel Falls <img class="top-img"
        New cards
        40

        How to put a class in the style sheet

        .top-img { height: 50px; border-radius: 5px; margin: 10px; border-style: dotted; border-color: cadetblue; }

        you put a . in front before

        New cards
        41

        The id attribute

        Is used to single out just one element for a rule-set.

        New cards
        42

        How to implement an id attribute

        music notes
        New cards
        43

        How to put the id in the style-sheet

        #notes { float: right; width: 100px; background-color: white; box-shadow: 6px 6px gray; }

        you put a # in front before

        New cards

        Explore top notes

        note Note
        studied byStudied by 146 people
        Updated ... ago
        4.7 Stars(6)
        note Note
        studied byStudied by 1 person
        Updated ... ago
        5.0 Stars(1)
        note Note
        studied byStudied by 25 people
        Updated ... ago
        5.0 Stars(1)
        note Note
        studied byStudied by 2 people
        Updated ... ago
        5.0 Stars(1)
        note Note
        studied byStudied by 17 people
        Updated ... ago
        4.7 Stars(3)
        note Note
        studied byStudied by 26 people
        Updated ... ago
        5.0 Stars(1)
        note Note
        studied byStudied by 18 people
        Updated ... ago
        5.0 Stars(1)
        note Note
        studied byStudied by 392 people
        Updated ... ago
        4.1 Stars(7)

        Explore top flashcards

        flashcards Flashcard23 terms
        studied byStudied by 125 people
        Updated ... ago
        5.0 Stars(1)
        flashcards Flashcard36 terms
        studied byStudied by 20 people
        Updated ... ago
        5.0 Stars(1)
        flashcards Flashcard130 terms
        studied byStudied by 3 people
        Updated ... ago
        5.0 Stars(1)
        flashcards Flashcard20 terms
        studied byStudied by 8 people
        Updated ... ago
        5.0 Stars(1)
        flashcards Flashcard60 terms
        studied byStudied by 11 people
        Updated ... ago
        5.0 Stars(1)
        flashcards Flashcard21 terms
        studied byStudied by 4 people
        Updated ... ago
        4.0 Stars(1)
        flashcards Flashcard108 terms
        studied byStudied by 36 people
        Updated ... ago
        5.0 Stars(1)
        flashcards Flashcard22 terms
        studied byStudied by 15 people
        Updated ... ago
        5.0 Stars(1)