What's new

Help PHC Bot

Frankie Arinoli

Forum Veteran
What are these HTML codes?

1.) Declares the Webpage to be written in HTML
2.) Delimits the page’s head
3.) Defines the title
4.) Delimits the page’s body
5.) Delimits a level n heading
6.) Set … in boldface
7.) Set … in italics
8.) Center … on the page horizontally
9.) Brackets an unordered (bulleted) list
10.) Brackets a numbered list
11.) Brackets an item in an numbered list
12.) Forcesaline break here
13.) Starts a paragraph
14.) Inserts a horizontal rule
15.) Displays animage here
16.) Defines a hyperlink
17.) A standardized system for the Webpages, describing web documents
18.) It is designed to operate the computer hardware.
19.) It is divided into two general classes.
20.) It is High level programming language?
 
1.) <!DOCTYPE html>
2.) <head> </head>
3.) <title> </title>
4.) <body> </body>
5.) <h1> </h1> (where n can be any number from 1 to 6)
6.) <strong> </strong>
7.) <em> </em>
8.) <center> </center> (deprecated in HTML5)
9.) <ul> </ul>
10.) <ol> </ol>
11.) <li> </li>
12.) <br>
13.) <p> </p>
14.) <hr>
15.) <img src="image_location">
16.) <a href="link_location">link_text</a>
17.) HTML (Hypertext Markup Language)
18.) Operating System
19.) System Software and Application Software
20.) No, it is not a high level programming language. It is a markup language used for creating web pages and web applications.
 

Similar threads

Back
Top