Websites have become one of the basic need in the marketing business. It is the initial to building a successful marketing strategy. We create low cost website with high quality web design. Our aim is to provide a website to every user who has an idea or a business with the most affordable prices. varadesigns […]

27
Nov
stored in: html, html 5 and tagged:

Haml is a markup language (HTML abstraction markup language) without the use of inline code it describe the HTML of any web document cleanly and simply. It aims to reduce repetition in your markup by closing tags. It is a popular alternative to using Rails templating language (.erb) and allows you to embed Ruby code […]

14
Aug

The font-family property hold several font names . CSS3 has adapted font combinations technology. In here,if the browser doesn’t support the first font then it tries the next font .   Below are some commonly used font combinations Serif Fonts Georgia, serif “Palatino Linotype”, “Book Antiqua”, Palatino, serif “Times New Roman”, Times, serif   Sans-Serif Fonts Arial, […]

Bootstrap Sleek, intuitive, and powerful front-end framework for faster and easier web development. StyleBootstrap.info As with Twitter’s own tool above, this tool allows you to use a simple interface to customize various aspects of Bootstrap. The difference here is that this one focuses primarily on the visual, design aspects. You can easily go in and […]

Comments Off

HTML5 Boilerplate HTML5 Boilerplate helps you build fast, robust, and adaptable web apps or sites. Kick-start your project with the combined knowledge Once you have cloned or downloaded HTML5 Boilerplate, creating a site or app usually involves the following: 1. Set up the basic structure of the site. 2. Add some content, style, and functionality. […]

Comments Off

Responsive Web Design To create the web pages look good in all devices like ( Desktop, Tablets and Mobiles / Phones ). It is about using CSS and HTML to hide, resize, enlarge, shrink or move the content to make it look good on any screen.   These days every new client wants a mobile […]

<!DOCTYPE HTML> <html> <head> <meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ /> <title>Title of the website</title> </head> <body> <header> <nav> <ul> <li>Home</li> <li>About</li> <li>Services</li> <li>Projects</li> <li>Contact</li> </ul> </nav> </header> <section> <article> <header> <h2>Title of the Article</h2> <p>Article about the html5 page development</p> </header> <p>HTML5 has it’s many new syntactical features, which include the <video>, <audio>, <canvas>, <section>, <article>, […]

01
Jul