Introduction example definition of HTML

HTML Introduction

HTML means Hyper Text Markup Language. Current version of HTML is HTML 5 and the first version is HTML 1.0. HTML is one of the easiest coding language to learn. When creating a web page there are some sections one must know, such as HTML, CSS, Javascript.


HTML Structure

<!DOCTYPE html>
<html>

<head>

<title>Webpage Title</title>

<style>
/*CSS styles written here*/
</style>

<script>
/*Javascript code written here*/
</script>

</head>

<body>
<!--HTML tags written here-->
</body>

</html>

CSS style

CSS is defined as Cascading Style Sheet
  • After HTML, we should learn CSS.
  • CSS is used to give styles for the web pages. Styles include adding colors, animations, bordering styles etc.
  • CSS can be included in a web page using three different ways, we will see those in detail in CSS chapter.
  • CSS styles can be added to a webpage depending on screen height, width and its orientation. So that we can add different styles for the same html element in different devices.

<!DOCTYPE html>
<html>

<head>

<title>HTML Textbox</title>

</head>

<body>
<input type="text">
</body>

</html>
Try it
<!DOCTYPE html>
<html>

<head>

<title>Textbox with CSS style</title>

<style>
input{
box-shadow:2px 3px 5px 3px gray;
}
</style>

</head>

<body>
<input type="text">
</body>

</html>
Try it


Javascript code

Javascript is used to make web pages more interactive with users, it is used for operations such as basic client-side validation, passing the values to the server and more.



<!DOCTYPE html>
<html>

<head>

<title>Button with javascript</title>

<script>
function test()
{
alert("Test button");
}
</script>

</head>

<body>
<button onclick="test();">Click Me</button>
</body>

</html>
Try it



Refered by tutorialcodeplay

World's Biggest chicken egg

     The image given below is the egg laid by an ordinary hen which is 6.3 centimeters wide and 9.2 cm long and weighs 201 grams three times heavier than an ordinary egg.

   The  Biggest chicken egg was laid by a hen in northeast China's Heilongjiang Province.It looks like any other chicken egg, except that its shell is a bit rough. 





 Photo: The Biggest chicken egg and an ordinary chicken egg







How to change the default search engine in Microsoft Edge from Bing to google?

     Microsoft Edge is a web browser developed by Microsoft and is included in Windows 10Windows 10 MobileXbox One, and Windows Holographic, replacing Bing as the default web browser on all device classes.

We can easily change Bing to google or any other search engine by following the simple steps given below.

Step 1:
 First go to google.com in the browser. For setting google as the default search engine you must visit  it atleast once.For any other search engine you have to open that search engine url atleast once.



Step 1 :Go to Google.com

Step 2:
 Click the three dot button (...)  seen on the right corner. From the drop down box select Settings.


Step 2 :Click on settings
Step 3:
Scroll down and click the View advanced settings 


View advanced settings in edge browser
Step 3: Click View advanced settings 
Step 4:
 Now scroll down and click on Change under the text Search in the address bar with.


Change default browser in edge
Step 4: Click the Change option

Step 5:
Now you can see the previously opened search engine list (you must have opened the desired search engine url atleast once).

Step 5: Check out the previously opened search engine list

Step 6:
Now select the desired search engine and Click the Set as default option.
Thats all, now the default search engine has been changed.

Step 6: Choose the desired search engine and set it as default



How to find motherboard model, version and serial number?

     If you bought a new or second handed  motherboard, it may not have a proper driver software. It will be very difficult to find the suitable driver software. This post will be helpful to find the suitable driver software like sound driver, video driver, chip set driver and all motherboard related softwares.

     In your computer just open the comment prompt(Window key + R => cmd=> enter) and type the following command.

     wmic baseboard get product,Manufacturer,version,serialnumber



Step 1:
Click on Start => Run

Start run from windows 7

Run dialog box


Step 2:
Type cmd and press OK.
open command prompt

Command prompt


Step 3:
Right click and paste this commands "wmic baseboard get product,Manufacturer,version,serialnumber" then press Enter.
Note: ctrl + v shortcut does not work here.


Mother board serial number command





Now you can search using the model number ( here DH61WW) in internet.

Blogger random post generator

     In the following tools is used for generate your customized random post widgets for your blogger.

Enter Your Blogger URL :  Generate
(Wrong URL, possible to hang down this page, If hang down press F5 and try again)
Note:Don't Forget to put "https://"
  Post Title
Font Size
12px
Font Color
 3D Font
Text Caption
Line
 Rotate on Mouse Over
 Blink (OR)  Shine Text
  Post Description
Font size
10px
Font Color
 3D Font
Text Caption
Line
 Rotate on Mouse Over
 Blink (OR)  Shine Text
  Comments
Font
10px
Font Color
 3D Font
Text Caption
Line
 Rotate on Mouse Over
 Blink (OR)  Shine Text
Space settings Default
Title Top Bottom
0px
Description Top Bottom
0px
Comments Top Bottom
0px
Set List Background Color
(Best Choice 25%,50%,75%,100%)
Color1
Color2
Color3
Color4