Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
23% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
5
Posts with Downvotes
3
Downvoting Members
3
0 Endorsements
Ranked #16.0K
~6K People Reached
Favorite Forums
Favorite Tags

13 Posted Topics

Member Avatar for murali2489

In select tag letter spacing of style code as given below: select { font-family: Cursive; letter-spacing:3px; } If you want you letter-spacing style as letter-spacing: normal|length|initial|inherit;

Member Avatar for Dani
0
2K
Member Avatar for surfingturtle

If you want creating a website you should know html and css. these two things are used to creating a static website only. But if you want creating dynamic webpages you should know Php or javascript and jquery. you want learn and pactice of these things visit given sites: 1. …

Member Avatar for BibhutiAlmighty
0
457
Member Avatar for SID5721

According to me learn and practicing the html through online best site is W3SCHOOLS. and also i recommended tutorialspoints(dot)com,htmlgoodies.

Member Avatar for diafol
0
789
Member Avatar for ComNaD

In html5 <section> element contain occupying some place of the website. <article> element is nothing but the <p> element. Mostly the paragraphs are contain inside the <section> element. So should use the <article> element inside the <section> element. This is the best practice to use html5.

Member Avatar for aliceknight
0
311
Member Avatar for romanromeo89

add this code to your css style sheet bottom container #bottom_container{display:table;} and then add this in left-colon left_colon{float:left;} and add this in main-content #main_content{float:left;} and finaly add this right-colon #right_colon{float:left;}

Member Avatar for veera100
0
631
Member Avatar for andi-dev

Give space for each link you can add this style code to your style sheet. a{margin-left:10px;}

Member Avatar for veera100
0
173
Member Avatar for kategirdlelock

HTML and CSS both are can be used to creat the web site. If you know the html basics then generate the html code use notepad++, Dreamweaver or your favoure code editor. Then save the code with .html extension. for example: "example.html" After that run html code with your favourite …

Member Avatar for veera100
-9
284
Member Avatar for palanisvasam
Member Avatar for diafol
-5
506
Member Avatar for davecoventry

.site-main{width:100%;} .content-area{width:50%; float:left;} .widget-area{width:25%;float:left;} use this css code for 2 dives are appear side by side.

Member Avatar for veera100
0
428
Member Avatar for laura301019

use media query for resizing you screen resolution. And width size can mension with 100%;

Member Avatar for veera100
0
193
Member Avatar for Jack_9

In your css code you are missing the semicolon of font weight property. Here is the correct code .jumbotron h1 { color: #fff; font-size: 48px; font-weight: bold; font-family: 'Shift', sans-serif; }

Member Avatar for almostbob
0
171
Member Avatar for newbie14

<div> is best compare with <table>. the <table> may change the pixel resolution in different browser. But <div> is not change. so the div is the best choice.

Member Avatar for veera100
1
317
Member Avatar for devgit2810

you just add the given css code to your styles.css body{font-family: 'sanserif verdena';}

Member Avatar for veera100
0
188

The End.