Saturday, July 8, 2017
What Is Business Card Design ?

Business Cards are cards bearing business information about a company or individual. They are shared during formal introductions as convince and...
Tuesday, April 18, 2017
JavaScript Output

JavaScript Display Possibilities JavaScript can "display" data in different ways: Writing into an HTML element, using innerHTML. Writing into the HTML output...
JavaScript Introduction

JavaScript Can Change HTML Content One of many JavaScript HTML methods is getElementById(). This example uses the method to "find" an HTML...
Sunday, April 16, 2017
Coming Soon Template

<!DOCTYPE html> <html> <title>W3.CSS Template</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway"> <style> body,h1 {font-family: "Raleway",...
Architect Template

<!DOCTYPE html> <html> <title>W3.CSS Template</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> <body> <!-- Navbar (sit on top) -->...
Templates

W3.CSS Web Site Templates We have created some responsive templates with CSS. You are free to modify, save, share, use or do...
Videos

Using The width Property If the width property is set to 100%, the video player will be responsive and scale up and down:...