DEV Community

XoJules
XoJules

Posted on

Class Discussion

  1. Write code to mark the text Gourmet Thai Cooking as a heading with the second level of importance.

    Heading

    Gourmet Thai Cooking

  2. What is the div element and why will you often encounter it in pre-HTML5 code? A div element defines a division or section in an HTML document and it is also a block level element
  3. What element would you use to indicate a change of topic within a section? Either the tr or the hr element
  4. Write the code to mark the text Daily Special as emphasized text. Daily Special
  5. Write code to mark the text H2SO4 with subscripts.
    H2SO4

  6. Write the code to link the web page to the CSS file mystyles.css.

  7. Write the expression to insert the em dash into a web page using the character code 8212.

  8. Write the code to insert an inline image using the source file awlogo.png and the alternate text Art World

Top comments (0)