IT6503 Important Questions WEB PROGRAMMING THEORY
IT6503 Important Questions WEB PROGRAMMING THEORY Regulation 2013 Anna University free download. WEB PROGRAMMING THEORY IT6503 Important Questions pdf free download.
Sample IT6503 Important Questions WEB PROGRAMMING THEORY
Define the term positioning and mention its types also.
The CSS positioning properties allow you to position an element. It can also place an element behind another, and specify what should happen when an element’s content is too big .
There are four different positioning methods. IT6503 Important Questions WEB PROGRAMMING THEORY
Static Positioning
Fixed Positioning
Relative Positioning
Absolute Positioning
What is JavaScript?
JavaScript was designed to add interactivity to HTML pages
JavaScript is a scripting language
A scripting language is a lightweight programming language
A JavaScript consists of lines of executable computer code
A JavaScript is usually embedded directly into HTML pages
Are Java and JavaScript the Same?
NO!.Java and JavaScript are two completely different languages in both concept and design. Java (developed by Sun Microsystems) is a powerful and much more complex programming language – in the same category as C and C++. IT6503 IQ WEB PROGRAMMING THEORY
How to Put a JavaScript Into an HTML Page
<html>
<body>
<script type=”text/javascript”>
document.write(“Hello World!”);
</script>
</body>
</html>
What are literals? IT6503 Important Questions WEB PROGRAMMING THEORY
Literal values are the ones you type into mathematical or string expressions. For example 23 (an integer), 12.32E23 (a floating point), or ‘flopsy the Hamster’ (a string). String literals can be enclosed by either single or double quotes. For example: ‘literal string’ , “literal string”, ‘literal string with “double quotes” inside’
Subject Name | WEB PROGRAMMING THEORY |
Subject Code | IT6503 |
Regulation | 2013 |
File |
IT6503 Important Questions WEB PROGRAMMING THEORY click here to download
IT6503 WEB PROGRAMMING THEORY Notes
IT6503 WEB PROGRAMMING THEORY Question Bank
IT6503 WEB PROGRAMMING THEORY Question Paper