From 8314add14d024ef4b84ebb92ab8251fc55c2083e Mon Sep 17 00:00:00 2001 From: welle7 Date: Tue, 11 Feb 2020 10:07:02 +0100 Subject: [PATCH] semantic --- html/semantic.html | 49 ---------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 html/semantic.html diff --git a/html/semantic.html b/html/semantic.html deleted file mode 100644 index b1fa8c9..0000000 --- a/html/semantic.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - HTML Semantic Tags - - - - -
-
-

HTML Semantische Tags

-
-
-        
-            <abbr> Abbreviation
-            <acronym> Acronym
-            <blockquote> Long quotation
-            <dfn> Definition
-            <address> Address for author(s) of the document
-            <cite> Citation
-            <code> Code reference
-            <tt> Teletype text
-            <div> Logical division
-            <span> Generic inline style container
-            <del> Deleted text
-            <ins> Inserted text
-            <em> Emphasis
-            <strong> Strong emphasis
-            <h1> First-level headline
-            <h2> Second-level headline
-            <h3> Third-level headline
-            <h4> Fourth-level headline
-            <h5> Fifth-level headline
-            <h6> Sixth-level headline
-            <hr> Thematic break
-            <kbd> Text to be entered by the user
-            <pre> Pre-formatted text
-            <q> Short inline quotation
-            <samp> Sample output
-        
- -
- - - \ No newline at end of file