Can i land a job by just knowing html and css

Tell us what’s happening:

Your code so far


<style>
h2 {color: blue;} 
</style>


<h2>CatPhotoApp</h2>
<main>
<p>Click here to view more <a href="#">cat photos</a>.</p>

<a href="#"><img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>

<div>
  <p>Things cats love:</p>
  <ul>
    <li>cat nip</li>
    <li>laser pointers</li>
    <li>lasagna</li>
  </ul>
  <p>Top 3 things cats hate:</p>
  <ol>
    <li>flea treatment</li>
    <li>thunder</li>
    <li>other cats</li>
  </ol>
</div>

<form action="/submit-cat-photo">
  <label><input type="radio" name="indoor-outdoor" checked> Indoor</label>
  <label><input type="radio" name="indoor-outdoor"> Outdoor</label><br>
  <label><input type="checkbox" name="personality" checked> Loving</label>
  <label><input type="checkbox" name="personality"> Lazy</label>
  <label><input type="checkbox" name="personality"> Energetic</label><br>
  <input type="text" placeholder="cat photo URL" required>
  <button type="submit">Submit</button>
</form>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36.

Challenge: Use CSS Selectors to Style Elements

Link to the challenge:

Your code seems to work fine. Do you have a question about your code?

To answer the question in your post title, it is not very likely that you can get a job only doing HTML and CSS.

so what i addition can i do for getting a job.can u pls elaborate

keep doing the curriculum and learning stuff

You can have a look at the Career Advice section of the forum. If you want more help with this that sub-forum is where you should post your questions.

It depends on the job. You have to be pretty lucky to get a job with just knowing basic HTML/CSS. I’m sure it is possible, but not very likely.

Good JS knowledge, some framework knowledge (React/Vue, etc.) plus a little backend knowledge (Node/express + some database) are some reasonable expectations for an employer to have.

1 Like