In this video we'll cover creating the necessary files and folder for our project.
If you want to learn more about Web Development, feel free to follow me on Youtube!
In this video we'll cover creating the necessary files and folder for our project.
If you want to learn more about Web Development, feel free to follow me on Youtube!
For further actions, you may consider blocking this person and/or reporting abuse
JS -
Bek Brace -
Arafat -
Jasmin Virdi -
Once suspended, benpobi will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, benpobi will be able to comment and publish posts again.
Once unpublished, all posts by benpobi will become hidden and only accessible to themselves.
If benpobi is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to ben pobi.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag benpobi:
Unflagging benpobi will restore default visibility to their posts.
Top comments (6)
cool Video But how do you add the youtube video embed at dev.to markdown i wasn't able to add the iframe tag into it...?
You can use liquid tags. Here's an example for YouTube:
{% youtube dQw4w9WgXcQ %}
I am trying to embed video using above, it not working. I tried
Error:
Whoops, something went wrong:
bad URI(is not URI?): nil
But how do you make it start and end at a certain point?
Try:
{% youtube dQw4w9WgXcQ start=30 end=60 %}
lovely!