Beginner’s Guide To : Creating HTML5 / CSS3 Webpages
Creating HTML5 / CSS3 Webpages
I will first say a few words today :
We have some time to learn web design in a variety of coaching in a
variety of places to go, got a lot of good results from place to place
very quickly so I can not learn anything at the present time, I will
tell you that you do not go to any coaching center course that if you
YouTube If the discovery of many good Bengali, English or other
languages from which you can easily find the tutorial that allows you to
learn about, without any obligations. . Thank You….HTML Syntax
HTML Syntax Rules :
The control follows a few simple rules to perform its syntax highlighting as follows:- Anything starting with ‘<!–‘ and ending with ‘–>’ is a Comment.
- Anything between two double quotes (” “) is Quoted Text.
- Anything from ‘<‘ to ‘>’ (except comments) is a Tag.
- Anything else is Normal Text.
- The
<!DOCTYPE html>declaration defines this document to be HTML5. - The
<html>element is the root element of an HTML page. - The
<head>element contains meta information about the document. - The
<title>element specifies a title for the document. - The
<body>element contains the visible page content. - The
<h1>element defines a large heading. - The
<p>element defines a paragraph.
HTML All Tags
All HTML TAGS Click here.A Sample HTML Basic Body Structure :
<html><head>
<title> This is Test Pages </title>
</head>
<body>
<div class=”header”>
<h1>This is html basic body structure </h1>
<p>This is test Pages.This is test Pages. This is test Pages. This is test Pages. </p>
</div>
</body>
</html>
CSS-Syntax
1.A selector x (html) element or tag with which you will be able to design HT ML Pages
2.For example, as the value of the number three 100px, arial, red, etc. then you will have to separate each of them with a comma.example: width,height,background,font-family etc.
3.For example, as the value of the number three hundred pixels: 100px, arial, red, etc. then you will have to separate each of them with a comma.
Basic CSS Syntax.Below is an example of the Basic CSS Syntax.
Under Example HTML Pages:
<html>
<head>
</head>
<body>
<div class/ id =”header“>
<h1>This is Css Syntax’s Example <.h1>
</div>
</body>
</html>
Under Example CSS Pages:
CSS – . header { width:100px; height:60px;background:red; font-family:arial; }
# header { width:100px; height:60px;background:red; font-family:arial; }
Id and Class Selectors
Note: Class for (.) and Id for (#) .
very fine your post......
ReplyDeleteok........
ReplyDeleteall ok....
ReplyDelete