Script Codes - Page 7

Search, organize, download and rate the most beatiful html5, css3, js code page 7.
Name
Navcube
Realistic Buttons
Table border-collapse property
Beveled corners using CSS border attribute
Sexy Social Buttons
A Pen by Shidhin
CSS only simple parallax scroll
Pure CSS Menu
Twinner Spinner II
Fixed Scrolling Nav Bar
Sticky notes with CSS3
Sencha Touch 2.3.1 Basic Grid Example
Project MMetro beta
Starfield old school style
Improve
Simple Login Form Template
Chuck Norris Background
Pure CSS albums gallery
Login with flip 3d animation
SVG Playground
Menubar compass mixin
Parallax scrolling scene
SlideDown FixedMenu
Simple blog concept
A Pen by Jason Kinney
Konami Code Easter Egg
Animated skewed panes
Addthis_button
Headroom.js demo
Nav Test -- cats 1
Velocity.js custom stagger
Print element on a page
Awesome Full Page Menu Nav
A Pen by Miro Olma
Scroll effect with text with help from Skrollr
Responsive Section hover effect to show content
Faux column absolute wrapper
Bootstrap Carousel Fade Transition
LBCA - Mail canvas
Basic 3D Fullscreen Transition
CSS3 keyframe onload animation.
Popup Modal
Countdown Timer
Barber Shop
Svg animation draw
Electric worm
Caputre Cam with JS
Button shaking
CSS3 Diamond
CSS- UI Element States Pseudo-Classes
Mobile Sub Menu Concept
SnappySnippet Test
Simple Accordion
Click handler test
CSS3 Latte Art Logo
The Monty Hall Problem
Clock with full screen background
Simple personal profile
Pure CSS Spinners
Simple Carousel Pure CSS
Header Line Issue
Tab Menus
Custom checkbox example
CSS 3D Radio buttons
Word Wrap Algorithm for Multiline Canvas Text
Midterm dry run
Monochrome Form
Fixed with using Calc
Drifting Clouds
Importable Clearfix
Pure CSS Dial
Spin
Particle Motion trajectories
SVG Animation
HTM5 picture dropzone
Subtle site navigation with description
Ipad Mini Showcase
SVG email test v2.0
Tail rose iris lined
CSS Google Now
A Pen by Adrien Clerbois
Loading animation with css
CSS3 Button Examples
Funny menu
SVG Hover Animations
The Fantastic Mr Fox
Confirm Close Of Foundation Reveal Modal
Knob rotation
HyperText Markup Language (HTML)

HyperText Markup Language (HTML) is the most basic building block of the Web. It defines the meaning and structure of web content. Other technologies besides HTML are generally used to describe a web page's appearance/presentation (CSS) or functionality/behavior (JavaScript). "Hypertext" refers to links that connect web pages to one another, either within a single website or between websites. Links are a fundamental aspect of the Web. By uploading content to the Internet and linking it to pages created by other people, you become an active participant in the World Wide Web.

Cascading Style Sheets (CSS)

Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language. Although most often used to set the visual style of web pages and user interfaces written in HTML and XHTML, the language can be applied to any XML document, including plain XML, SVG and XUL, and is applicable to rendering in speech, or on other media. Along with HTML and JavaScript, CSS is a cornerstone technology used by most websites to create visually engaging webpages, user interfaces for web applications, and user interfaces for many mobile applications. CSS is designed primarily to enable the separation of document content from document presentation, including aspects 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 HTML pages to share formatting by specifying the relevant CSS in a separate .css file, and reduce complexity and repetition in the structural content. Separation of formatting and content makes it possible to present the same markup page in different styles for different rendering methods, such as on-screen, in print, by voice (via speech-based browser or screen reader), and on Braille-based tactile devices. It can also display the web page differently depending on the screen size or viewing device.

JavaScript (JS)

JavaScript is a high-level, dynamic, untyped, and interpreted programming language. It has been standardized in the ECMAScript language specification. Alongside HTML and CSS, JavaScript is one of the three core technologies of World Wide Web content production; the majority of websites employ it, and all modern Web browsers support it without the need for plug-ins. JavaScript is prototype-based with first-class functions, making it a multi-paradigm language, supporting object-oriented, imperative, and functional programming styles. It has an API for working with text, arrays, dates and regular expressions, but does not include any I/O, such as networking, storage, or graphics facilities, relying for these upon the host environment in which it is embedded. Although there are strong outward similarities between JavaScript and Java, including language name, syntax, and respective standard libraries, the two are distinct languages and differ greatly in their design. JavaScript was influenced by programming languages such as Self and Scheme. JavaScript is also used in environments that are not Web-based, such as PDF documents, site-specific browsers, and desktop widgets. Newer and faster JavaScript virtual machines (VMs) and platforms built upon them have also increased the popularity of JavaScript for server-side Web applications.