Cards (16)

  • What is the tag for HTML
    <html>
  • What is the tag for Head
    <head>
  • What is the tag for Title
    <title>
  • What is the tag for Body
    <body>
  • What is the tag for Headings
    <h1>-<h6>
  • What is the tag for Paragraph
    <p>
  • What is the tag for Italic
    <i>
  • What is the tag for Bold
    <b>
  • What is the tag for Center Align
    <center>
  • What is the tag for Anchor
    <a href="URL">
  • What is the tag for Mailto
    <a href="mailto:address">
  • What is the tag for Unordered List
    <ul>
  • What is the tag for List Item
    <li>
  • What is the tag for Blockquote
    <blockquote>
  • What is the tag for Horizontal Rule
    <hr>
  • What is the tag for Image
    <img>