<form>
<label for="full-name">
Full Name:
</label>
<input id="full-name" name="full-name" type="text" autocomplete="name" required />
<label for="email-address">
Email Address:
</label>
<input id="email-address" name="email-address" type="email" autocomplete="email" required />
<label for="message">
Message:
</label>
<textarea id="message" name="message" rows="5" cols="30" required></textarea>
<button type="submit">Submit</button>
</form>
<div class="col-lg-6 col-6 pd-l">
[text* your-name placeholder"Name"]
[text* your-sub placeholder"subject"]
</div>
<div class="col-lg-6 col-12 pd-r">
[email* your-email placeholder"Email"]
[tel* tel-672 your-phone placeholder"Phone"]
</div>
<div class="col-12">
[textarea your-message placeholder"message"]
</div>
<div class="col-12 btn-sub">[submit "Send"]</div>
<form class="form-inline" action="/action_page.php">
<label for="email">Email:</label>
<input type="email" id="email" placeholder="Enter email" name="email">
<label for="pwd">Password:</label>
<input type="password" id="pwd" placeholder="Enter password" name="pswd">
<label>
<input type="checkbox" name="remember"> Remember me
</label>
<button type="submit">Submit</button>
</form>