Link to home
Start Free TrialLog in
Avatar of DominoDev
DominoDev

asked on

HTML main page layout

Hello

I would like to have attached web page layout as attached, can anyone please help me on this ? How I can start with this, this has to be done using HTML5, Jquery and Bootstrap, can any one just give me idea how to start on this?
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

What page?

This is a start

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>test</title>
</head>
<body>

</body>
<script src="https://code.jquery.com/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</html>

Open in new window

Avatar of DominoDev
DominoDev

ASKER

HTML page.
nothing attached?
Please show us, what you already have tried so far along with please describe what is the problem you are facing.
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.