Posts

Showing posts from May, 2020

How to make a beautiful website (II) ?

Image
We have done only on HTML 5 so far. After this, we move on CSS as well. Lets see, how my project looks like. <!DOCTYPE html> <html> <head>   <meta charset="utf-8">   <meta name="description" content="HTML project">   <meta name="keywords" content="HTML, learn HTML">   <meta name="author" content="Romanch Jung Rayamajhi">   <meta name="viewport" content="width=device-width, initial-scale=1.0">   <title>Rich dad poor dad</title> </head> <body bgcolor="skyblue">   <!--you can click image to see large from its original location-->  <!-- The <area> tag defines an area inside an image-map (an image-map is an image with clickable areas). <area> elements are always nested inside a <map> tag.-->   <img src="https://images-na.ssl-images-amazon.com/images/I/91VokXkn8hL...

How to make a beautiful website?

Image
At first, what do you know about the website? And I am sure that at least once, you heard this. If you know already, then that's good. Let's begin, basically, the website is the collection of the webpage. Then what is a webpage, ahh again what is this! A  web page  or  webpage  is a document, commonly written in HTML , that is viewed in an Internet browser . A web page can be accessed by entering a URL  address into a browser's address bar . A web page may contain text, graphics, and hyperlinks  to other web pages and files. Again what is  HTML? Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript. I prefer you guys to use a text editor such as Sublime or Note Pad ++. I wrote basic HTML codes making listing and commenting on favorite foo...