Jump to content

Netra77

Members
  • Posts

    20
  • Joined

  • Last visited

Profile Information

  • Favorite Area of Science
    Cs

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Netra77's Achievements

Quark

Quark (2/13)

0

Reputation

  1. Yeah i have used visual studio code for c programming
  2. Thank you i have been able to create line break using code<br clear="all"/>but i don't know what that means.have you knew about it??
  3. Thank you i have been able to solve my problem.Again let me ask you one question,if i put inline element inside block .Does it make that inline element as block and creates automatically line break with other block element??
  4. Yeah you are right.Actually its abc Thank you i will try it and give you my answer Yeah i get you Can you tell me how to create line break between image and paragraph?? Can you tell me how to create line break between img and paragraph becoz simple line break tag like<br> doesn't work when it comes to create line break between img and paragraph??
  5. Sorry i mean to say before Thank you i will try it and give you my answer
  6. Code works for you means??have you been able to style class "top"??
  7. okay here is my html code and my css code html> <head> <link href="C:\Users\lenovo\Documents\html documents\stylesheet.css" type="text/css" rel="stylesheet"> <title>new link</title> </head> <body> <div> <h1>what the hell is happening in planet </h1><br><img src="C:\Users\lenovo\Documents\html documents\ian.jpg" height="370" width="300Jump to search/><br> <p class="abc">Ian Somerhalder is born in 2015 Born Ian Joseph Somerhalder December 8, 1978 (age 41) Covington, Louisiana, U.S. Occupation Actor, model, activist, director Years active 1997–present Spouse(s) Nikki Reed (m. 2015) Children 1 </p> <img src="C:\Users\lenovo\Documents\html documents\ian.jpg" height="370" width="300"> <p class="top">Ian Joseph Somerhalder[1] (born December 8, 1978)[2] is an American actor, model, activist and director.[3] He is known for playing Boone Carlyle in the TV drama Lost, Damon Salvatore in The CW's supernatural drama The Vampire Diaries and Dr. Luther Swann in Netflix's sci-fi horror series V Wars </p> </div> <br> <a href="first.html">click here</a> </body> </html> css code body {background-image:ian.jpg; background-color:red; } .abc{color:blue;} .top{color:blue;} so i am unable to style tag having class name" top".i am not trying to be rude with you guys.i have been sending thanks personally to the people who are helping me
  8. Yeah i have written double quotation in my actual code but i have forget to write it in above code
  9. Why i am unable to style paragraph tag which comes after image tag??i am trying to style my paragraph using external style sheet but i am unable to style paragraph which comes just after img tag Here is my html code.Its similar to my html code <html> <head> </head> <body> <p class="abc">sth</p> <p class="xyz">sth</p> <img src="sth.jpg> <p class="top">sth sth sth</p> </body> So,here i am able to style paragraph of class xyz and abc but i am unable to style paragraph of class top.Why's that?? Actually i want to style color:red; of that paragraph using external style sheet.pls do suggest me effective logic.
  10. Can't we edit code after running it??actually i have been writing programme using turbo c+ and i m unable to edit my code after running it.Is it bcoz of my processor or is that fact that we can't edit code after running it??
  11. Thank you all of you guys for expanding my knowledge in computer architect field.Actually,i am undergrad student.Now i think i have get enough knowldge in field of computer architecture.Now ,i have been moving to programming field.I want to ask you below one question and give answer which would be understandable for me ⬇️⬇️⬇️ Why data type is important in programming language??why can't we just run our programme without inclusion of data type
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.