HTML Sister Technologies

HTML Sister Technologies


To enhance our HTML we apply CSS and JavaScript to it. It also works in conjunction with other technologies but not so famously as it does with CSS and JavaScript.

CSS

When a webmaster starts to become stylistic and creative on their web pages they discover CSS. CSS allows us to logically separate our styling from our HTML markup, adds a lot of cool style features to HTML, allows us to smoothly animate our HTML elements and much more. CSS can also create basic application logic aside from the styling power it has over your elements.
http://www.developphp.com/list_css.php

Javascript

JavaScript is the official scripting language of the web. When you hear of people programming web applications they are usually using JavaScript, HTML, CSS and some form of server side language like PHP. JavaScript makes your web pages come alive and allows you to program user interaction and trigger things to occur in a web document. JavaScript covers a lot of ground in regards to making your web pages come alive.
http://www.developphp.com/list_javascript.php


Related Posts :

  • head head HTML head Element The HTML <head> element is used to relate the web docume… Read More...
  • header header HTML header Element NOTE: This new element is HTML5 and will be a standardized ele… Read More...
  • form form HTML form Element The HTML <form> element is used to create forms and serv… Read More...
  • footer footer NOTE: This new element is HTML5 and will be a standardized element in 2014. The HTM… Read More...
  • h1 h2 h3 h4 h5 h6 h1 h2 h3 h4 h5 h6 HTML h1 h2 h3 h4 h5 h6 Element The HTML <h1, <h2>, <h3>, … Read More...

0 Response to "HTML Sister Technologies"

Post a Comment