Example Program
- 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
18 Our First HTML Page
index.html
1
2
<html>
<body>
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Output
Docs
Example
More
History
Video
Download
About
This student is viewing this assignment in English. View this page in English?
1 point
This is an example of our first HTML page! Take a moment to explore the HTML code structure:
- Notice that the
<h1>
tag is inside of two additional tags:<html>
and<body>
. The<html>
tag tells your browser this is an HTML document, and the<body>
tag tells your browser that these are the things that should be displayed on the webpage. - Pay close attention to the indentation: the
<html>
tags are all the way to the left, the<body>
tags are indented inside of the<html>
tags, and the<h1>
tags are indentend inside the<body>
tags. - Notice that this webpage has one HTML tag, the
<h1>
tag. Pay attention to the open and closing tags!
If you are using blocks, you can view the block for the <h1>
tag in the “Formatting” section of the blocks. Simply click on the “Formatting” section to see the <h1>
block!
View the result of running this HTML code before moving on. This is an example, you are free to play around with the code, change it, and run it!
Reset Code
Upload an image
Upload from your computer
Or paste a link here
Slides and Notes
About
HTML