HTML

  1. What does HTML stand for?
    HyperText Markup Language
  2. True or False. HTML tags are always lowercase.
    • True
    • -----
    • Example

    • <html>...</html>
    • <head>...</head>
    • <body>...</body>
  3. What is the difference between a container element and a standalone element?
    container elements are the most common type. They apply fomating to the content within the start and end tags. It consists of a <start tag>content</and end tag>.

    standalone elements do not apply formatting. They instead insert something, like an image, or <br>, a line break. They also do not come in pairs. They are often referred to as empty or self-closing elements.
  4. What 2 HTML tags allow you to apply boldface to text? What are there differences?
    <b>

    <strong>
  5. What 2 HTML tags allow you to italisize text? What are there differences?
    <i>

    <em>
  6. True or False. It doesn't really matter in what order you arrange the end tags as long as they are there.
    False. All tags must be closed in the reverse order they were opened.
Author
Anonymous
ID
205045
Card Set
HTML
Description
HTML
Updated