how work this is simple web use html only

hackarz

Junior Member
Joined
Dec 3, 2017
Messages
199
Reaction score
129
i am learning new beginner i want learn how work this simple this website please use html only

44278064_2178515942469231_1064018258560024576_n.jpg
 
If you're learning front-end design then checkout bootstrap. It has a lot of guides and videos to help you get started.
 
Right click and view source or inspect element. It will show you the front end code, HTML/CSS/JS etc.
 
If you're learning front-end design then checkout bootstrap. It has a lot of guides and videos to help you get started.
who ? can you give me links
 
learn bootstrap it will help you a lot as UI designer
 
thank u all
i do it use
<html>
<head>
</head>

<body style="background-color:silver" >




<h1 style="background-color:#34495e;color:#3498db" '>Interior Desigen web site



</h1>
<table width="1000" height="800">
<tr>

<td>industrial processes. The pursuit of effective use of space,
<br>user well-being and functional design has contributed to
<br>the development of the contemporary interior design profession.
The profession of interior design is separate and distinct from the
.</td>
<td> <img src="images/632673520_325.jpg" width="200" height="200"></td>
<td><p>ole of interior decorator, a term commonly
used in the US. The term is less common
in the UK where<br> the profession of interior design is
still unregulated and <br>therefore,
strictly speaking, not yet <br> officially a profession</p></td>
<td><img src="images/sofa.jpg" width="200" height="200"></td>
</tr
<tr>

<td>industrial processes. The pursuit of effective use of space,
<br>user well-being and functional design has contributed to
<br>the development of the contemporary interior design profession.
The profession of interior design is separate and distinct from the
.</td>
<td> <img src="images/lit-de-luxe-italien-mobilier-de-chambre-coucher.jpg" width="200" height="200"></td>
<td><p>ole of interior decorator, a term commonly
used in the US. The term is less common
in the UK where<br> the profession of interior design is
still unregulated and <br>therefore,
strictly speaking, not yet <br> officially a profession</p></td>
<td><img src="images/chair.jpg" width="200" height="200"></td>
</tr>
<tr>
<tr>

<td>industrial processes. The pursuit of effective use of space,
<br>user well-being and functional design has contributed to
<br>the development of the contemporary interior design profession.
The profession of interior design is separate and distinct from the
.</td>
<td> <img src="images/HTB1H4WBgqAoBKNjSZSyq6yHAVXao.jpg" width="200" height="200"></td>
<td><p>ole of interior decorator, a term commonly
used in the US. The term is less common
in the UK where<br> the profession of interior design is
still unregulated and <br>therefore,
strictly speaking, not yet <br> officially a profession</p></td>
<td><img src="images/HTB1G2omJFXXXXcEXFXXq6xXFXXXI.jpg" width="200" height="200"></td>
</tr>

</table>



</html>
 
When you like a page take a screenshot
and use inspect element to copy the code
 
Learn foundation and/or bootstrap if you're going for frontend
 
Nice thing about this thread is I feel like I'm suddenly back in 1995.
 
Back
Top