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>


Copy This Code and paste it in notepad, save it with the extension ".html". Click the icon of the file. 

Your output will be:


 Note the title of the page in the Tab:

So congrats, for learning something new...

Comments

Popular posts from this blog

Good Pieces of Advice for Freshers

Frameworks vs Libraries vs Services

Applications of Data Engineering

Relational Data Model

Data Engineering Tools

Web Engineering : A Dialogue

Think Like a Programmer

You-Tube Channel

A Survey of the Final Year University Students

Relational DB, ORM and ERP systems