Design A simple Web page!
Today, we will learn how to write simple HTML code, and make a webpage with some important tags. We will also add some styling in that without style sheet.
so let's begin...
<html>
<head>
<title>webpage</title>
</head>
<body>
<center>
<hr>
<h1 style = " font-size:50 px"><ins>Books For You...</ins></h1>
<hr>
<h2 style= "font-size:20px"><ins>For Programmers:</ins></h2>
<h3><a href = "https://arisuchan.jp/λ/src/1493491363210.pdf">Think Like A Programmer</a></h3>
<img src = "https://kbimages1-a.akamaihd.net/ac5e4364-30dc-4d33- 8461-f27f8032e59e/353/569/90/False/think-like-a-programmer-4.jpg" alt = "Book Img">
<hr>
<h2 style= "font-size:20px"><ins>For Software Developers:</ins><h2>
<h3><a href="https://www.amazon.com/Soft-Skills-software- developers-manual/dp/1617292397">Soft Skills: The Software Developer's Life Manual</a></h3>
<img src="https://images-na.ssl-images- amazon.com/images/I/51WiLueukSL._SX396_BO1,204,203,200_.jpg" alt = "Book Img1">
<hr>
</center>
</body>
</html>
so let's begin...
<html>
<head>
<title>webpage</title>
</head>
<body>
<center>
<hr>
<h1 style = " font-size:50 px"><ins>Books For You...</ins></h1>
<hr>
<h2 style= "font-size:20px"><ins>For Programmers:</ins></h2>
<h3><a href = "https://arisuchan.jp/λ/src/1493491363210.pdf">Think Like A Programmer</a></h3>
<img src = "https://kbimages1-a.akamaihd.net/ac5e4364-30dc-4d33- 8461-f27f8032e59e/353/569/90/False/think-like-a-programmer-4.jpg" alt = "Book Img">
<hr>
<h2 style= "font-size:20px"><ins>For Software Developers:</ins><h2>
<h3><a href="https://www.amazon.com/Soft-Skills-software- developers-manual/dp/1617292397">Soft Skills: The Software Developer's Life Manual</a></h3>
<img src="https://images-na.ssl-images- amazon.com/images/I/51WiLueukSL._SX396_BO1,204,203,200_.jpg" alt = "Book Img1">
<hr>
</center>
</body>
</html>
Comments
Post a Comment