Ask a New Question
Search
Fix this code ```html body
Ineed this code to be remade into a code that has 1 question and 3 selections and a orange background
```html <!DOCTYPE html>
1 answer
asked by
Mrs. Sue.
60 views
Open your text editor (Notepad) and type the following code:
<html> <head> <title>My sample HTML page</title> </head> <body>
1 answer
asked by
erica
593 views
Which HTML tag belongs in the blank in the code?
<html> <head> <title>Student Grades_________ </head> <body><p
1 answer
asked by
Blue
68 views
Fix this code
```html <!DOCTYPE html> <html> <head> <style> body { background-color: rgb(0, 149, 255); } </style> </head> <body>
1 answer
asked by
Mrs. Sue.
59 views
Which HTML tag belongs in the blank in the code?
<html> <head> <title>Student Grades </head> <body><p align="center"><b>Student
1 answer
asked by
Blue
63 views
Which HTML tag belongs in the blank in the code?
<html> <head> <title>List</title> </head> <body> <ol type=1> <li>Line 1</li>
1 answer
asked by
Blue
66 views
Which HTML tag belongs in the blank in the code?
<html> <head> <title>List</title> </head> <body> <ol type=1> <li>Line 1</li>
1 answer
asked by
Blue
51 views
How do I count how many arrays there is - what do I add to the code? I have managed to create 2 buttons and the top button works
0 answers
asked by
Anonymous
665 views
Which HTML tag belongs in the blank in the code?
<html> <head> <title>Tutorials</title> </head> <body> <p><strong> ________
1 answer
asked by
Blue
68 views
Which of the following inbuilt object can be used to change the HTML code inside the body tag from the JavaScript code?
document.
1 answer
84 views