Skip to content

added zakaria-touzri.txt#1

Open
killinq-joke wants to merge 1 commit into
masterfrom
zakariatouzri
Open

added zakaria-touzri.txt#1
killinq-joke wants to merge 1 commit into
masterfrom
zakariatouzri

Conversation

@killinq-joke

Copy link
Copy Markdown
Owner

added zakaria-touzri.txt where there are the codepen link + the Q&A

Comment thread zakaria-touzri.txt

5. Name two tags that have required attributes

section and h2

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Section and h2 do not have required attributes.
<a> however needs the href attribute and <img> needs the src attribute to function.

Comment thread zakaria-touzri.txt

6. What do we put in the head of our HTML document?

<head> blablabla </head>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙂 the head of the HTML contains the metadata for it. Things like the title of the HTML file, links to its CSS file, what kind of characters we want to use ...

Comment thread zakaria-touzri.txt

8. What elements can I add an id to?

sections (any that's repeatable and that we want different from others)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we can also add it to any element we want to make unique

Comment thread zakaria-touzri.txt

30. How do I write a comment in CSS?

<!-- -->

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<!-- --> is for commenting HTML.
/* */ is used to comment CSS

Comment thread README.md
- [ ] Clone this repo
- [ ] Create a branch `git checkout -b 'firstName-lastName'`
- [ ] Add a file to the project called `yourFirstName-yourLastName`.txt. This should contain the link to your completed codepen from part 2 as well as the review questions/answers
- [x] Create your own version of this repo - Fork

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome job keeping track of your progress 👍🏽

@NabeelahY

Copy link
Copy Markdown
Collaborator

Awesome job Zakaria. Appreciate the fact that you are keep track of your progress in the Readme file.
I've made a few corrections in the answers you gave. You can check them out in the comments I gave.
So far so good.
MVP ✔️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants