TECH PIXEL

"Tech Pixel": Clearly mentions the site name. "Your go-to source for the latest tech news, reviews, and tutorials": Summarizes what the site offers. "Stay updated with the newest trends in technology": Highlights the value of staying current with tech trends. "Enhance your skills with our expert guides": Emphasizes the practical benefits and expertise available on the site.

CREATE A SIMPLE WEB PAGE FOR BIGNNERS. USING HTML CODE...

 

WEB Page:

Coding:

<html>

<head>

<title>  WELCOME TO MY WEB PAGE </title>

</head>

<body>                                 

 

</body>

</html>

<td align="center" width="300">

 

<table align="center" border="1" width="895" height="60" bordercolor="gray">

<tr>

<td align="center" bgcolor="blue"><h3>Welcome To My WebPage</h3></td>

</tr>

</table>

 

<table align="center" border="1" width="895" height="60"

bordercolor="gray" cellspacing="7" cellpadding="7" bgcolor="red">

<tr>

<td align="center" width="167" bgcolor="yellow">Home</td>

<td align="center" width="167" bgcolor="yellow">Gallary</td>

<td align="center" width="167" bgcolor="yellow">Registration</td>

<td align="center" width="167" bgcolor="yellow">Contact us</td>

<td align="center" width="167" bgcolor="yellow">Share us</td>

</tr>

 

<table align="center" border="1" width="895" height="60" bordercolor="gray">

<tr>

<td align="center" bgcolor="blue" width="160"><h3>News</h3></td>

<td align="center" bgcolor="blue"><h3>Today we learn about the WEB, USES of WEB & examples</h3></td>

</tr>

 

<table align="center" border="1" width="895" height="300" bordercolor="gray">

<tr>

<td align="center" width="160" valign="top">

<table border="1" bordercolor="gray" width="145">

<tr>

<td align="center" bgcolor="red">www.facbook.com</td>

</tr>

<tr>

<td align="center" bgcolor="red">www.google.com</td>

</tr>

<tr>

<td align="center" bgcolor="red">www.yahoo.com</td>

</tr>

<tr>

<td align="center" bgcolor="red">www.watsapp.com</td>

</tr>

<tr>

<td align="center" bgcolor="red">www.facbook.com</td>

</tr>

<tr>

<td align="center" bgcolor="red">www.google.com</td>

</tr>

<tr>

<td align="center" bgcolor="red">www.youtube.com</td>

</tr>

<tr>

<td align="center" bgcolor="red">www.yahoo.com</td>

</tr>

<tr>

<td align="center" bgcolor="red">www.yahoo.com</td>

</tr>

<tr>

<td align="center" bgcolor="red">www.yahoo.com</td>

</tr>

<tr>

<td align="center" bgcolor="red">www.yahoo.com</td>

</tr>

<tr>

<td align="center" bgcolor="red">www.yahoo.com</td>

</tr>

 

 

</table>

</td>

 

<td align="center" valign="top" bgcolor="blue">

<h1 align="center">What Is WEB in computer</h1>

<p align="justify">I, WEB: Definition

What is WEB in computer?

The Web, or World Wide Web (W3), is basically a system of Internet servers that support specially formatted documents. The documents are formatted in a markup language called HTML (Hypertext Markup Language) that supports links to other documents, as well as graphics, audio, and video files.

Uses:

It this language that allows users to click through pages on the Web via links. The Web uses HTTP protocol to transmit data and share information. Browsers such as Internet Explorer, Google Chrome or Mozilla Firefox are used to access Web documents, or Web pages, which are connected via links.

Example:

A website is a collection of related network web resources, such as web pages, multimedia content, which are typically identified with a common domain name, and published on at least one web server. Examples of websites are amazon.com, flipkart.com, getsetproject.com etc.

</td>

</tr>

</table>

 

<table align="center" border="1" width="895" height="300" bordercolor="gray">

<tr>

<td bgcolor="green" align="left" width="300" height="300">

<body>

<img src="C:/Users/gcwuf/Desktop/arooj.jpg"alt="arooj.jpg"

Width="185"height="195"></img>

<img src="C:/Users/gcwuf/Desktop/arooj.jpg"alt="arooj.jpg"

Width="185"height="195"></img>

 

<td bgcolor="aliceblue" align="left" valign="top"><h3>Registration Form</h3>

<table border="1" width="433">

<form>

<tr>

<td width="160">First Name</td>

<td><input size="44"></td>

</tr>

<tr>

<td width="160">Last Name</td>

<td><input size="44"></td>

</tr>

<tr>

<td width="160">Father Name</td>

<td><input size="44"></td>

</tr>

<tr>

<td width="160">Address</td>                     Arooj

<td><input size="44"></td>

</tr>

<tr>

<td width="160">Email</td>

<td><input type="email" size="44"></td>

</tr>

<tr>

<td width="160">Password</td>

<td><input type="password" size="44"></td>

</tr>

<tr>

<td width="160">Confirm Password</td>

<td><input type="confirm password" size="44"></td>

</tr>

<tr>

<td width="160">Hobbies</td>

<td>

<input type="checkbox" name="h1" value="reading Book">Reading Book

<input type="checkbox" name="h2" value="song">Song

</td>

</tr>

<tr>

<td width="160">Select Country</td>

<td><select>

<option value="pak">Pakistan<option>

<option value="malta">Malta<option>

<option value="china">China<option>

<option value="libnan">Libnan<option>

<option value="America">America<option>

</body>

</table>

</td>

<table align="center" border="1" width="895" height="60" bordercolor="gray">

<tr>

<td align="center" bgcolor="blue"><h3><marquee scrollamount="4">THANKS TO VISIT MY WEB PAGE</h3></marquee></td>

</tr>

</table>

</body>

</html>

Output:





Post a Comment

0 Comments