Question:

Procedure to put text above a Picture in HTML

by Guest8421  |  12 years, 8 month(s) ago

0 LIKES UnLike

What is the procedure to put text above a Picture in HTML, please help with complete and comprehensive details?

 Tags: HTML, picture, procedure, text

   Report

1 ANSWERS

  1. Guest3237

     HyperText Markup Language, or HTML, presents the rudimentary inherent tagging cipher for Web sheet creation. Preset tags live for functional pieces, for example pictures and text, but no tags live for positional pieces, for example titles. To conceive text overhead an image, or a image name, use the DIV tag, which permits you to assembly HTML items.

    1: Open a text or HTML editor, and insert your image code. Use the following as an example:

    <img src="/images/mypicture.gif" />

    Insert your actual image name and path.

    2: Add your title to the HTML image code using this example:

    <div>

    <strong>My Picture Title</strong>

    <img src="/images/mypicture.gif" />

    </div>

    The <strong> tag creates a bolded text line. The <div> tag maintains your title and picture grouping.

    3: Save your HTML file. Test it by Double-click it on your computer.

Sign In or Sign Up now to answser this question!

Question Stats

Latest activity: 13 years, 1 month(s) ago.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.