Explain what is the difference between linking to an image, a website, and an email address?
Submitted by: AdministratorTo link an image, use <img> tags. You need specify the image in quotes using the source attribute, src in the opening tag. For hyperlinking, the anchor tag, <a>, is used and the link is specified in the href attribute. Text to be hyperlinked should be placed between the anchor tags.
Little known fact: href stands for "hypertext reference." When linking to an email, the href specification will be "mailto:send@here.com." See examples below:
<img src="HTMLrocks.jpg"></img>
<a href="http://www.globalguideline.com/">global guideline</a>
<a href="hussain@globalguideline.com">Email Me</a>
Submitted by:
Little known fact: href stands for "hypertext reference." When linking to an email, the href specification will be "mailto:send@here.com." See examples below:
<img src="HTMLrocks.jpg"></img>
<a href="http://www.globalguideline.com/">global guideline</a>
<a href="hussain@globalguideline.com">Email Me</a>
Submitted by:
Read Online User Interface Expert Job Interview Questions And Answers
Top User Interface Expert Questions
☺ | Explain what is the difference between linking to an image, a website, and an email address? |
☺ | What is something new / something you have found interesting recently? |
☺ | Name some online resources you reference when having CSS issues? |
☺ | Tell me why did you get into coding, programming, etc.? |
Top Graphical User Interface (GUI) Categories
☺ | User Interface Expert Interview Questions. |
☺ | Front End Programmer Interview Questions. |
☺ | Lead Web Designer Interview Questions. |
☺ | Senior Graphics Designer Interview Questions. |
☺ | Web Designer Freelance Interview Questions. |