Compare commits

5 Commits

Author SHA1 Message Date
Eric Thomas d2c9634910 Merge 85441b99e2 into 2aee46f169 2024-05-23 02:37:55 -03:00
Julien Le Coupanec 2aee46f169 Merge pull request #381 from FabricioLopees/fix/java
Update readme: fix grammatical error in java.md
2024-04-15 10:53:51 +02:00
FabricioLopees 22977d5ca1 update readme: fix grammatical error in java.md 2024-04-13 13:05:38 -03:00
FabricioLopees a2c99c9674 update readme: fix grammatical error in java.md 2024-04-13 12:52:16 -03:00
Eric Thomas 85441b99e2 Fix indentation on html5 cheatsheet 2022-03-09 19:56:46 -03:30
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
<strong></strong> and <b></b> <!-- Makes text contained in the tag as bold --> <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 --> <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 --> <pre></pre> <!-- Preformatted monospace text block with some spacing intact -->
<blockquote></blockquote> <!-- Contains long paragraphs of quotations often cited --> <blockquote></blockquote> <!-- Contains long paragraphs of quotations often cited -->
<abbr></abbr> <!-- Contains abbreviations while also making the full form avaialable --> <abbr></abbr> <!-- Contains abbreviations while also making the full form avaialable -->
+1 -1
View File
@@ -286,7 +286,7 @@ for(dataType item : array) {
### ACCESS MODIFIERS ### ACCESS MODIFIERS
1. defualt(No keyword required) 1. default(No keyword required)
2. private 2. private
3. public 3. public
4. protected 4. protected