Question

1. Write the HTML code to create a fragment identifier at the beginning of a web...

1. Write the HTML code to create a fragment identifier at the beginning of a web page designated by the word “top”.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

It is one of the way to link to a specific part of our document. Basically a link is something that allows us to jump to another document or to any specific part of the current document.

<a name="question-5">this</a> is the third part of fifth question

This is known as fragment identifier.(it will identify the specific fragment of the document).

And here the anchor element will tell where you want to link this.

Code to the asked question:

<a href="#top"> This link when clicked will take the user to top of the page </a>

In above code, here '#' indicates that it is a fragment identifier link and 'top' tells the browser which fragment to look for?

<p name="top"> This may be at top of the page</p>

Add a comment
Know the answer?
Add Answer to:
1. Write the HTML code to create a fragment identifier at the beginning of a web...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 1. Write the HTML code to create a fragment identifier at the beginning of a web...

    1. Write the HTML code to create a fragment identifier at the beginning of a web page designated by the word “top”. 2. Write the HTML code to create a hyperlink to the named fragment designated by “top”. 3. Write the HTML code to assign the header element to the appropriate ARIA landmark role, as shown in the slides. 4. Write the HTML code to associate a web page with an external style sheet named myprint.css to configure a printout....

  • Write the HTML to create a fragment identifier at the beginning of a web page designated...

    Write the HTML to create a fragment identifier at the beginning of a web page designated by “top”. Write the HTML to create a hyperlink to the named fragment designated by “top”.

  • HTML Web Page project: Need help to create a web page exactly as the example below...

    HTML Web Page project: Need help to create a web page exactly as the example below using HTML. I need the source code. Page 1 of CA272 Midterm Welcome to your name's CA272 Midterm Text In this class, I learned how to... 1. create an X)HTML web page, where I can 2. change the size of my font, 3. change the color of my fonts, 4. change my font style, 5. and change the background color of my web page....

  • Create two web pages as follows: Page 1: An html page with a form that will...

    Create two web pages as follows: Page 1: An html page with a form that will allow the user to enter their name and gender <m/f> Page 2: A Php document that will process the data from the html form to display a welcome message of either ‘Welcome Mr. <submitted name>’ or ‘Welcome Ms. <submitted name>’ The <submitted name> is what the user submitted in the HTML form.

  • Ayout References Mailings ReviewView nment 1 Write the required HTML/CSS codes to design the web ...

    write a Html/CSS codes to design web page below ayout References Mailings ReviewView nment 1 Write the required HTML/CSS codes to design the web page below: YAHOO English (US) ayout References Mailings ReviewView nment 1 Write the required HTML/CSS codes to design the web page below: YAHOO English (US)

  • 1) With the partial code below, create a web page that looks like the one below...

    1) With the partial code below, create a web page that looks like the one below and complete the given code. Make sure work that the correct image corresponding with the correct hyperlink is displayed in the right frame whilst all the hyperlinks are listed in the left frame. <html> <head> <script> function setImage(index) {     if (index == 1)     {       RightFrame.document.RightImage.src = "lions.jpg";     }     if (index == 2)     {       RightFrame.document.RightImage.src = "tigers.jpg";    ...

  • The purpose of this assignment is to create a program that works like a simple html...

    The purpose of this assignment is to create a program that works like a simple html file converter. Your program will read a text file and will produce an html file that can be viewed using a web browser, like Mozilla Firefox or Internet Explorer. Write code that converts an input file, myfile, into a simple Hyper Text Markup Language (HTML) file, myfile.html. In order to do this, you will read the input file, myfile, from the beginning to the...

  • Question 52 (1 point) Write the missing code in the following code fragment to check the...

    Question 52 (1 point) Write the missing code in the following code fragment to check the input using method of the Scanner class. This fragment is intended to read from a text file. Scanner in = new Scanner(...); while double hours = in.nextDouble(); System.out.println (hours); D] Previous Page Next Page Page 52 of 52

  • JUDY'S HTML TUTORIAL MENU CREATING YOUR FIRST WEB PAGE The best way to make a web...

    JUDY'S HTML TUTORIAL MENU CREATING YOUR FIRST WEB PAGE The best way to make a web page is to just dive right in. Open Notepad. To open notepad in Windows, click the windows icon in the lower left corner of the screen and then type "notepad." Notepad is a text editor. Other text editors you may consider are TextPad, Sublime Text, or NotePad++. Do not use Word or WordPad; they are word processors. If you are using an Apple computer...

  • Write an HTML file that creates the following table on a web page. Important notes: 1....

    Write an HTML file that creates the following table on a web page. Important notes: 1. You should have to copy and paste the “HTML script” as your answer to this question. DON’T take a screenshot for your HTML script. It must be an editable script. 2. Take a screen shot for your output web page and paste it as a part of your answer. . SEU COURSES COURSE CLASS -ROOM INSTRUCTOR IT 404 CLASS ROOM 1 DR ALI CLASS...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT