You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This and many other exercises are built by students as part of the 4Geeks Academy [Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp) by [Alejandro Sánchez](https://twitter.com/alesanchezr) and many other contributors. Find out more about our [Full Stack Developer Course](https://4geeksacademy.com/us/coding-bootcamps/part-time-full-stack-developer), and [Data Science Bootcamp](https://4geeksacademy.com/us/coding-bootcamps/datascience-machine-learning).
@@ -23,15 +23,11 @@ To apply styles you always have to follow thеse steps:
23
23
That is it! The rest is just semantics! 😁
24
24
25
25
26
-
## 📝 Instructions
26
+
## 📝 Instructions:
27
27
28
-
1. Within the `index.html` file, create the basic structure of an html page with the appropriate `<html>`, `<head>` and `<body>` tags.
29
-
2. Inside of the body of the page, create an `<h1>` tag that reads "HELLO WORLD!!!".
30
-
1. Set an inline style to change the text color of the tag to `color: orangered` and give it a solid red border of 1px.
28
+
1. Set an inline style to change the background color of the table to green (green). For this exercise, DO NOT use the styles.css :(
31
29
32
30
33
31
### 💡 Hint:
34
-
32
+
- How to use background-color: https://www.w3schools.com/cssref/pr_background-color.php
35
33
- A convenient way to import the basic html structure of your web page is to just type an exclamation mark `!` and select the emmet option that will pop up in VSCode.
36
-
- Read how to apply borders here: https://www.w3schools.com/css/css_border_shorthand.asp
37
-
- For this exercise, do NOT use `styles.css` file or `<style>` tag.
0 commit comments