Skip to main content

JS Basic

                                           JS Basic

               Prev                                                                                           Next
JavaScript is THE scripting language of the Web.
JavaScript is used in millions of Web pages to add functionality, validate forms, detect browsers, and much more.


<html>
<body>
<script type="text/javascript">
document.write("This is my first JavaScript!");
</script>
</body>
</html>

Comments

Popular posts from this blog

CSS Tutorial step by step

CSS   Introduction Cascading Style Sheets   (CSS) is a   style sheet language   used for describing the   look and formatting   of a document written in a markup language . While most often used to style   web pages   and user interfaces written in   HTML   and   XHTML . CSS is a cornerstone specification of   the web   and almost all web pages use CSS style sheets to describe their presentation. CSS is designed primarily to enable   the separation of document content from document presentation , including elements such as the   layout ,   colors , and   fonts .   This separation can improve content   accessibility , provide more flexibility and control in the specification of presentation characteristics, enable multiple pages to share formatting, and reduce complexity and repetition in the structural content (such as by allowing for   table less web design ). It   obvia...

MS PowerPoint

Microsoft PowerPoint is a complete presentation graphics program that allows you to create professional presentation . In addition you can take advantage of the World Wide Web and run virtual presentations on the Internet. PowerPoint contains several features to simplify creating a slide show. for example you can construct PowerPoint to create a pre-designed presentation,  and then you can  modify the presentation to fulfill your requirements. You can add tables, charts, pictures, video, sound and animation effect to your presentation.     You can  check the spelling or  style of your slide show. You can also make your presentation look more interesting. Two type of chart are : standard , which include bar, line, pie and xy (scatter) chart; custom , which display objects, such as floating bars, colored lines, and three-dimensional cones.   History of PowerPoint Microsoft PowerPoint    created by Robert Gaskins and Den...

TypingPad

TypingPad is a simple  text editor  for  Microsoft Windows  and a basic text-editing program which enables computer users to create documents. It was first released  in 2018, and has been included in  versions of  Microsoft Windows .  Features TypingPad  is a common text-only ( plain text ) editor. The resulting files—typically saved with the  .txt  extension—have no format tags or styles, making the program suitable for editing system files to use in a  DOS  environment and, occasionally, source code for later  compilation or  execution , usually through a  command prompt . It is also useful for its negligible use of system resources; making for quick load time and processing time, especially on under-powered hardware. TypingPad supports both left-to-right and right-to-left based languages. Historically,  TypinfPad offers only the most basic text manipulation functions, such as finding text. ...