# HTML ComputerCode Exercise
● Exercise 1
Define the text "var person;" as programming code.
● Exercise 2
Define the text inside the <code> element as preformatted text.
● Exercise 3
Define the character "x" in the equation as a variable.
You Might Also Like
Study
# HTML Quotations Exercise
● Exercise 1
Use an HTML element to add quotation marks around the letters "cool".
● Exercise 2
The text below should be a quoted section. Add the proper HTML element to it, and specify that it is quoted from the following URL: http://www.worldwildlife.org/who/index.html
● Exercise 3
Make the text below go right-to-left.
● Exercise 4
The letters "WHO" in the text below is an abbreviation of "World Health Organization". Use an HTML element to provide the specified abbreviation of "WHO".
You Might Also Like
Study
# HTML Formatting Exercise
● Exercise 1
Add extra importance to the word "degradation" in the paragraph below.
● Exercise 2
Emphasize the word "metropolitan" in the text below.
● Exercise 3
Highlight the word "FUN" in the text below.
● Exercise 4
Apply subscript formatting to the number "2" in the text below.
● Exercise 5
Add a line through the letters "blue" in the text below.
You Might Also Like
Study
# HTML Styles Exercise
● Exercise 1
Change the text color of the paragraph to "blue".
● Exercise 2
Change the font of the paragraph to "courier".
● Exercise 3
Center align the paragraph.
● Exercise 4
Change the text size of the paragraph to 50px.
● Exercise 5
Change the background color of the page below to yellow.
● Exercise 6
Center align all content on the page.
You Might Also Like
Study
# HTML Paragraph Exercise
● Exercise 1
Add a paragraph to this document with the text "Hello World!".
● Exercise 2
Clean up this document with proper end tags.
● Exercise 3
Fix the display of the poem below. Display the poem over 4 lines using <br> elements.
● Exercise 4
Fix the display of this poem. Display the poem as suggested in the code below using <pre>.
You Might Also Like
Study
# HTML Headings Exercise
● Exercise 1
Add a heading to the paragraph with the text "London".
● Exercise 2
Add a horizontal rule between the heading and paragraph.
● Exercise 3
Add six headings to the document with the text "Hello".
Start with the most important heading and end with the least important heading.
● Exercise 4
Mark UP the following text with appropriate tags.
"Universal Studios Presents" is the most important content.
"Jurassic Park" is the next most important content.
"About" is of lesser importance than Jurassic Park.
The last sentence is just a paragraph.
You Might Also Like
Study
# HTML Attributes Exercise
● Exercise 1
Add a tooltip to the paragraph below with the text " About W3schools".
● Exercise 2
Change the size of the image to 250 pixels wide and 400 pixels tall.
● Exercise 3
Transform the text below into a link that goes to "https://www.w3schools.com".
● Exercise 4
Change the destination of the link below to "www.wwf.org.uk".
● Exercise 5
The image below does not exist. Specify the alternate text "w3schools.com" for the image.
You Might Also Like
Study