News

How to See the HTML Code of a Web Site. HyperText Markup Language is a language used to create pages on the Web. Web browsers interpret the language and display the page as instructed by the HTML.
Behind the scenes, in the HTML code, the headline is wrapped in an H1 tag. This page has a headline and several sub-headings to break up the copy into sections. Those sub-headings use H2 tags, the ...