Using <> =============================================================== Let us consider an example where we study the **mpg** and **weight** variables in **auto.dta**. In our examples below, we will first write the commands so that they will be displayed in our target HTML file. Then, we will write the commands so that Stata will process the Stata dynamic tags, displaying the results of the Stata commands in the target HTML file. ``` <> <> sysuse auto, clear describe <> <> ``` This produces the following Stata results: ``` <> sysuse auto, clear describe <> ```