Difference between revisions of "EDT4OL/Authoring/Author"
From WikiEducator
(Edit) |
|||
| Line 1: | Line 1: | ||
[[image:HTML-screenshotA.jpg|right|400px]]{{clear}} | [[image:HTML-screenshotA.jpg|right|400px]]{{clear}} | ||
| − | On this course, you are not required to learn HTML markup. However there are a couple of handy wiki | + | On this course, you are not required to learn HTML markup. However there are a couple of handy wiki markup code you can use to improve page layout. In this section, we also provide tips for improving layout of pages for mobile responsive design, things you should avoid and suggestions for troubleshooting outline pages with syntax errors. |
| + | |||
| + | ==Useful wiki markup code== | ||
| + | |||
| + | {| | ||
| + | !Markup | ||
| + | !Purpose | ||
| + | |- | ||
| + | |<nowiki><br></nowiki> | ||
| + | |''Single forced line break''<br> | ||
| + | Sometimes the author must manually insert a line break to text which follows to start on a new line. | ||
| + | |- | ||
| + | | | ||
| + | | | ||
| + | |- | ||
| + | |} | ||
Revision as of 01:04, 19 May 2022
On this course, you are not required to learn HTML markup. However there are a couple of handy wiki markup code you can use to improve page layout. In this section, we also provide tips for improving layout of pages for mobile responsive design, things you should avoid and suggestions for troubleshooting outline pages with syntax errors.
Useful wiki markup code
| Markup | Purpose |
|---|---|
| <br> | Single forced line break Sometimes the author must manually insert a line break to text which follows to start on a new line. |