+ 16
If anybody want help in Html and Css plz Ask Me I m availanle For everyone .
Web Query
41 ответ
+ 20
If you want to help, keep an eye on the most recent Q&A - new questions are being posted all the time! 🙂
+ 13
Do You Want A Real Challenge ? Try My Questions
https://www.sololearn.com/Discuss/1037206/?ref=app
+ 11
I am always ready for help in Html & Css.
+ 10
@nikS you can create your website in blogger/WordPress
>>> purchase a domain
>>>apply a theme or customize your blog
>>>like this one <!--my blog--> https://www.monarish.tk
+ 7
Php is easy to learn and most popular language
+ 6
Block element : -A block-level element always starts on a new line and takes up the full width available
Inline element :- An inline element does not start on a new line and only takes up as much width as necessary.
+ 6
Its provide basic tutorials . Which give u basic knowledge If u become a master in html and css you have to learn from www.w3schools.com or www.tutorialspoint.com
+ 6
Links left and right
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<style>
ul li
{
display:inline-block ;
text-align:center ;
}
.left
{
width:100px;
background-color:black;
color:white;
float:left;
}
.left a
{
text-decoration:none;
color:white;
text-align:center ;
padding:5px;
cursor:pointer ;
}
.right
{
width:100px;
background-color:black;
color:white;
float:right ;
}
.right a
{
text-decoration:none;
color:white;
text-align:center ;
padding:5px;
cursor:pointer ;
}
</style>
</head>
<body>
<ul>
<li class="left" ><a href="#" >Left</a></li>
<li class="right"><a href="#" >Right</a></li>
</ul>
</body>
</html>
+ 6
Hmm tell bro @Rohit
+ 5
If show m your code i try to fix it bro hassan
+ 5
How is html linked with Java
+ 5
Use css property this property
float:left;
float:right;
+ 5
Ok
+ 5
@muhammad Wasif i make horizontal navigator for u ok
+ 4
I want to create my website...plz tell me...I am beginner in HTML...
+ 4
I want to learn programming language.. but I have not idea...which programming language better for me...
+ 4
I want to learn simple animation in html
+ 4
Is html and css learned from sololearn is enough for web development? ?
+ 4
no but it is basic knowledge