It is simple. Just make something like sample1 directory in forms. Refer following points
- Browse the element you want to add in html elements.
- If your element already exists(like forms) then create new directory in that repo with sample1, sample2 ,... else make a new repo with name of the element such as img, header, navbar, footer etc. and create a new directory with sample1 name in it.
- Now add your files in it.
- Enter your content in following format in the file:
<!DOCTYPE html>
<html>
<head>
<title> TEST </title>
//if using external style sheet then use following:
//<link rel="stylesheet" type="text/css" href="https://abc.com/style/sample.css">
<style>
//enter your css here
</style>
</head>
<body>
//enter your html snippet here
</body>
</html>
- Now add a screenshot of your html page in browser.
- Now create a pull request and it's done!!!