-->
Toneysoft Blog

*We are Inspire Our Technology,* Blogging, Tutorial,Download,Widget,Windows phone android Apps,Web design,Seo, Outsourcing,Antivirus ...

Latest Post Toneysoft blog:

Featured post

How to get 1000 up Visitor per video on your Youtube channel Make Money part 2

How to get 1000 up Visitor per vidos On your You Tube Visitor and And Money Money Hidden Tips Toneysoft :  উপরের টাইটেল দেখে হইত বুজ...

no image
  • Post Title : HTML Basic tutorial for Beginner part-010
  • Posted By :
  • Category:
  • Rating : 100% based on 10 ratings. 10 user reviews.
    | Post views: Viewed
Item Reviewed: HTML Basic tutorial for Beginner part-010 9 out of 10 based on 10 ratings. 9 user reviews.
HTML Basic tutorial for Beginner part-010

Like the Post? Do share with your Friends.

     HTML Basic tutorial for Beginner part-010


Today I'll show you the use of HTML and CSS head element, title and link meta tag meta element.



CSS:

The current structure of the web pages is built with HTML. Is designed with CSS, and the text is stored in a database.  Show any page, use-friendly as well as visually, making it a very important part in making the CSS.  Here we will talk over how to add CSS to HTML. 

Created by the HTML page


1. (External Style Sheet)

2. (Internal Style Sheet)
3. (Inline Style Sheet)



External Style Sheet:



In this method, two divides HTML files and CSS style sheets are held back in the seat of the HTML <head> </ head> tag is the link was made.


<head>
<link rel="stylesheet" type="text/css"
href="http://toneysoft09.com/bangla/
style.css"> </head>

Internal style sheet


HTML and CSS styles in the <head> </ head> tag is reserved.  In the subsequent way for the <style> </ style> tag is used.



<head>

<style type="text/css">
body {background-color: red;}
p { margin-left: 20px;
font-weight: bold;
color: #006; }
</style>
</head>

Internal style sheet


With each of the HTML tag associated with the process CSS is style. Attributes style is used in the following manner.


<p style="margin-left:120px; font-weight: bold; color: #060;">

For Example: 



<html>

<head>
<title>toneysoft09</title>
<link rel="stylesheet" type="text/css" href="http://
toneysoft09.com/bangla/style.css"> <style>
body{background:green; font-family:Verdana; fontsize:
15px;}
h3{font-size:25px; font-family:Tahoma; color:red;}
</style>
</head>
<body >
This is a paragraph.
<br />
<h3>
Bangladesh is a beautiful country.
</h3>
<p style="color: #600">
This is a paragraph. This is a paragraph.<br />
This is a paragraph. This is a paragraph.<br />
This is a paragraph. This is a paragraph.<br />
This is a paragraph. This is a paragraph.<br />
This is a paragraph. This is a paragraph.<br />
</p>
</body>
</html>

Take a notepad and write in this code in notepad, notepad into the file menu, Click save as index.html file name and press save button to deliver the file to open the bottom of the image will look like.  



Head:



Header tags or <head> element and an important part of any HTML pages. The <head> .... </ Head> element in the head as well as the <title> <link> <meta> <style> <script> is smaller than all these important services.  Several of the pages in the browser to display the information you require as well as search engine optimization work is completed.

Title:


Browser title bar to display the title of the page <title> </ title> is used. <Title> HTML tutorial our services </ title> code through the browser bar at the top of the "other HTML tutorial be printed.

Link:


CSS style sheet to tie with the <link> </ link> is used.

<link rel = "stylesheet" type = "text / css" href= "styles.css"/>


Meta Tags :


Meta tags are important for SEO (search engine optimization) works

0 Comments
Disqus
Fb Comments
Comments :

No comments:

Post a Comment

Copyright © 2015 Toneysoft Blog All Right Reserved
^