Page 6: Summary and Extra Practice - Printable Version +- Curl Global Community (https://communities.curl.com) +-- Forum: Tutorials (https://communities.curl.com/forumdisplay.php?fid=3) +--- Forum: Public Training (https://communities.curl.com/forumdisplay.php?fid=4) +---- Forum: Curl IDE Made Easy (https://communities.curl.com/forumdisplay.php?fid=6) +----- Forum: Try 1: Getting to Know Curl with 'Hello Curl' (https://communities.curl.com/forumdisplay.php?fid=9) +----- Thread: Page 6: Summary and Extra Practice (/showthread.php?tid=87) |
Page 6: Summary and Extra Practice - ashimo - 06-20-2011 Try 1 Summary
Setting a text style
Code: {text Option 1 = Value, Option 2 = Value, … displayed text} Incorporating an image link
Code: {image Try 1: Extra Practice Practice Problem 1: Basics Without using the text style, create a program that produces the same result as that shown below. Code: {curl 6.0 applet} Hint: Use predefined text formats. Solution Solution Program: c:\Curl\Try1\03_exercise1\start.curl Code: {curl 6.0 applet} Explanation The created program uses the predefined text formats to display text on the screen. |