1 Minute HTML CSS Part 6 – Code Snippets & Symbols
CODE RELATED TAGS <code>var a = “hello”;</code> <pre>var b = “world”;</pre> <samp>hello world</samp> <code> A block of code. Extra white spaces and line breaks will be ignored. <pre> Preformatted text. Extra white spaces and line breaks will be retained. <samp> Sample output. HTML SYMBOLS HTML symbols are “special characters” in HTML. For example – […]
1 Minute HTML CSS Part 6 – Code Snippets & Symbols Read More »










