Sat. May 18th, 2024

HTML Colors

Colors are displayed combining RED, GREEN, and BLUE light. Color Values CSS colors are defined…

5,571 total views, no views today

HTML – XHTML

XHTML is HTML written as XML. What Is XHTML? XHTML stands for EXtensible HyperText Markup Language XHTML is…

5,090 total views, no views today

HTML Symbols

HTML Symbol Entities HTML entities was described in the previous chapter. HTML symbols like mathematical…

5,735 total views, no views today

HTML Entities

Reserved characters in HTML must be replaced with character entities. Characters, not present on your…

5,240 total views, 1 views today

HTML Scripts

JavaScripts make HTML pages more dynamic and interactive. The HTML <script> Tag The <script> tag…

5,688 total views, 1 views today

HTML Blocks

HTML elements can be grouped together with <div> and <span>. HTML Block Elements Most HTML…

5,431 total views, no views today

HTML Lists

The most common HTML lists are ordered and unordered lists: HTML Lists An ordered list:…

5,080 total views, no views today

HTML HEAD

The HTML <head> Element The <head> element is a container for all the head elements….

7,704 total views, no views today

HTML Attributes

Attributes provide additional information about HTML elements. HTML Attributes HTML elements can have attributes Attributes provide additional…

6,248 total views, 2 views today

Exceptions

Exceptions provide a way to react to exceptional circumstances (like runtime errors) in programs by…

10,395 total views, 3 views today

Pointers

In earlier chapters, variables have been explained as locations in the computer’s memory which can…

5,531 total views, no views today