Skip to content

Commit

Permalink
Added missing backtick tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
nabil-boag committed Mar 14, 2015
1 parent 978cf46 commit 3e8345a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/markdown/doc/latest/tutorial/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ The code for a web application executes within an HTML document. In GWT, we call

The host page references the application style sheet, StockWatcher.css.

The host page references the path of JavaScript source code (generated by GWT) responsible for the dynamic elements on the page. The contents of the entire body element can be generated dynamically, for example, as it is with starter application. However, when you implement the StockWatcher application, you will use a mix of static and dynamic elements. You'll create an HTML `<div> element to use as placeholder for the dynamically generated portions of the page.
The host page references the path of JavaScript source code (generated by GWT) responsible for the dynamic elements on the page. The contents of the entire body element can be generated dynamically, for example, as it is with starter application. However, when you implement the StockWatcher application, you will use a mix of static and dynamic elements. You'll create an HTML `<div>` element to use as placeholder for the dynamically generated portions of the page.

#### Selecting Quirks Mode vs. Standards Mode

Expand Down

0 comments on commit 3e8345a

Please sign in to comment.