Can anyone help me read this? [closed] - html

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 12 hours ago.
Improve this question
page1
pg4
Wouldn't let me add other 2

Related

How do i take the h3 element (get to know me ) to up and next to the image [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 days ago.
Improve this question
Get to know me
How do i take the h3 element (get to know me ) to up and next to the image

how to access image from a separate folder..? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 days ago.
Improve this question
project/images/img.png
project/public/index.html
<img src= "../images/img.png">
I can't access my image file in webpage

Javascript/CSS/HTML - How can I write superscript as a value in a <input type=“button”/>? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
How can I write superscript in an input.
Use button tag instead of input
<button type="button">x<sup>2</sup></button>

Get an attribute value in HTML [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
Please help me on this. Refer to above image.
WebElement element = driver.findElement(By.id("mod-sellerRating-9"));
String dataSellerRating = element.getAttribute("data-sellerrating");
As above, and I would use By.id rather than By.xpath.

AS3/FLASH: restrict textinput to A-Z and space? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
TEXTINPUT/AS3/FLASH:
I'd like to know haw to add the space when restricting. When I restrict to "A-Z" I can't write names with more than 1 word, like "NOGA NET", i.e.
textfieldInstance.restrict = "A-Z ";