How to Remove My Two H1 Tags
Web designers use H1 tags in HTML to make text on a Web page stand out larger and bolder than body text. The H1 tag is the largest of the "H" tags, while H6 is the smallest. Removing H1 tags from an HTML document requires only a basic level of HTML expertise and can be performed in a matter of a few moments. Every time there is an opening H1 tag, there also is a closing H1 tag.
Instructions
-
-
1
Log in to your Web server.
-
2
Navigate to the HTML page that includes the H1 tags you want to remove.
-
-
3
Locate the opening and closing H1 tags. The opening H1 tag will look like this: <H1>. The closing tag is similar, but looks like this: </H1>.
-
4
Click and drag your cursor over the line that begins with the "<H1>" tag and ends with the "</H1>" tag to select it. Press "Ctrl" and "X" to remove the selected line.
-
5
Save and publish the page.
-
1