TCCI-Tririd Computer Coaching Institute is focused on providing Quality education with practical sessions.Satisfaction of our student is our priority. We pride ourselves for providing proficient IT solutions. We have a highly qualificated and expereinced faculties, who, not only handle teaching, but also aspire to provide the best possible solution through their technical expertise.
Showing posts with label website design service. Show all posts
Showing posts with label website design service. Show all posts
Saturday, June 1, 2019
Monday, May 20, 2019
What are the Different XHTML Doctypes? tccicomputercoaching.com
There are three types of Document Type Definitions (DTDs). The easiest and
most commonly used is the XHTML
Transitional document.
A list of the XHTML Doctypes:
XHTML 1.0 Strict DTD
It is recommended to use when you want to use Cascading Style Sheet (CSS) strictly and avoiding to write most of the XHTML attributes.
Add the following DTD at the top of your XHTML document.
Syntax:
1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
XHTML 1.0 Transitional DTD
It is recommended to use when you want to use many XHTML attributes as well as few Cascading Style Sheet (CSS) properties.
Add the following DTD at the top of your XHTML document.
Syntax:
1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
XHTML 1.0 Frameset DTD
It is recommended to use when you want to use HTML Frames to partition the browser window into two or more frames.
Add the following DTD at the top of your XHTML document.
Syntax:
1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
If it is a valid XHTML document, then No worry what DTD you are using to write your XHTML document.
If you like this post then like and share the post.
Call us @ 9825618292
Visit us @ http://tccicomputercoaching.com/
A list of the XHTML Doctypes:
- Strict
- Transitional
- Frameset
It is recommended to use when you want to use Cascading Style Sheet (CSS) strictly and avoiding to write most of the XHTML attributes.
Add the following DTD at the top of your XHTML document.
Syntax:
1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
It is recommended to use when you want to use many XHTML attributes as well as few Cascading Style Sheet (CSS) properties.
Add the following DTD at the top of your XHTML document.
Syntax:
1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
It is recommended to use when you want to use HTML Frames to partition the browser window into two or more frames.
Add the following DTD at the top of your XHTML document.
Syntax:
1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
If it is a valid XHTML document, then No worry what DTD you are using to write your XHTML document.
Valid XHTML Document:
The XHTML 1.1 provides a definition of strictly conforming XHTML documents which MUST meet all the following criteria −- The document MUST conform to the constraints expressed in XHTML 1.1 Document Type Definition.
- The root element of the document MUST be <html>.
- The root element of the document MUST designate the XHTML namespace using the xmlns attribute.
- The root element MAY also contain a schema location attribute as defined in the XML Schema.
If you like this post then like and share the post.
Call us @ 9825618292
Visit us @ http://tccicomputercoaching.com/
Wednesday, January 30, 2019
Tuesday, January 22, 2019
What are Padding and Margin Property in CSS? tccicomputercoaching.com
CSS
Padding and Margin Properties are very useful during website design .
The padding properties set the size of the white space inside the border.
For Example,
div {
padding-top: 50px;
padding-right: 30px;
padding-bottom: 50px;
padding-left: 80px;
}
With CSS, you have full control over the margins. There are CSS properties for setting the margin for each side of an element (top, right, bottom, and left).
For Example,
div {
To learn more about CSS in detail Join TCCI in Bopal and satellite in Ahmedabad.
Online Coaching is available.
Call us @ 9825618292
Visit us @ http://tccicomputercoaching.com/course/
The padding properties set the size of the white space inside the border.
Padding - Individual Sides
CSS has properties for specifying the padding for each side of an element:-
padding-top -
padding-right -
padding-bottom -
padding-left
- length - specifies a padding in px, pt, cm, etc.
- % - specifies a padding in % of the width of the containing element
- inherit - specifies that the padding should be inherited from the parent element
For Example,
div {
padding-top: 50px;
padding-right: 30px;
padding-bottom: 50px;
padding-left: 80px;
}
Margin - Individual Sides
The margin properties set the size of the white space outside the border.With CSS, you have full control over the margins. There are CSS properties for setting the margin for each side of an element (top, right, bottom, and left).
For Example,
div {
- margin-top
- margin-right
- margin-bottom
- margin-left
To learn more about CSS in detail Join TCCI in Bopal and satellite in Ahmedabad.
Online Coaching is available.
Call us @ 9825618292
Visit us @ http://tccicomputercoaching.com/course/
Subscribe to:
Posts (Atom)


