Design a website using HTML(notepad)
Also Add pictures, buttons, search engine and neccesary things for a website
Send the html codings and output image
Need a good website for my intermurals
Answers
HTML - Hypertext Markup Language
HTML is a computer programming language, used for creating websites and apps. HTML, CSS, Javascript are mainly used to create a website.
In any kind of website, HTML is very important. CSS is a style of page. And javascript is the background of website.
We have to start our HTML by <!DOCTYPE html>
If there is not <!DOCTYPE html> used in our program, then our page will be not displayed by Browser.
After that,
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
Here is a HTML Program according to your question:
<!DOCTYPE html>
<html>
<head>
<title>First site by me</title>
</head>
<body>
<h1 style="color:Tomato;">Hello World</h1>
<p style="color:DodgerBlue;">Lorem ipsum...</p>
<p style="color:MediumSeaGreen;">Ut wisi enim...</p>
<pre>
<code>
x = 5;
y = 6;
z = x + y;
</code>
</pre>
<h1 style="font-family:verdana;">This is a heading</h1>
<p style="font-family:courier;">This is a paragraph.</p>
<body style="background-color:powderblue;">
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
<h1>Educational site</h1>
<body>
<!DOCTYPE html>
<html>
<head>
<style>
body {background-color: powderblue;}
h1 {color: blue;}
p {color: red;}
</style>
</head>
<body>
<table style="width:100%">
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Age</th>
</tr>
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
</tr>
<tr>
<td>Eve</td>
<td>Jackson</td>
<td>94</td>
</tr>
</table>
<!DOCTYPE html>
<html>
<head>
<style>
h1 {
color: blue;
font-family: verdana;
font-size: 300%;
}
p {
color: red;
font-family: courier;
font-size: 160%;
}
</style>
</head>
<body>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
<b>This text is bold</b>
<b>This text is bold</b>
<b>This text is bold</b>
<b>This text is bold</b>
<b>This text is bold</b>
<table>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
<tr>
<td>A</td>
<td>Description of A</td>
</tr>
<tr>
<td>B</td>
<td>Description of B</td>
</tr>
</table>
<h1>Famous Cities</h1>
<h2>Tokyo</h2>
<p>
Hi. This is my sites
</p>
</body>
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>.
<!DOCTYPE html>
<html>
<body>
<h2>HTML Images</h2>
<p>HTML images are defined with the img tag:</p>
<img src="brainly.jpg" alt="brainly.in" width="104" height="142">
</body>
</html>
</body>
</html>
Brainly didn't supports HTML Pages, So I can't send the notepad file here.
I have attached some attachments to this answer.
The code given by me to this answer. You will have to copy that codes and save it in notepad by .html
After that, Open that site. You will get.
ANSWER:-------------
{web browser, jump over to your search engine of choice, }
{ imaginable information rests at your fingertips.}
{ And chances are someone somewhere has built a website with your exact search in mind.}
{Within this book I’m going to show you how to build your own websites using the two most dominant computer languages—HTML and CSS.}
{Before we begin our journey to learn how to build websites with HTML and CSS, }
{it is important to understand the differences between the two languages, }
{the syntax of each language, and some common terminology.}
hope it helps:--
T!—!ANKS!!!