Coder Social home page Coder Social logo

html5repo's Introduction

Output Screenshots

First Screen Second Screen Third Screen Fourth Screen Fifth Screen Final Screen

References

Refer to the youtube Video : https://www.youtube.com/watch?v=AiTdhLc8JCo

Regex for password

/\S+@\S+.\S+/

NPM Modules Used

  • node-sass used to convert the SASS to CSS
    $ npm install node-sass  

Emmet Usage - Cheat Sheet

#header
<div id="header"></div>
.title
<div class="title"></div>
form#search.wide
<form id="search" class="wide"></form>
p.class1.class2.class3
<p class="class1 class2 class3"></p>
!
Alias of html:5

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8" />
    <title>Document</title>
</head>
<body>
    
</body>
</html>
a
<a href=""></a>

a:link
<a href="http://"></a>
link
<link rel="stylesheet" href="" />

link:css
<link rel="stylesheet" href="style.css" />
label
<label for=""></label>

input
<input type="text" />

inp
<input type="text" name="" id="" />

input:email
Alias of inp[type=email]
<input type="email" name="" id="" />

input:password, input:p
Alias of inp[type=password]
<input type="password" name="" id="" />

input:datetime
Alias of inp[type=datetime]
<input type="datetime" name="" id="" />

input:date
Alias of inp[type=date]
<input type="date" name="" id="" />

html5repo's People

Contributors

chaitanyarhxe avatar

Watchers

James Cloos avatar Chaitanya Rayabharam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.