diff --git a/Topics/02. HTML-Fundamentals/demos/03.Common-elements.html b/Topics/02. HTML-Fundamentals/demos/03.Common-elements.html index b98d517..faaeff5 100644 --- a/Topics/02. HTML-Fundamentals/demos/03.Common-elements.html +++ b/Topics/02. HTML-Fundamentals/demos/03.Common-elements.html @@ -32,7 +32,7 @@
Sub heading 6
HTML
A markup language
CSS
-
Language used to
+
Language used to design HTML pages
diff --git a/Topics/03. HTML-Tables/demos/2. Data-and-header-cells.html b/Topics/03. HTML-Tables/demos/2. Data-and-header-cells.html index 00f4ff3..9c0b780 100644 --- a/Topics/03. HTML-Tables/demos/2. Data-and-header-cells.html +++ b/Topics/03. HTML-Tables/demos/2. Data-and-header-cells.html @@ -8,37 +8,44 @@ + - + + - + + - + + - + + - + + - + +
Full nameReview Mark
Ivan IvanovVery good 5Very good 5
Petar PetrovExellent 6Exellent6
Filip FilipovGood 4Good4
Stoian GeorgievVery good 5Very good5
Asen AsenovGood 4Good4
Zdravko JeliazkovPoor 3Poor3
diff --git a/Topics/04. HTML-Forms-and-Frames/demos/2. Sliders-spinboxes.html b/Topics/04. HTML-Forms-and-Frames/demos/2. Sliders-spinboxes.html index 04267e9..7d2a624 100644 --- a/Topics/04. HTML-Forms-and-Frames/demos/2. Sliders-spinboxes.html +++ b/Topics/04. HTML-Forms-and-Frames/demos/2. Sliders-spinboxes.html @@ -39,7 +39,7 @@ colorDiv.style.backgroundColor = newColor; var colorValuesDiv = document.getElementById(type + 'ColorValueDiv'); - colorValuesDiv.innerText = newColor; + colorValuesDiv.innerHTML = newColor; } @@ -72,4 +72,4 @@ - \ No newline at end of file +