WordPress: Class 31. Review
3. Sharing your website
4. SEO
5. Working with HTML
6. Key terms/concepts
|
6. Key terms/concepts
8. HTML Colors
- < and > - HTML code always starts and ends with the angled brackets
- < > - opening HTML code
- </> - closing HTML code
- <b> - HTML bold text
- <b>insert your text here</b>
- <em> - HTML emphasis text; italics
- <strong>insert your text here</strong>
- <u> - HTML underlined text
- <u>underlined text</u>
- <strike> - HTML strikethrough text
- <strike>strikethrough</strike>
- <br> - HTML single line break
- empty tag that has no end tag
- Hex code - sets the color using hex
- <FONT COLOR="######">text text text text text</FONT>
8. HTML Colors
- Hexadecimal - "hex" for short is a six-digit, three-byte number used in HTML to represent colors.
- - HTML color picker websites
9. & - a way to "print" a non-coded special character on screen; a way for a special character to show visibly on the web, without being mistaken for code
10. CSS - Cascading Style Sheets
11. Permissions
- Describes how HTML elements are to be displayed on screen, paper, or in other media. CSS saves a lot of work. It can control the layout of multiple web pages all at once. External stylesheets are stored in CSS files.
11. Permissions
- WordPress uses a concept of Roles, designed to give the site owner the ability to control what users can and cannot do within the site. A site owner can manage the user access to such tasks as writing and editing posts, creating Pages, defining links, creating categories, moderating comments, managing plugins, managing themes, and managing other users, by assigning a specific role to each of the users.