mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-05-10 08:20:05 -07:00
Compare commits
5 Commits
39a81025a1
...
d2c9634910
| Author | SHA1 | Date | |
|---|---|---|---|
| d2c9634910 | |||
| 2aee46f169 | |||
| 22977d5ca1 | |||
| a2c99c9674 | |||
| 85441b99e2 |
+1
-1
@@ -39,7 +39,7 @@
|
||||
|
||||
<strong></strong> and <b></b> <!-- Makes text contained in the tag as bold -->
|
||||
<em></em> and <i></i> <!-- Alternative way to make the text contained in the tag as italic -->
|
||||
<del></del> <!-- Creates a strike through the text element -->
|
||||
<del></del> <!-- Creates a strike through the text element -->
|
||||
<pre></pre> <!-- Preformatted monospace text block with some spacing intact -->
|
||||
<blockquote></blockquote> <!-- Contains long paragraphs of quotations often cited -->
|
||||
<abbr></abbr> <!-- Contains abbreviations while also making the full form avaialable -->
|
||||
|
||||
+1
-1
@@ -286,7 +286,7 @@ for(dataType item : array) {
|
||||
|
||||
### ACCESS MODIFIERS
|
||||
|
||||
1. defualt(No keyword required)
|
||||
1. default(No keyword required)
|
||||
2. private
|
||||
3. public
|
||||
4. protected
|
||||
|
||||
Reference in New Issue
Block a user