Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update html-questions.md #429

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

priyajeet-7396
Copy link

Added two more questions that were missing from the page :)

Added two more questions that were missing from the page :)
Copy link

@kdgyimah kdgyimah left a comment

Choose a reason for hiding this comment

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

Great addition! However you will need to enclose the HTML tags with `` for markdown.

I have added it, so you can update it in the pull request.

Comment on lines +205 to +207
<img>: Used to embed images into the document.
<br>: Used to insert line breaks or forced line breaks.
<hr>: Used to create horizontal rules or separators.

Choose a reason for hiding this comment

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

<img>: Used to embed images into the document.

<br>: Used to insert line breaks or forced line breaks.

<hr>: Used to create horizontal rules or separators.

Comment on lines +205 to +207
<img>: Used to embed images into the document.
<br>: Used to insert line breaks or forced line breaks.
<hr>: Used to create horizontal rules or separators.
Copy link

Choose a reason for hiding this comment

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

Suggested change
<img>: Used to embed images into the document.
<br>: Used to insert line breaks or forced line breaks.
<hr>: Used to create horizontal rules or separators.
`<img>`: Used to embed images into the document.
`<br>`: Used to insert line breaks or forced line breaks.
`<hr>`: Used to create horizontal rules or separators.

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.

None yet

3 participants