Example Program
  • index.css
  • index.html
Font Size
14
Parentheses autocomplete
Wrap lines
Editor
Theme
Code with blocks by default
Console Font Size
12
Console Theme
Show File Tab Bar
Show Console
Code Running Environment
13 Online Shop: Final Touches
index.html
<!DOCTYPE html>
<html>
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Output
Docs
Example
More
This student is viewing this assignment in English. View this page in English?

5 points

Objective

Create product names by using <h3> tags and descriptions using <p> tags.

Expected Output

Image of what the shop should look like.

Code Example

<!DOCTYPE html>
<html>

    <table>
      <tr>
        <td>

          <img src="IMAGE URL #1" alt="Descriptive text about img" width="250" height="200">

        <!-- This is the item's Title -->
          <h2> "PRODUCT NAME #1" </h2>

        <!-- This is the item's description -->
          <p>Product description text. Cat ipsum dolor sit amet, minim. 
          Anim fugiat or laudantium and corporis minima esse.</p>

        </td>
      </tr>
    </table>
  </body>
</html>
Reset Code

Slides and Notes

No slides available for this video

About

HTML

Upload Media