asked 95.0k views
5 votes
An engineer is writing above the HTML page that currently displays a title message in large text at the top of the page . The engineer wants to add a subtitle directly underneath that is smaller than the title but still longer than most of the text on page

asked
User Axle
by
7.8k points

1 Answer

2 votes

<!DOCTYPE html>

<html>

<body>

<h1>Heading or Title</h1>

<h2>Sub heading or sub title</h2>

</body>

</html>

This will be the html code for the given problem.

answered
User Mese
by
7.7k points

Related questions

asked Oct 12, 2024 31.5k views
Rags asked Oct 12, 2024
by Rags
8.3k points
1 answer
0 votes
31.5k views
1 answer
2 votes
225k views