Created
May 18, 2015 16:51
-
-
Save AndrewEddy/9157f2048a159d0cf822 to your computer and use it in GitHub Desktop.
@vssrinidhi
the link and the image are on the same line , the link in the beggning followed by the image.
Why image is shown above the link in the live preview as we have written image tag after the link tag?
that's because they are 2 types of elements.
- inline elements -> when these tags are used they don't cause line break. Examples are anchor tag, image tag, etc
- block elements -> when these tags are used they cause line break. Examples are paragraph tag, div tag, etc
Hello,
thank you for the code.
ok
thank you for the code.
Great
great
good
great
great
Great
Great
good
good
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@vssrinidhi
Use br code beside Closing ANchor Tag( /a)