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
7 Online Shop: HTML Basics
index.html
<!DOCTYPE html>
<html>
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Output
Docs
Example
More

5 points

Heads up!

Pay close attention to the title and h1 tags in this lesson.

  • The Title is called: “Browser’s Title”
  • The Header or H1 is called: “Boutique’s Title”

    <!DOCTYPE html>
    <html>
      <head>
        <link rel="stylesheet" type="text/css" href="index.css">
        <title> Browser's Title </title>
      </head>
    
      <body>
        <h1> Boutique's Title </h1>
      </body>
    </html>
    
Reset Code

Slides and Notes

No slides available for this video

About

WebDev