13 Posted Topics
Re: 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; | |
Re: 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. … | |
Re: According to me learn and practicing the html through online best site is W3SCHOOLS. and also i recommended tutorialspoints(dot)com,htmlgoodies. ![]() | |
Re: 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. | |
Re: 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;} | |
Re: Give space for each link you can add this style code to your style sheet. a{margin-left:10px;} | |
Re: 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 … | |
Re: body{backgrount:url("image.png") no repeat left bottom 0 0 rgba(0,0,0,0);} ![]() | |
Re: .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. | |
Re: use media query for resizing you screen resolution. And width size can mension with 100%; | |
Re: 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; } | |
Re: <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. | |
Re: you just add the given css code to your styles.css body{font-family: 'sanserif verdena';} |
The End.