About the HTML-CSS category

Thanks for commenting soon bud!

3 Likes

hey guys i m new to coding. will u plz tell me about certifications and interships
helenmusic.ir

4 Likes

Hey thereā€¦
how can i add blur effect to my overlay. I am having this sidebar. i want the background to be blurred when the sidebar is activeā€¦ please help

4 Likes

I am doing Basic HTML and HTML5: Introduction to HTML5 Elements and I canā€™t get the part where you take a main part and wrap it up. What do I do?

6 Likes

Hi,

I am kinda stuck on one of the tasks, if anyone can help would be much appreciated, I am stuck on this bit of code, not sure what it wants me to do heres a screenshot? Thank you.

6 Likes

hi.please help me with this challenge,


thank you.

3 Likes

Place your <input> tag between <form>....</form> not inside the ā€œ<form>ā€, so delete that input text inside the <form>

2 Likes

thanks for the reply but i didn;t understand it.please give some more hint.thanks,

1 Like

In the hint, it says to ā€œNest your text input element within a form elementā€, so a form element means this "<form></form>" , and it says to put within the form element so, make the "<input>" appear between the ā€œformā€ tag, like this,

<form action=""><input type=""></form>

8 Likes

thanks for your help.

2 Likes

how to add images from the system in html
???

2 Likes
Project
|__images-folder
|    |
|    |__image.png
|
|__index.html
In your index.html file call the correct path of image using , 

<img src="images-folder/image.png" alt="some text">
4 Likes

Hello,
you wrote freecatphotoapp

Blockquote

Blockquote

correctionā€¦ http://freecatphotoapp.com

3 Likes

because itā€™s not white.

2 Likes

Hello team i need some help

I am abit confused here

1 Like

hi! your form tag has an action attridute which is set to submit-cst-photo

<form action="submit-cat-photo">
Your code here!
</form>
6 Likes

I am just beginer in HTML .plz can anyone help me and tell me how to start with basics?

3 Likes

Hello Guys ,
Iā€™m here to ask a question regarding the challenge of
Basic CSS: Import a Google Font
in this excercise

  1. Import the Lobster font.
  2. Your h2 element should use the font Lobster.
  3. Use an h2 CSS selector to change the font.
  4. Your p element should still use the font monospace.

explain me the no. 3 of this question

help me to find errorā€¦

1 Like

It says that h2 must be used as a CSS selector rather than using a class name to the
<h2 class="className"></h2> and calling the class to apply the font, in the sense it should be like this,

h2 {
}

not like this,

.className {
 }
4 Likes

Thnx but its not working .
saying same errorā€¦
(post updated)

2 Likes