Script Codes

Search, organize, download and rate the most beatiful html5, css3, js code.

Popular Scripts & Codes 2024

Name
Gradient-ui-button-mark-fx
Fixed with using Calc
Octopus Bar iPad App Interactions
Mandelbrot Fractal
Velocity.js custom stagger
CSS3 Selectables with information rollover
Display properties
Scroll Arrow
Personal Website Redesign v2.0
Alter bg opacity on hover...

New Scripts & Codes

Name
CSS Only Banner Rotation
Icosahedron - rendered in 2D
A Pen by Dean Leigh
Ready-to-Go Three-columns Responsive Typography Template with Off-Canvas Navigation
Circle Progression Plugin
A Pen by aaron k saunders
Ralph Lauren Mimic
Cattywompus - A Subtle Parallax Banner Plugin
Pure css thumbnails hover
Clock
Simple yet functional
JQuery Viewport Size
Flat Star Wars
SVG Modified with Query String
Asteroids
Simple canvas drawing -- simplified lines
DIV wormhole
Geildanke typography
Lightning
Web SQL
Objects
CubeTronic
TimelineMax Circular loader
MAD9013 - Float Images with Content
CircleType
CSS Clip and Shape Module clearly
RWD- Mostly Fluid Layout Pattern
Login with flip 3d animation
Knockout Lists
Motion Lines - codevember - 02 - 2016
Html5-canvas-snow-effect
The Walking Raymarcher
Roman Numerical Converter
Animated css matrix type
CodeCamp Tribute Page
Responsive Boxes without Images
Full page table inside the grid
Carousel Test
Alumni ECA
Loading animation
Boom
Horizontal slider on scroll
Flat iOS 7 Safari Icon
Hmmm...
A Pen by panstable
A Pen by Markku Lehmonen
FCC Portfolio
SCSS Social Icons Flat
FCC - Tribute Page
Pomodoro Clock
Spilled Paint
Acorrdian 2016
NAV WPMANAGER
Old calculator
V.35 The Monolith Update - Hero Release Notes
Base-Style
Glowing Pulse Form
LDE old privacy page
A Pen by Taylor Vowell
Algorithm practice
Mega menu
Canvas Background Effect
Blackberry Mock
Vertical Pan Hammer.js example
Base64 SVG Me
A Pen by Patrick Cox
Side Sliding Menu CSS
Flex Chart
Part 19 Bootstrap split button dropdown
Responsive Table-less Shopping Cart
Whyutils
Filter inputs
SVG hamburger menu button
Experiment - SCSS SVG Background Image with Variables
My Interests
CSS Patterns
Prism
Box-sizing
Blog Concept 2
Css Rotating 3d cubes different speed
Sequence.js - Sliding Horizontal Parallax
HTML5 Video Autoplay
CSS3 Form Page Design
Apple website
RollOver Effect 2
Vue.js Starter
A Bouncy Menu Toggle
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.