How TO Create A Beautiful And Simple WebPage Using HTML Only No CSS Used :
How TO Create A Beautiful And Simple WebPage
Using HTML Only No CSS Used
बिना CSS Use किये सिर्फ HTML की मदद से एक Beautiful और Simple WebPage या Website बनाई जा सकती है और उस पर Logo भी लगाया जा सकता है। WebPage में Hyperlinks भी लगाए जा सकते हैं जिनका use कर User एक WebPage से दूसरे WebPage में आसानी से जा सकते हैं। जैसे आप नीचे Example में देख रहे हैं । इस WebPage को बनाना बहुत आसान हैं।
NOTE – ऊपर दिए गए WebPage को बनाने की Coding नीचे दे जा रही हैं । अगर आपको इस Post की Coding कही पर समझ में नहीं आ रही हैं तो आप इसे हमारे YouTube channel में भी देख सकते हैं। YouTube channel में जाने के लिए इस Link में Click करें । YouTube channel link –(Padhai Ki Batein / पढाई की बातें)
Home Page बनाने के लिए
<!doctype html>
<html >
<head>
<title> How To Create A Simple And Beautiful Website </title> </head>
<body background=”C:\Users\dell\Downloads\bgimage.png” link=”#000″ alink=”” vlink=”red”>
<img Src=”C:\Users\dell\Downloads\pkbb.png” height=”50″ width=”50″ > (ये Image File , Webpage के Logo के लिए हैं।)
<table height=”50″ width=”400″ border=”0″ align=”right”>
<tr>
<font size=”5″>
<td> <a href=”C:\Users\dell\Desktop\aboutus.html”>About Us </a></td>
<td><a href=”#”>Website</a></td>
<td><a href=”#”>YouTube</a></td>
<td><a href=”C:\Users\dell\Desktop\contactus.html”> Contact Us </a></td>
</font>
</tr></table>
<br><br><br><br><br><br><br>
<h1 align=”center” ><font face=”Bell MT” color=”blue” size=”8″>
BEAUTIFUL AND SIMPLE WEBPAGE
<br> USING HTML ONLY</font >
<br>
<font face=”Lucida Handwriting” color=”yellow” size=”7″> No CSS Used</font></h1>
</body></html>
Hyperlinks में Link File बनाने के लिए
How To Create About Us file (aboutus.html)
<html>
<head> <title> How To Create About us file </title> </head>
<body>
<p align=”center”>
<table Height=”600″ width=”800″ border=”0″ >
<tr>
<td bgcolor=”#980bnv”>
<p align=”center”>
<Font face=”Lucida Handwriting” Size=”8″ color=”white”>
Welcome to Simple And Beautiful Website.
<br>
Here We will teach you how to Create a website.
</font></p></td></tr></table></p></body></html>
How To Create Contact Us Page (Contactus.html)
<body> </html>
<html>
<head> <title> How To Create Contact Us Page</title> </head>
<body>
<p align=”center”>
<table Height=”600″ width=”800″ border=”0″ bgcolor=”blue”>
<tr>
<td> <p align=”center”>
<Font face=”Lucida Handwriting” Size=”8″ color=”white”>
How to create a Simple And Beautiful Website
<br>
Please Contact Us
<br>
contact No- xxxx7865xx
</font></p></td></tr></table></p><body></html>
इसी Post से संबंधित “How TO Create A Beautiful And Simple WebPage Using HTML Only (No CSS Used)” , Video को हमारे YouTube channel में देखने के लिए इस Link में Click करें । YouTube channel link – (Padhai Ki Batein / पढाई की बातें)
NOTE –Class 8th , 9th , 10th , 11th , 12th के हिन्दी विषय के सभी Chapters से संबंधित videos हमारे YouTube channel (Padhai Ki Batein / पढाई की बातें) पर भी उपलब्ध हैं। कृपया एक बार अवश्य हमारे YouTube channel पर visit करें । सहयोग के लिए आपका बहुत – बहुत धन्यबाद।
You are most welcome to share your comments . If you like this post . Then please share it . Thanks for Reading.
यह भी पढ़ें…
- What is HTML Coding
- Web Page कैसे बनाते हैं
- HTML Form
- How To Create Table In Html
- How To Create Hyperlink In HTML
- How To Insert An Image In HTML Page
- Ordered And Unordered List In HTML
- Frame In HTML Coding
- Add Background Color And Image
- Map in HTML
- Nested List In HTML
- Nested Table In HTML
- How TO Create A Website Using HTML Only