All XHTML related Questions

by Arielle | 09/07/21 | 1 Answers | Tags : HTML , XHTML , css Views : 384
How do I hide the overflow text in a div ?

Read more

by jagdish | 09/06/21 | 1 Answers | Tags : PHP , HTML , XHTML Views : 231
how to remove all html tags from string in php ?

Read more

by samir | 20/05/21 | 1 Answers | Tags : PHP , HTML , XHTML Views : 343
how to create login form ?

Read more

by david | 20/09/19 | 1 Answers | Tags : XHTML Views : 802
i tried to install Django with pip3 but it says error like this Cannot find installed version of python-django or python3-django. so how to create project in Django

Read more

by yogi | 31/01/17 | 1 Answers | Tags : jQuery , Javascript , HTML , XHTML , textarea Views : 11576
How to get selected text of Textarea in JavaScript ? is there any getSelectedText() function in JavaScript or jQuery , which return me only selected text , not whole text of textarea ?

Read more

by debugger | 27/01/17 | 1 Answers | Tags : HTML , XHTML , Java , PDF Views : 1163
how to convert html to PDF in Java

Read more

by jessica | 09/01/17 | 1 Answers | Tags : HTML , XHTML , best-way-to-code , meta-tag Views : 1328
HTML5 Doctype had so what is difference between <meta charset="utf-8" /> and <meta http-equiv="Content-Type" > ? and what is pros and cons over each other ? which one is best to use between <meta charset="utf-8" /> and <meta http-equiv="Content-Type" > ? i used both in some web application . but did not find good difference between , so which is best to use for which purpose between <meta charset="utf-8" /> and <meta http-equiv="Content-Type" > ?

Read more

by fatso | 27/11/16 | 1 Answers | Tags : Javascript , HTML , XHTML , fabric js Views : 1152
i am new to fabric js and i want to use with one web application and i don't know where to start . where to start to integrate fabric js ? how to setup fabric js in web page ? i downloaded fabric js from github https://github.com/kangax/fabric.js/ and after this pls explain how to start with fabric js ?

Read more

by jaman | 27/11/16 | 2 Answers | Tags : PHP , HTML , XHTML Views : 1062
Hi i have problem with post method , every time when i post FORM and i get added / to single quote or double quote . suppose if input have value is "india" is 'good' than it goes into database /"india/" is /'good/' and if input have value is /"india/" is /'good/' and it goes into database //"india//" is //'good//' every time value get added / to single quote and double quote .

Read more

by jaggy | 23/11/16 | 1 Answers | Tags : jQuery , Javascript , HTML , XHTML Views : 1025
How to validate email in JavaScript or in jQuery ?

Read more

by css-learner | 17/11/16 | 4 Answers | Tags : Javascript , HTML , XHTML , css Views : 1476
i am using <A> link in html its afiliate link and should be open in new tab so current page remain same is it possible <a> link open in new tab by Javascript Or Css Or Html ? anyhow . suggest something

Read more

by css-learner | 30/10/16 | 1 Answers | Tags : HTML , XHTML , css Views : 1124
i am learning css and dont know where to use margin and where to use padding in css . i got that if anyone want padding at top , left , right , bottom one can use padding-top , padding-left , padding-right , padding-bottom or same way we can use margin regarding css but dont know difference between margin and padding and where to use padding or margin .. because i think they both do same work . so let me know difference or some good understanding about this two css property : margin and padding

Read more

by css-learner | 10/10/16 | 1 Answers | Tags : HTML , XHTML Views : 884
Why meta tags : charset and http-equiv and viewport must come first in the head; any other head content must come after these

Read more

by Phpworker | 04/10/16 | 1 Answers | Tags : jQuery , Javascript , HTML , XHTML Views : 1042
making faq page. and i need effect when i click on the Question , it should show answer with some little animation. schema is : this is what i made for the simple FaQ Page . but i need some animation effect so it should look flawless and good animated . Thanks

Read more

by ajamil | 04/10/16 | 1 Answers | Tags : HTML , XHTML Views : 1018
i mostly used <DOCTYPE> tag in html page startup ,but never know what is use of it , why we use <!DOCTYPE> ??what if we dont use <!DOCTYPE> ? little curious !!!!

Read more