118k views
1 vote
Darla is going to start writing the HTML code for a web page. What would she start with?

A. Title
B. Header
C. Closing tag
D. Opening tag

User Renetta
by
8.3k points

2 Answers

6 votes

Answer:

D. Opening tag

Step-by-step explanation:

I just took the test and it was this!!

4 votes

HTML stands for Hyper Text Markup Language and describes the structure of Web pages using markup.

Darla, who is going to start writing the HTML code for a web page should start with the opening tag. Correct answer: D

HTML tags are element names surrounded by angle brackets. They come in pairs like <p> and </p>. The first tag in a pair is the opening tag, or also called the start tag.

User Fermion Portal
by
8.2k points